Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
XTCEXTERN.zip | 2023-11-13 | 14.2 MB | |
MiniXml.zip | 2023-11-13 | 57.5 MB | |
readme.md | 2021-11-26 | 886 Bytes | |
FreeImage.zip | 2021-11-26 | 241.8 MB | |
ZLib.zip | 2021-11-26 | 25.7 MB | |
LibZip.zip | 2021-11-26 | 14.2 MB | |
Totals: 6 Items | 353.5 MB | 0 |
Windows Libraries
These are the Visual Studio solutions to build the external libraries for XTrackCAD: FreeImage, MXml, ZLib and LibZip.
Solution:
- FreeImage: FreeImage2017.sln
- MiniXml: vcnet/mxml.sln
- ZLib: build-VS2019-MT/zlib.sln
- LibZip: build-VS2019/libzip.sln
Configuration:
- Release
Properties:
- C/C++ > Optimization > Whole Program Optimization > Yes (/GL)
- C/C++ > Code Generation > Runtime Library > Multi-threaded (/MT)
- Linker > General > Enable Incremental Linking > No (/INCREMENTAL:NO)
- Linker > Optimization > References > Yes (/OPT:REF)
- Linker > Optimization > Enable COMDAT Folding > Yes (/OPT:ICF)
- Linker > Optimization > Link Time Code Generation > Use Link Time Code Generation (/LTCG)
Notes:
- The dist folders are not used, as we want separate 32- and 64-bit builds
- FreeImagePlus project may be unloaded