You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made the mistake of updating to Nim 2.0. I could compile DLLs, but no exported functions were found when trying to call exported functions with rundll32.exe. When reviewing exported functions with dumpbin, I could see DllMain, but it was not being called. Why? Didn't have the time to look into it. Returning to Nim 1.6.14, everything is working.
Wanted to give a heads up if anyone runs into a similar issue. To install a specific version of nim, you can do the following.
I made the mistake of updating to Nim 2.0. I could compile DLLs, but no exported functions were found when trying to call exported functions with rundll32.exe. When reviewing exported functions with dumpbin, I could see DllMain, but it was not being called. Why? Didn't have the time to look into it. Returning to Nim 1.6.14, everything is working.
Wanted to give a heads up if anyone runs into a similar issue. To install a specific version of nim, you can do the following.
./choosenim-0.8.4_linux_amd64 1.6.14
The text was updated successfully, but these errors were encountered: