Link to home
Start Free TrialLog in
Avatar of bjqrn
bjqrn

asked on

vc.NET 2003 to vc.NET 2005 conversion

Is threre a tool in vc.NET 2005, or a third party tool, that converts vc.NET 2003 code to vc.NET 2005 code or do I have to rewrite my code to use handles instead of pointers and so on?
Avatar of AlexFM
AlexFM

You can use /clr:oldsyntax to compile existing projects in VC++ 8.0.
AFAIK, there is no tool which converts Managed C++ code to C++/CLI.
Avatar of bjqrn

ASKER

Im thinking of upgrade since the new syntax looks a lot better so /clr:oldsyntax is no option.
ASKER CERTIFIED SOLUTION
Avatar of lakshman_ce
lakshman_ce

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Eduard Ghergu
Hello!

It's better to rewrite your code because the old C++ with managed code is obsolete now and will not be supported anymore in the future releases.