Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 12:22:35 +0000



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

[2021-12-15 23:00:17]
WarEagle - Posts: 70
I had him download and install the redistributables but that did not change anything (great idea though, makes sense that it could be the cause).

However, I decided to also try and build the dll in Release instead of Debug. The errors I was getting turned out to be related to having the Release configuration not matching the Debug configuration. Once I realized this I followed your template and made sure everything matched. At that point the Release compiled and as you say it is MUCH faster!

I sent this updated version of the dll to my friend and it worked! So there must have been an issue in having him use the Debug version, which worked fine on my computer where it was built. Anyway, thank you, thank you, thank you!

I appreciate your help!