I have a C++ application that needs to call a C# API. Unfortunately I can't utilize the /clr compiler option, so I have to find another way to use the API in the unmanaged C++ code.

Any thoughts on how to do this?

Thanks