Click here to Skip to main content
15,910,277 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC Serialize Version problem! Pin
Mark Salsbery12-Nov-08 9:01
Mark Salsbery12-Nov-08 9:01 
QuestionCListCtrl - Problem with VS2008 Pin
MrNyquist12-Nov-08 5:01
MrNyquist12-Nov-08 5:01 
AnswerRe: CListCtrl - Problem with VS2008 Pin
Mark Salsbery12-Nov-08 9:08
Mark Salsbery12-Nov-08 9:08 
GeneralRe: CListCtrl - Problem with VS2008 Pin
MrNyquist12-Nov-08 21:10
MrNyquist12-Nov-08 21:10 
GeneralRe: CListCtrl - Problem with VS2008 Pin
Mark Salsbery13-Nov-08 5:41
Mark Salsbery13-Nov-08 5:41 
GeneralRe: CListCtrl - Problem with VS2008 Pin
Mark Salsbery13-Nov-08 5:57
Mark Salsbery13-Nov-08 5:57 
GeneralRe: CListCtrl - Problem with VS2008 Pin
MrNyquist14-Nov-08 1:56
MrNyquist14-Nov-08 1:56 
Questionvc6 to vc8 conversion [modified] Pin
Russell'12-Nov-08 3:56
Russell'12-Nov-08 3:56 
I need to write some projects both Vc6 and Vc8, so I'm searching to a way to easily convert a project between different compiler version.
I create the project in vc6, then I update it in vc8 correctly. And the program is everytime correcly compiled and run.

But the files and project are in the same folder, this is a problem because every project puts its output in the same Debub and Release subfolder.
A temporary solution is to "clean all" before compile, but i'm not sotisfied because it isn't easy to have the 2 version of the project opened at the same time.

The clean solution that I'm trying to use is to create some folders like

MyProjFolder
  Sources	(it contains every .cpp, .h and .rc files)
    res
  vc6		(it contains the project for vc6: files .dsw and .dsp)
    Debug
    Release
  vc8		(it contains the project for vc8: files .sln and .vcproj)
    Debug
    Release


I linked all the resources (cpp and h files) in every project (contained into the Source folder) but when compiling this error comes:


fatal error C1083: Cannot open precompiled header file: '.\Debug/***.pch': No such file or directory

any tip?


Russell

modified on Wednesday, November 12, 2008 10:03 AM

GeneralRe: vc6 to vc8 conversion Pin
led mike12-Nov-08 4:20
led mike12-Nov-08 4:20 
GeneralRe: vc6 to vc8 conversion Pin
Russell'12-Nov-08 4:35
Russell'12-Nov-08 4:35 
GeneralRe: vc6 to vc8 conversion Pin
led mike12-Nov-08 4:59
led mike12-Nov-08 4:59 
GeneralRe: vc6 to vc8 conversion Pin
David Crow12-Nov-08 5:40
David Crow12-Nov-08 5:40 
GeneralRe: vc6 to vc8 conversion Pin
Mark Salsbery12-Nov-08 9:10
Mark Salsbery12-Nov-08 9:10 
GeneralRe: vc6 to vc8 conversion Pin
Russell'12-Nov-08 22:12
Russell'12-Nov-08 22:12 
GeneralRe: vc6 to vc8 conversion Pin
Mark Salsbery13-Nov-08 6:19
Mark Salsbery13-Nov-08 6:19 
GeneralRe: vc6 to vc8 conversion Pin
Russell'13-Nov-08 7:54
Russell'13-Nov-08 7:54 
GeneralRe: vc6 to vc8 conversion Pin
Mark Salsbery13-Nov-08 8:31
Mark Salsbery13-Nov-08 8:31 
AnswerRe: vc6 to vc8 conversion Pin
Joe Woodbury12-Nov-08 11:47
professionalJoe Woodbury12-Nov-08 11:47 
GeneralRe: vc6 to vc8 conversion Pin
Russell'12-Nov-08 22:20
Russell'12-Nov-08 22:20 
QuestionThe WM_DEVICECHANGE question Pin
josip cagalj12-Nov-08 3:28
josip cagalj12-Nov-08 3:28 
AnswerRe: The WM_DEVICECHANGE question Pin
Roger Stoltz12-Nov-08 3:58
Roger Stoltz12-Nov-08 3:58 
AnswerRe: The WM_DEVICECHANGE question Pin
Iain Clarke, Warrior Programmer12-Nov-08 12:09
Iain Clarke, Warrior Programmer12-Nov-08 12:09 
QuestionRegisterClassEx and CreateWindowEx fails.. Pin
gothic_coder12-Nov-08 2:35
gothic_coder12-Nov-08 2:35 
AnswerRe: RegisterClassEx and CreateWindowEx fails.. Pin
CPallini12-Nov-08 2:47
mveCPallini12-Nov-08 2:47 
GeneralRe: RegisterClassEx and CreateWindowEx fails.. Pin
gothic_coder12-Nov-08 3:10
gothic_coder12-Nov-08 3:10 

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.