It is. You cannot simply inject a managed assembly. You either have to create a CLR host or you have to compile your C++/CLI Dll as unmanaged.
And this is just one drawback.
05/12/2014 23:18LcPlayer1#14
Well, I set #pragma unmanaged above the DLLMain, everything else is managed and the project is compiled with the /clr option.