I need to be able to call .NET 3.5 managed code in a DLL from native C. I was not provided with .h or .lib files.
I've tried making a C++ DLL to expose a C-compatible interface but I don't seem to be able to include the DLLs I need to use in my project.
Is there any way to call .NET managed code from native C?