3F / DllExport

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

DllExport work for .NET 6.0 version? #209

Open dev-flavioB opened 2 years ago

dev-flavioB commented 2 years ago

I never use this tool before. Im trying now to creating a DLL that nodeJS can use your methods and i using this tool because maybe de usage of dll in my node app is getting error because the methods arent expost(In a way, it's a hypothesis). Im using .NET 6.0 and i want know if has support to this version.

3F commented 2 years ago

Hello, this is duplicate. #198

if you have an empty table in PE module, note https://github.com/3F/Conari/issues/21#issuecomment-1012430928

On 09.05.2022 23:01, dev-flavioB wrote:

I never use this tool before. Im trying now to creating a DLL that nodeJS can use your methods and i using this tool because maybe de usage of dll in my node app is getting error because the methods arent expost(In a way, it's a hypothesis). Im using .NET 6.0 and i want know if has support to this version.