Need to compile the vc++ project in vs2008
-
hi, I need to compile the vc++ 6.0 code project into vs2008 (c++). Please anyone provide me the guidnace or any link, that help me out to remove all the errors after conversation.
Pankaj Gupta (Take it easy)
-
hi, I need to compile the vc++ 6.0 code project into vs2008 (c++). Please anyone provide me the guidnace or any link, that help me out to remove all the errors after conversation.
Pankaj Gupta (Take it easy)
1- double-click on the DSP (or is it DSW) file. 2- accept to convert the project files. 3- save 4- build-all 5- look at the errors/warning 6- google the error number 7- fix them. 8- goto 4 anyway ... most errors are due to new method/functions prototypes in MFC, and some deprecated C functions.
This signature was proudly tested on animals.
-
1- double-click on the DSP (or is it DSW) file. 2- accept to convert the project files. 3- save 4- build-all 5- look at the errors/warning 6- google the error number 7- fix them. 8- goto 4 anyway ... most errors are due to new method/functions prototypes in MFC, and some deprecated C functions.
This signature was proudly tested on animals.
Thanks.
Pankaj Gupta (Take it easy)
-
1- double-click on the DSP (or is it DSW) file. 2- accept to convert the project files. 3- save 4- build-all 5- look at the errors/warning 6- google the error number 7- fix them. 8- goto 4 anyway ... most errors are due to new method/functions prototypes in MFC, and some deprecated C functions.
This signature was proudly tested on animals.