Login Page - Create Account

Support Board


Date/Time: Wed, 15 May 2024 07:00:06 +0000



Post From: Using Visual Studio C++ to create Custom Studies

[2021-12-14 20:41:51]
User972768 - Posts: 166
@WarEagle Thank you for your warm words.

I would check simple things first:
1) place your 3rd party DLL into Sierra's Data directory
2) if #1 wouldn't help add path to directory where this DLL is located to your system %PATH%

As long as your own code works after compiling in Debug mode, it should also work in the Release mode. Release mode produces much smaller and often much faster DLL. The faster your DLL the faster is Sierra overall.

Cheers