about CLR
Managed C++/CLI
1
Posts
1
Posters
0
Views
1
Watching
-
I want to compile a program.I compile the files with /TP. I originally use /CLR option, but it says that a .c file cant work with /clr. I see the page. http://msdn2.microsoft.com/en-us/library/ms173265(VS.80).aspx so, I change it to no /CLR. Then it comes out other problems. 1. syntax error '__value' 2. error C4980: '__value' : use of this keyword requires /clr:oldSyntax command line option But I change it to /clr:oldSyntax, I comes the error that error D8045 : cannot compile C file '.\gsm\RPE.C' with the /clr option again. How can I debug this error? Appreciate for ur reply. Jane -- modified at 3:01 Monday 29th October, 2007