CodefoundryDE / LegacyWrapper

LegacyWrapper uses a x86 wrapper to call legacy dlls from a 64 bit process (or vice versa).
MIT License
79 stars 20 forks source link

EntryPointNotFoundException: Unable to find an entry point named '{function}' in DLL '{MyC#32Bit}.dll' #33

Open karthit opened 3 years ago

karthit commented 3 years ago

Hi,

Got EntryPointNotFoundException while trying to load c# class 32 bit dll in a 64bit console application.

Please help to resolve this. Thanks,

zalintyre commented 3 years ago

Hello @karthit ,

are you trying to load a .NET class library? LegacyWrapper is designed for loading native DLLs.

Kind regards Franz