Support Board
Date/Time: Sun, 19 Jan 2025 17:54:53 +0000
Post From: help on some basics of calling external DLL
[2018-04-17 04:26:55] |
Sierra Chart Engineering - Posts: 104368 |
What we see wrong is that this line: HINSTANCE hInstLibrary = LoadLibrary("DLL_Tutorial.dll");
Needs to be contained within the study function itself. Not outside of it. Otherwise, we would not expect it to execute. Surprising you did not get a compiler error. 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-04-17 04:27:35
|