B
Bern McCarty
If you try to use the new C++/CLI syntax described at the PDC you get errors
such as:
HelloWorld.cpp(68) : error C3191: '^' : incompatible with /clrldSyntax
These errors are documented in the whidbey documentation but they beg the
question, is it possible to use any of the new syntax at all in the PDC
build? I'm sure that many other folks are interested to know too. I tried
the obvious: -clr:newSyntax and -clrnewSyntax but no dice. The later string
actually does appear on a few of the .dlls I noticed.
Thanks in advance.
-Bern
such as:
HelloWorld.cpp(68) : error C3191: '^' : incompatible with /clrldSyntax
These errors are documented in the whidbey documentation but they beg the
question, is it possible to use any of the new syntax at all in the PDC
build? I'm sure that many other folks are interested to know too. I tried
the obvious: -clr:newSyntax and -clrnewSyntax but no dice. The later string
actually does appear on a few of the .dlls I noticed.
Thanks in advance.
-Bern