make files from VS6.0 in VS2005
-
Hi, I have my project written/compiled/build using VS6.0 and i am exporting a make file to build from command line, now i am planning to upgrade to VS2005, Now how i can build this project using VS2005 ? Do i need to make any changes to make file itself or there are any other ways to do it ? Thanks, Yashu
-
Hi, I have my project written/compiled/build using VS6.0 and i am exporting a make file to build from command line, now i am planning to upgrade to VS2005, Now how i can build this project using VS2005 ? Do i need to make any changes to make file itself or there are any other ways to do it ? Thanks, Yashu
You will have to rewrite the whole app to move over to .NET... VB6.0 has classes/controls/etc that are not in the .NET Framework for the most part. Disregard this, I thought you meant VB6.0, look a closer look and it's VS6.0 :-O
"The clue train passed his station without stopping." - John Simmons / outlaw programmer
-
Hi, I have my project written/compiled/build using VS6.0 and i am exporting a make file to build from command line, now i am planning to upgrade to VS2005, Now how i can build this project using VS2005 ? Do i need to make any changes to make file itself or there are any other ways to do it ? Thanks, Yashu
Start by opening the .dsw file in VC2005. If it's not a complicated project, 2005 will convert it for you. I don't think the option to export a makefile exists anymore, though.
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ