Login Page - Create Account

Support Board


Date/Time: Wed, 15 May 2024 06:35:51 +0000



Post From: Debuging in SC

[2020-04-18 16:38:58]
bradh - Posts: 857
I assume you did "Install Visual C++ Compiler" from the Build menu. If not, then do that first.

You will also need to install Visual Studio (https://visualstudio.microsoft.com/) to do debugging with Visual C++. The free Community Edition is fine. I don't know for sure, but the fact that the DLL crashed Sierra Chart may have something to do with the Compiler install or the fact that Visual Studio wasn't installed.

After doing that follow the instructions here: Step-By-Step ACSIL Debugging

If Sierra still crashes when adding the study compiled with VS, and not with Remote Build, then my thinking is there is something else going on. One way to check for more information would be to Attach Visual Studio to SierraChart_64.exe before loading the study. Then if it crashes when it is added to the chart, you may get an error message in Visual Studio.

Good luck!