Login Page - Create Account

Support Board


Date/Time: Sat, 23 Nov 2024 17:12:13 +0000



Post From: Releasing DLLs for x64 and ARM64 causes extraneous messages in the message log

[2024-02-26 18:21:55]
User719512 - Posts: 262
Hello Sierra Chart Engineering,
A couple of questions for you regarding releasing DLLs for x64 and ARM64.

1) What is the recommended best practice for doing so?
Currently, we build for both platforms, and in the Custom Studies File Groups for our DLL we have added both DLLs under the same SCDLLName.

2) When doing these, users see extraneous messages in the message log like (note, replaced real dll name with MyCustomDLL):

2024-02-26 09:59:42.374 | InternalVersionNumberToFileNameMap is empty for MyCustomDLL_ARM64
2024-02-26 09:59:42.374 | Closest match search for: D:\SierraChart\Data\MyCustomDLL_ARM64.dll returned empty result.
2024-02-26 09:59:42.377 | MyCustomDLL_ARM64.dll is not 64-bit

These messages are noisy and causing confusion and support questions for users on x64.

Please advise on the above and if possible, change Sierra to not report these messages by default and/or create a Global Setting to see such warnings if the user desires.
Thank you.