Login Page - Create Account

Support Board


Date/Time: Fri, 29 Mar 2024 05:49:46 +0000



Remote Build

View Count: 1497

[2018-08-24 17:48:43]
infpz - Posts: 826
Possible to #include "scstudyfunctions.h" and "scstudyfunctions.cpp" in your Remote Build local directory for users to generate Custom Studies?
[2018-08-24 18:10:47]
Sierra Chart Engineering - Posts: 104368
We probably could but you can always just copy the particular functions out of those files that you need and just put them into your own source code CPP file. That is the procedure we have always recommended.
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
[2018-09-20 10:59:16]
User90125 - Posts: 715
Unfortunately, it looks like it SC still hasn't addressed the issue thru v1809 64-bit (24324:24325).

-- Starting remote build of Custom Studies Source files: CumulativeVolumeDeltaBars.cpp. 64-bit --
Allow time for the server to compile the files and build the DLL.

The remote build did not succeed. Result:

CumulativeVolumeDeltaBars.cpp:2:30: fatal error: scstudyfunctions.h: No such file or directory
#include "scstudyfunctions.h"

^
compilation terminated.

-- End of Build --

For safety's sake, using built-in libraries that SC maintains should always ensure that custom code remains compliant with current and updated revisions.
[2018-09-20 14:15:20]
Sierra Chart Engineering - Posts: 104368
There is no issue here. First of all, there should be no reason to even be directly using SCStudyFunctions.cpp since all of those functions are accessible through ACSIL "sc." member functions. And you should not expect that the source code is even included during a Remote Build unless you include the code yourself in your source code file.
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
Date Time Of Last Edit: 2018-09-20 14:16:24

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

Login

Login Page - Create Account