Login Page - Create Account

Support Board


Date/Time: Thu, 28 Nov 2024 03:57:06 +0000



DLL

View Count: 270

[2023-06-02 14:49:00]
User909252 - Posts: 20
Do you have any links to information on how to import a custom DLL library
into a study?
I've tried with a simple sample:

extern "C" {
__declspec(dllimport) void init();
__declspec(dllimport) void sendCandleData(double open, double high,
double low, double close);
}

and just get errors like undefined reference to `__imp_init' and
`__imp_sendCandleData'

Thanks.
[2023-06-02 14:49:10]
John - SC Support - Posts: 36350
Refer to the following:
ACSIL Programming Concepts: Making Function Calls to External DLLs
For the most reliable, advanced, and zero cost futures order routing, use 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