Click to See Complete Forum and Search --> : VC++ vs. VC++.NET


Deniz
November 24th, 2003, 11:23 PM
If I have a major application written in VC++ 6 how easy (or difficult) is it to transport that to .NET?

pradeepks_61
November 24th, 2003, 11:27 PM
I have converted a few huge applications... no probs. But please get used to dot net before u do that cause once u have done the conversion there is no looking back

Deniz
November 24th, 2003, 11:45 PM
what about device drivers and stuff?

pradeepks_61
November 25th, 2003, 12:08 AM
I have not tried device driver stuff....... take backup and give it a shot....

Deniz
November 25th, 2003, 12:16 AM
well its gonna end up being a really expensive experiment if it doesnt work

pradeepks_61
November 25th, 2003, 12:26 AM
U have to upgrade anyway.....

Deniz
November 25th, 2003, 12:31 AM
sad isnt it :p

vicodin451
November 25th, 2003, 06:40 AM
Originally posted by Deniz
If I have a major application written in VC++ 6 how easy (or difficult) is it to transport that to .NET?

Depends what you mean by "transport it". Do just wish to rebuild with the 7.x compiler, or do you wish to take full advantage of the .NET framework? If the former, then you could simply convert the project, build, and see what happens. If the latter, I'm sure MS has written at least a handful of articles to help guide one wishing to tackle such a task...