3F / DllExport

.NET DllExport with .NET Core support (aka 3F/DllExport aka DllExport.bat)
MIT License
960 stars 133 forks source link

When open multiple c++ exe , the second exe fail to invoke c# dllexport function (the second exe crash when invoke) #225

Closed wu162 closed 3 months ago

wu162 commented 1 year ago

Steps to reproduce:

. . .

Information from Data tab or log data:

. . . {attachment if log}

Demo Project files / Samples / etc.:

. . .

I create a c++ dll that use c# export function (the c++ dll is in import address table of c++ exe, the c# export dll is net framework4.5), when open a second exe and the c++ dll invoke c# export function, the second exe crash

3F commented 1 year ago

Hello,

Unfortunately I don't understand the issue. Could you please clarify what you mean or how to reproduce the problem. Thanks.

3F commented 3 months ago

Closed due to inactivity. Please provide further details if the problem still exists.