Uncategorized

    IntelliFile v1.36

    0 Comments1 min read142 views

    Just to let everyone know that v1.36 of IntelliFile has been released. Updates for this version include: Updated LEXILLA library to version 5.4.2 and SCINTILLA library to version 5.5.4. Updated PJ Naughter’s CScintillaCtrl library to the latest version available.The code now includes <string> prior to #including <ScintillaCall.h>. This fixes an issue when the code is used with GSL Library 4.1.0.Reworked CScintillaDemoApp::LoadLibraryFromApplicationDirectory to use std::filesystem::path.Updated GetModuleFileName calls to handle path length > _MAX_PATH. Implemented Word Wrap for text file viewing.

    IntelliLink v1.22

    0 Comments1 min read131 views

    Just to let everyone know that v1.22 of IntelliLink has been released. Updates for this version include: Updated copyright information. Fixed limitation to _MAX_PATH for long path names. Updated Lee Thomason’s TinyXML2 library to the latest version available. Updated GetConfigFilePath to use std::filesystem::path.

    IntelliEdit v1.06

    0 Comments1 min read207 views

    Just to let everyone know that v1.06 of IntelliEdit has been released. Updates for this version include: Updated copyright information. Updated PJ Naughter’s CScintillaCtrl library to the latest version available.Updated CScintillaView::Serialize to better handle loading a non UTF encoded file. Added new file options: Rename File Move File Copy File Delete File Properties

    IntelliView v1.0

    0 Comments1 min read173 views

    Just to let everyone know that v1.0 of IntelliView has been released. IntelliView is a free (as in “free speech” and also as in “free beer”) Image Viewer. Running in the Microsoft Windows environment, its use is governed by GNU General Public License v3.0. IntelliView is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, IntelliView is trying to reduce the world carbon dioxide strongissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment. I hope you enjoy IntelliView as much as I enjoy coding it!

    IntelliTask v1.25

    0 Comments1 min read211 views

    Just to let everyone know that v1.25 of IntelliTask has been released. Updates for this version include: Fixed limitation to _MAX_PATH for long path names. Fized an UI bug on "Device Manager" dialog. Updated PJ Naughter’s DtWinVer library to the latest version available. Provided a new IsWindowsServer2025ActiveDevelopmentBranch method. Provided a new IsWindowsServerVersion24H2 method.