Support Board
Date/Time: Sun, 23 Feb 2025 21:39:25 +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 |