Skip to content

Release 1.2.4

Compare
Choose a tag to compare
@echo-branch echo-branch released this 11 Jan 20:36
· 60 commits to master since this release
558d5fa

Most of the changes are related to the build process.
Note 1.2.3 was not shipped due to a major dependency change which required rework.

Add support for MT and MTd builds [INTENG-14181]

Update MSI generation. [SDK-1181]
The layout of the MSI has changed, you may need to update some import paths.
64 bit MT and MTd binaries have been added.
32 bit MD and MDd binaries have been removed.

Update to Poco 1.11.0 when building with conan.

SDK code changes
Switch from getenv to _dupenv_s, this avoids a warning/error in Visual Studio.

Update 2/11/22
BranchSDK_2.msi includes 64 and 32 bit MD, MDd, MT and MTd binaries.