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
Create a solution with: C# console, C++ DLL, C# dll (for exports). All attached in zip
Test the C++ export OK
The C# dll export following guidance here https://github.com/3F/DllExport/issues/130 fails with SEH exception. Even a manual config of the testExport.csproj to x86 didn't help and produced the same problem.
Disassembly suggests the export entry doesn't point to function body
DllExport -version: 1.7.4
Used Visual Studio / MSBuild / ...: VS Community 2022 (64-bit) Version 17.6.2
Steps to reproduce:
DllExport -version
: 1.7.4testDll.zip
The text was updated successfully, but these errors were encountered: