Support Board
Date/Time: Fri, 31 Oct 2025 21:23:52 +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: 847 | 
| 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 | 
