IntelliDisk is an alternative Windows version to the famous Microsoft OneDrive!
Download: https://www.moga.doctor/freeware/IntelliDiskSetup.msi
GitHub repo: https://github.com/mihaimoga/IntelliDisk
Please feel free to contact me if you need any further information.
CTrayNotifyIcon
library to the latest version available. Fixed an issue where theCTrayNotifyIcon::OnTrayNotification
callback method would not work correctly if them_NotifyIconData.uTimeout
member variable gets updated during runtime of client applications. This can occur when you callCTrayNotifyIcon::SetBalloonDetails
. Thanks to Maisala Tuomo for reporting this bug.
AppSettings
library to the latest version available. Optimized construction of variousstd::vector
andstd::[w]string
instances throughout the codebase.
ODBCWrappers
library to the latest version available. Updated module to remove usage of _if_exists by now using ODBCVER and _ATL_MODULES preprocessor macro checks along with SFINAE.
SHA256
library to the latest version available. Make digest() return a std::array - this way, memory management is automatic, and the compiler can more easily detect out-of-bounds reads or writes.
_MAX_PATH
for long path names.