Login Page - Create Account

Support Board


Date/Time: Tue, 21 Jan 2025 07:46:34 +0000



[Programming Help] - 64 bit custom study

View Count: 623

[2018-08-07 13:14:49]
jimskin - Posts: 127
Hi,

I'm trying to build a custom study in the 64 bit version of SC (1786) but the following error is dispayed. I would be grateful for some help.

Error:


The remote build did not succeed. Result:

Custom_MA.cpp:2:52: fatal error: C:\\SierraChart\ACS_Source\SierraChart.h: No such file or directory
#include "C:\\SierraChart\ACS_Source\SierraChart.h"
^
compilation terminated.

-- End of Build -- 14:03:50

Code at top of .cpp file:


#include <windows.h>
#include "C:\\SierraChart\ACS_Source\SierraChart.h"

[2018-08-07 18:46:15]
Sierra Chart Engineering - Posts: 104368
Change this to:

#include "sierrachart.h"
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account