Login Page - Create Account

Support Board


Date/Time: Tue, 25 Feb 2025 13:25:56 +0000



Post From: VS compiler

[2021-04-11 03:35:54]
User253911 - Posts: 1
SC ver 2247 64bit
when compiling C++ code, it comes with error:

C:\SierraChart\ACS_Source>call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\vcvarsall.bat" amd64
'"C:\Program Files (x86)\Microsoft Visual Studio 14.0\vcvarsall.bat"' is not recognized as an internal or external command,
operable program or batch file.


to fix it you need to change the VisualCCompile.Bat

C:\WINDOWS\system32\cmd.exe /C "C:\SierraChart\ACS_Source\VisualCCompile.Bat"
to:
C:\WINDOWS\system32\cmd.exe /C "C:\SierraChart\ACS_Source\VC\VisualCCompile.Bat"
Date Time Of Last Edit: 2021-04-11 13:32:41