Support Board
Date/Time: Mon, 25 Nov 2024 01:40:04 +0000
Post From: Error Adding Custom Study on Win 11 ARM
[2024-03-18 16:40:59] |
cc_lightning - Posts: 3 |
Hi, I encounter and error when I tried to add test custom study that I recently created. Here's the steps that I took. 1) Using Notepad++ Copied the Simple Moving Average function from Studies.cpp 2) Modify function name so it's unique (scsf_SimpMovAvgTest) 3) Set sc.GraphName = "Simple Moving Average TEST" 4) Save 5) In SierraChart Analysis->Build Custom Studies DLL 6) Selected TestStudies.cpp 7) Remote Build (Return Success) 8) Analysis->Studies 9) Select Add Custom Studies button 10) Error Message with the following (this also includes the errors for the sample studies also 2024-03-18 16:25:53.210 | Found DLL: Studies_ARM64.dll
2024-03-18 16:25:53.210 | Found DLL: TestStudies_ARM64.dll 2024-03-18 16:25:53.210 | Found DLL: UserContributedStudies_64.dll 2024-03-18 16:25:53.212 | Studies_ARM64.dll loading error. Windows error code 193: %1 is not a valid Win32 application. 2024-03-18 16:25:53.212 | InternalVersionNumberToFileNameMap is empty for Studies 2024-03-18 16:25:53.212 | Closest match search for: C:\SierraChart\Data\Studies.dll returned empty result. * 2024-03-18 16:25:53.213 | TestStudies_ARM64.dll loading error. Windows error code 193: %1 is not a valid Win32 application. 2024-03-18 16:25:53.213 | InternalVersionNumberToFileNameMap is empty for TestStudies 2024-03-18 16:25:53.213 | Closest match search for: C:\SierraChart\Data\TestStudies.dll returned empty result. * 2024-03-18 16:25:53.215 | UserContributedStudies_64.dll loading error. Windows error code 193: %1 is not a valid Win32 application. 2024-03-18 16:25:53.215 | InternalVersionNumberToFileNameMap is empty for UserContributedStudies 2024-03-18 16:25:53.215 | Closest match search for: C:\SierraChart\Data\UserContributedStudies.dll returned empty result. * Thanks |