vote up 0 vote down star

In trying to port my managed c++ project from vs2003 to vs2008. I have added oldSyntax flag. But I still get error sourceanotations.h.

flag
Please put the exact error and the code in the question -- there is no way to help without this. – Lou Franco Oct 30 '08 at 0:10

1 Answer

vote up 1 vote down

We have a project that was written with the managed extensions for C++ that simply doesn't compile in VS2005 using /clr:oldSyntax.

Unfortunately your choices are either to keep building it with VS2003 or translate it to C++/CLI (or complaining the Microsoft, but I wouldn't hold out too much hope there).

We've done the translation on a number of projects and it is tedious, but fairly straight forward.

Or if there is another solution out there I'd like to here it so we can retire the build machine we still have running VS2003 just for this purpose!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.