Login Page - Create Account

Support Board


Date/Time: Fri, 22 Nov 2024 18:14:30 +0000



Post From: Linux

[2024-07-07 08:37:29]
nzfarmer - Posts: 6
Thanks for all the great help. Newbie here. Have managed to build .dll files using advice above but am hitting the following when trying to load the dll in SierraCharts:

2024-07-07 08:30:34.367 | button_studies.dll loading error. Windows error code 126: Module not found.
2024-07-07 08:30:34.367 | InternalVersionNumberToFileNameMap is empty for button_studies

Ah looks like I have my answer. Not sure how to resolve, but there are missing dependencies:

libgcc_s_seh-1.dll
ps5ui.dll
FxsDrv.dll
mmutilse.dll

Further to this, seems like an incompatibility. mingw++ is using gcc 12.0 and my version of wineg++ is 13.2.

Not sure, but I think the fix is to install wine by building it using the native mingw instance.
Date Time Of Last Edit: 2024-07-07 09:30:24