Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 08:54:53 +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 )