Click here to Skip to main content
15,911,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionsolution for Recovering corrupted cpp or project files........? Pin
shaina223113-Mar-09 19:50
shaina223113-Mar-09 19:50 
AnswerRe: solution for Recovering corrupted cpp or project files........? Pin
«_Superman_»13-Mar-09 20:07
professional«_Superman_»13-Mar-09 20:07 
GeneralRe: solution for Recovering corrupted cpp or project files........? Pin
shaina223113-Mar-09 20:24
shaina223113-Mar-09 20:24 
GeneralRe: solution for Recovering corrupted cpp or project files........? Pin
Cedric Moonen13-Mar-09 22:36
Cedric Moonen13-Mar-09 22:36 
Questionhow to convert visual studio 2008 vc++ application into visual studio 2005 vc++ Pin
Purish Dwivedi13-Mar-09 19:38
Purish Dwivedi13-Mar-09 19:38 
AnswerRe: how to convert visual studio 2008 vc++ application into visual studio 2005 vc++ Pin
Hamid_RT13-Mar-09 19:43
Hamid_RT13-Mar-09 19:43 
GeneralRe: how to convert visual studio 2008 vc++ application into visual studio 2005 vc++ Pin
Purish Dwivedi13-Mar-09 19:47
Purish Dwivedi13-Mar-09 19:47 
GeneralRe: how to convert visual studio 2008 vc++ application into visual studio 2005 vc++ Pin
«_Superman_»13-Mar-09 20:14
professional«_Superman_»13-Mar-09 20:14 
Ok. This is what I did and it worked.
BUT..... As a disclaimer; I'm not responsible for any loss or corruption of data.
You can take it or leave it. Smile | :)

Open .sln file in notepad.
Change 10.00 on the first line to 9.00
Change Visual Studio 2008 to Visual Studio 2005.
Save and close the file.

Open .vcproj file or files in notepad.
Change Version="9.00" on line 4 to Version="8.00"
Save and close the files.

I'm not sure in what conditions, this is going to fail, but like I said it always worked for me.
Now you can write a tool to do this convertion. Cool | :cool:

«_Superman
I love work. It gives me something to do between weekends.

GeneralRe: how to convert visual studio 2008 vc++ application into visual studio 2005 vc++ Pin
Purish Dwivedi13-Mar-09 21:07
Purish Dwivedi13-Mar-09 21:07 
GeneralRe: how to convert visual studio 2008 vc++ application into visual studio 2005 vc++ Pin
p65155624-Dec-09 2:04
p65155624-Dec-09 2:04 
QuestionNeeding noob help 7z Archive Pin
Member 416282713-Mar-09 18:51
Member 416282713-Mar-09 18:51 
AnswerRe: Needing noob help 7z Archive Pin
Garth J Lancaster13-Mar-09 19:41
professionalGarth J Lancaster13-Mar-09 19:41 
GeneralRe: Needing noob help 7z Archive [modified] Pin
Member 416282714-Mar-09 8:46
Member 416282714-Mar-09 8:46 
AnswerRe: Needing noob help 7z Archive Pin
NeoAks00713-Mar-09 22:22
NeoAks00713-Mar-09 22:22 
GeneralRe: Needing noob help 7z Archive Pin
Member 416282714-Mar-09 8:56
Member 416282714-Mar-09 8:56 
AnswerRe: Needing noob help 7z Archive Pin
Joe Woodbury15-Mar-09 18:07
professionalJoe Woodbury15-Mar-09 18:07 
QuestionHow to store the data into access database in MFC Pin
Febin Elizabeth13-Mar-09 18:35
Febin Elizabeth13-Mar-09 18:35 
AnswerRe: How to store the data into access database in MFC Pin
shaina223113-Mar-09 19:43
shaina223113-Mar-09 19:43 
QuestionHelp testing a CDialog based class Pin
bulg13-Mar-09 13:52
bulg13-Mar-09 13:52 
AnswerRe: Help testing a CDialog based class Pin
Iain Clarke, Warrior Programmer13-Mar-09 23:31
Iain Clarke, Warrior Programmer13-Mar-09 23:31 
QuestionInserting string and increasing file size in istream ? Pin
mmayur13-Mar-09 13:24
mmayur13-Mar-09 13:24 
AnswerRe: Inserting string and increasing file size in istream ? Pin
Stuart Dootson13-Mar-09 13:42
professionalStuart Dootson13-Mar-09 13:42 
GeneralRe: Inserting string and increasing file size in istream ? Pin
mmayur13-Mar-09 13:48
mmayur13-Mar-09 13:48 
GeneralRe: Inserting string and increasing file size in istream ? Pin
Stuart Dootson13-Mar-09 14:06
professionalStuart Dootson13-Mar-09 14:06 
Answer[Message Deleted] Pin
zzgzzgok13-Mar-09 12:56
zzgzzgok13-Mar-09 12:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.