Support Board
Date/Time: Tue, 26 Nov 2024 17:42:55 +0000
Post From: SC on windows ARM/VM on apple max studio
[2023-10-14 16:17:17] |
fabse - Posts: 10 |
I found the issue. I downloaded the latest version today. If I open the 64 bit version (SierraChart_64.exe) it says, version: 2555 If I open the ARM version (SierraChart_ARM.exe) it says, version: 2543 In the sierrachart.h file this is defined: // SC_DLL_VERSION gets updated only when there have been changes to the DLL // study interface. This should be set to the Sierra Chart version number // that includes the changes made to the interface. #define SC_DLL_VERSION 2551 If I change this to: // SC_DLL_VERSION gets updated only when there have been changes to the DLL // study interface. This should be set to the Sierra Chart version number // that includes the changes made to the interface. #define SC_DLL_VERSION 2543 and compile with the bat file mentioned above I can load my custom studies in the ARM version. So I think the fix from your side might be to also release the ARM version as version 2555? |