Support Board
Date/Time: Tue, 25 Feb 2025 20:17:55 +0000
Post From: compiling a custom indicator for debugging
[2021-04-24 16:18:52] |
UnixManiac - Posts: 46 |
Another workaround that I just now tried and works is to create a batch file to start sierra chart while executing the vcvarsall.bat first. Make sure though to run it as an administrator. When building it will still complain about the .bat missing, but the cl commands will execute just fine. call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64
call "C:\SierraChart\SierraChart_64.exe" |