Login Page - Create Account

Support Board


Date/Time: Thu, 03 Jul 2025 13:41:11 +0000



Post From: CPP Compiling mingw32/64 MS Visual C

[2018-04-26 08:27:38]
User92573 - Posts: 566
SOLVED (MS Visual C++ 2017)

Okay, so firstly I set the linker output file to:

C:\SierraChart\Data\$(TargetName)$(TargetExt)


Then I changed the default setting for configuration type to create a DLL and not exe. as was the default.

1.Open the project Properties (not solution)
2.Click >> Configuration Properties
3.Click >> General property
4.Set the Configuration Type property (Below Project defaults) to "Dynamic Library (.dll)"

That sorted the build issues.

PS Thank you so much for the links and all of the assistance.
Date Time Of Last Edit: 2018-04-26 08:29:45