I want to create a .NET assembly that can be accessed from unmanaged code (Delphi 5).
I have found Unmanaged Exports and followed the steps there but I am unable to
If anyone also encounters it , i also got this error when the exported function name was "init" so changing the name fixed the problem.
So this produces such an error:
[DllExport("init")]