Support Board
Date/Time: Sat, 30 Nov 2024 12:42:19 +0000
Post From: Remote Build succeeds but Build with Visual C++ fails
[2022-03-13 19:48:46] |
User787032 - Posts: 37 |
Hello, I recently installed a new version of the C++ compiler and now compilations that worked previously are failing. I can compile studies successfully using the remote build, but when I try to build using the Visual C++ compiler, I get the following error message: ------------------------- C:\WINDOWS\system32\cmd.exe /C "C:\SierraChart\ACS_Source\VisualCCompile.Bat" C:\SierraChart\ACS_Source>call "" amd64 '""' is not recognized as an internal or external command, operable program or batch file. C:\SierraChart\ACS_Source>cl /JMC /MP /analyze- /Zc:wchar_t /Z7 /Od /GS /W3 /RTC1 /Zc:inline /D "_WINDOWS" /D "_USRDLL" /D "_WINDLL" /Gd /Gy /GR- /GF /fp:precise /MTd /std:c++17 /LD /EHa /WX- /diagnostics:classic /nologo "C:\SierraChart\ACS_Source\CumulativeDOMdata3.cpp" /link "Gdi32.lib" /DLL /DYNAMICBASE /DEBUG /INCREMENTAL:NO /OPT:REF /MACHINE:X64 /OUT:"C:\SierraChart\Data\CumulativeDOMdata3_64.dll" 'cl' is not recognized as an internal or external command, operable program or batch file. -------------------------------------- Is there a way to roll back to an earlier version of the C++ compiler? |