About /Clr Option in VS2005
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I created a ATL project with the VS2005, and in the project I used the c# component. So I selected the "Common Language Runtime Support(/clr)", First I built the Release version, and compiled successfully. But when I built the Debug version, I encountered a problem, the compiled failed. and prompt "Command line error D8045 :cannot compile C file 'MCChannel_i.c' with the /clr option". I tried to disable the /clr option, but there is other compiler error. Who know the reason, please help me , thanks!