[WIN32][C++] Is it possible to use managed code in a win32 app ?

  • Thread starter Thread starter Charlie Brown 1001
  • Start date Start date
C

Charlie Brown 1001

Guest
Dear Ladies and Gentlemen,

please help a stupid beginner.

I would like to use managed code like "ref class" or WRL::ComPtr in a Win32 app without using the UWP as platform.

I tried different things and when I use the compiler option /ZW the code is accepted, but WRL is denied.


So here's my question: Do I make a general failure in understanding the concepts or is there a legal way to use managed code in a Win32 app ?

Has anyone a good link for me ? ( I'm searching now for three or four hours to find a solution )


Thanks,

Charlie Brown

Continue reading...
 
Back
Top