Login Page - Create Account

Support Board


Date/Time: Sun, 28 Apr 2024 12:12:48 +0000



Post From: Sierra Chart Executables for ARM 64 Processor

[2023-07-15 21:36:16]
fabse - Posts: 8
I am now able to build my own custom studies with arm64 by changing the VisualCCompile.bat script and run it on my own like this:

call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" arm64
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:\SierraChartARM\ACS_Source\FabsesStudies.cpp"
/link "Gdi32.lib" "User32.lib" /DLL /DYNAMICBASE /DEBUG /INCREMENTAL:NO /OPT:REF /MACHINE:ARM64 /OUT:"C:\SierraChartARM\Data\FabsesStudies_ARM64.dll"

it seems to build everything correctly but when I load the custom strategy arm64 dll I get this weird error:

"The custom study xxxx required version 2499 or higher of sierra chart. Current version 2499.

Any ideas on how to fix this?
Date Time Of Last Edit: 2023-07-15 21:37:05