I need to write a DLL, that follows the cdecl specification, so that it can be called from an existing application which allows embedding of dlls. Can I write a dll using C# and the dotnet Framework, that follows the cdecl specification? How can this be done?
Thanks Rene