Support Board
Date/Time: Wed, 12 Feb 2025 04:38:34 +0000
Post From: CMake and Including the Sierra Chart Header files?
[2020-09-27 19:30:50] |
AlexPereira - Posts: 197 |
Do you find that the DLLs you build with CMake are larger than the command line build or the Remote build?
yes, they are larger than when I build them on VS Also did you have to build a cmake toolchain file to make Cmake find the mingw compiler?
I just reference the mingw compiler and header files in the cmake. Apart from that, I don't see any differences between compiling on VS or mingw, in terms of instability. note: that I then reference the "src" subdirectory, and its in there that I add the source files ( which I didn't post :P ) |