Login Page - Create Account

Support Board


Date/Time: Thu, 19 Jun 2025 10:45:10 +0000



Post From: Can't load my DLLs that work in Sierra on my local computer, on another computer

[2022-07-02 21:03:12]
ForgivingComputers.com - Posts: 1068
I have had times when after following what I think are all the steps, the study still doesn't show up. Double-check that the correct CPP file was selected, and if changes were made, that it was saved. Restarting Sierra Chart has also cleared things up.

I suggest you try having just one copy of a DLL. So if My_Study.cpp creates My_Study_64.dll then there should be no My_Study.dll. 64-Bit SC does not recognize DLLs without the "_64". If the problem goes away, then you are done. If you still don't see the study in Add Custom Study, then there is something else going on. One copy should work everywhere, it is when there are multiple DLLs with the same partial name that a decision has to be made by Sierra Chart on which to open.

Also, building with Visual Studio in Release mode creates a smaller DLL than the remote build creates, so I would recommend rebuilding all DLLs on a recent if not the latest version of Sierra Chart. And make sure the VPS and local SC versions match.