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
It seems that [DllExport("...)] with the export name "add" throws an error, same with "sub". Message in vs 2010 from ilasm is "assembling filename to dll ... Source file is UNICODE".
Thanks for this really great work!