I have native unmanaged code. I have created a managed C++ DLL and try to include this DLL into native unmanaged code. I got the following error
fatal error LNK1302: only support linking safe .netmodules; unable to link ijw/native .netmodule
How can I include managed C++/CLR DLL into native unmanaged code?