Code Comments
Programming Forum and web based access to our favorite programming groups.>I'm looking for info on how to port VC++ 6 code/projects to VC++ 9 >(2008). You should be able to load your existing workspace into VS2008 and start building. There will undoubtedly be many more compiler warnings, and even errors that you'll have to look into - but they're generally a good thing because the compiler is more standard conforming. You may have significant issues if you rely on 3'rd party libraries that depend on the version of VC++ (and may not have versions for later compilers). You really just have to suck it and see - generally it's not a massive issue. Dave
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.