Support Board
Date/Time: Wed, 27 Nov 2024 22:50:51 +0000
Post From: Delayed
[2023-07-03 14:20:51] |
User431178 - Posts: 544 |
after trying to compile the source code from CPP to DLL through Sierra Chart complier I get the below error message.
How to Build an Advanced Custom Study from Source Code: Step-By-Step Instructions 1. Paste the downloaded file into your sierrachart/acs_source folder 2. Open the file and make sure the SCDLLName is set correctly (or not commented out) - see example below 3. Follow the steps linked previously NOTE: The linked source code files all need further editing / updating (in addition to step 2 above) before they will compile sucessfully Using bricks.cpp as an example: Change #include "sierrachart.h" //SCDLLInit("Bricks"); to #include "sierrachart.h" SCDLLName("Bricks"); Feel free to direct message me if you have questions about the required edits. |