Login Page - Create Account

Support Board


Date/Time: Sun, 24 Nov 2024 22:34:40 +0000



Post From: [Documentation Revision] ACSIL Build Location

[2024-05-04 06:20:26]
MichaelPPTF - Posts: 69
In this document (Step-By-Step ACSIL Debugging), SC said the DLLs compiled locally will be placed under /ACS_Source/. However, the VisualCCompile.bat has the output location set as \Data\, which caused a lot of trouble.

Is this by design or just an oversight?

Here's the code of
VisualCCompile.bat

call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
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 "D:\SierraChart\ACS_Source\CustomPanel.cpp" /link "Gdi32.lib" "User32.lib" /DLL /DYNAMICBASE /DEBUG /INCREMENTAL:NO /OPT:REF /MACHINE:X64 /OUT:"D:\SierraChart\Data\CustomPanel_64.dll"