Support Board
Date/Time: Mon, 24 Feb 2025 22:41:55 +0000
Post From: Request for VS2019 template- either Project or Solution for SC X64 dlls to put my custom
[2021-03-19 09:07:21] |
User907968 - Posts: 833 |
Windows.h is already included via sierrachart.h Do you have runtime library set correctly in your VS solution? If not already, use /MT (or for debug build /MTd) option. Configuration Properties -> C++ -> Code Generation -> Runtime Library https://docs.microsoft.com/en-us/cpp/build/reference/md-mt-ld-use-run-time-library?view=msvc-160 |