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
Under .net 6.0 everything works as expected. However using that library from 4.8 raised an exception on LoadLibrary.
It turned out that file: libgcc_s_dw2-1.dll is necessary.
Can that be included in the dll? Why it turned up on 4.8?
The text was updated successfully, but these errors were encountered:
Hi,
Under .net 6.0 everything works as expected. However using that library from 4.8 raised an exception on LoadLibrary.
It turned out that file: libgcc_s_dw2-1.dll is necessary.
Can that be included in the dll? Why it turned up on 4.8?
The text was updated successfully, but these errors were encountered: