Click here to Skip to main content
15,891,567 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can i run MFC application created in VS 2008 on OS Windows 2000? Pin
Abhijit D. Babar11-Feb-10 20:24
Abhijit D. Babar11-Feb-10 20:24 
GeneralRe: How can i run MFC application created in VS 2008 on OS Windows 2000? Pin
Emilio Garavaglia11-Feb-10 20:50
Emilio Garavaglia11-Feb-10 20:50 
GeneralRe: How can i run MFC application created in VS 2008 on OS Windows 2000? Pin
CPallini11-Feb-10 21:36
mveCPallini11-Feb-10 21:36 
AnswerRe: How can i run MFC application created in VS 2008 on OS Windows 2000? Pin
KarstenK11-Feb-10 21:07
mveKarstenK11-Feb-10 21:07 
GeneralRe: How can i run MFC application created in VS 2008 on OS Windows 2000? Pin
Abhijit D. Babar11-Feb-10 21:12
Abhijit D. Babar11-Feb-10 21:12 
AnswerRe: How can i run MFC application created in VS 2008 on OS Windows 2000? Pin
kirancgi11-Feb-10 21:16
kirancgi11-Feb-10 21:16 
AnswerRe: How can i run MFC application created in VS 2008 on OS Windows 2000? Pin
Stuart Dootson11-Feb-10 21:33
professionalStuart Dootson11-Feb-10 21:33 
QuestionProject Management, long compile-times Pin
zqueezy11-Feb-10 10:10
zqueezy11-Feb-10 10:10 
heyhey,
I have several projects that are dependent of each other with a lot of source and header files.
Like project: A<-B<-C<-D (B dependent of A, ...)
The projects themselves are each quite large and except one they all build static libraries (of course?). In each project I have a file called like ProjectCPrivate.h that I include from each header file from within project C. in this header actually only project B is referenced (and indirectly A) and some settings (defines) for the project itself. Also for each project I have a file like ProjectC which includes pretty much every class from project C, so that I can easily use this header file for project D and so on...
I'm facing long compile-times as the project grows. I'm not 100% sure if all this is solved by precompiled headers if used correctly. maybe my projects-design is lacking efficiency from the beginning. Using a precompiled header for each project would pretty much map the precompiled-header file to ProjectXPrivate.h, right?
What do you guys think? Thanks a lot in advance
zqueezy
AnswerRe: Project Management, long compile-times Pin
«_Superman_»11-Feb-10 17:32
professional«_Superman_»11-Feb-10 17:32 
AnswerRe: Project Management, long compile-times Pin
Chris Losinger11-Feb-10 17:46
professionalChris Losinger11-Feb-10 17:46 
AnswerRe: Project Management, long compile-times Pin
Stuart Dootson11-Feb-10 21:40
professionalStuart Dootson11-Feb-10 21:40 
QuestionStatic Member Initialization Issue [Solved] Pin
Skippums11-Feb-10 7:56
Skippums11-Feb-10 7:56 
AnswerRe: Static Member Initialization Issue Pin
Stuart Dootson11-Feb-10 8:45
professionalStuart Dootson11-Feb-10 8:45 
GeneralRe: Static Member Initialization Issue Pin
Skippums11-Feb-10 9:23
Skippums11-Feb-10 9:23 
GeneralRe: Static Member Initialization Issue Pin
Stuart Dootson11-Feb-10 9:37
professionalStuart Dootson11-Feb-10 9:37 
GeneralRe: Static Member Initialization Issue Pin
Emilio Garavaglia11-Feb-10 21:04
Emilio Garavaglia11-Feb-10 21:04 
GeneralRe: Static Member Initialization Issue Pin
Skippums11-Feb-10 9:45
Skippums11-Feb-10 9:45 
GeneralRe: Static Member Initialization Issue Pin
Yannick Le Thanh26-Apr-10 22:10
Yannick Le Thanh26-Apr-10 22:10 
QuestionProper way to add item to ListCtrl Pin
Manmohan2911-Feb-10 7:33
Manmohan2911-Feb-10 7:33 
AnswerRe: Proper way to add item to ListCtrl Pin
Richard Andrew x6411-Feb-10 7:40
professionalRichard Andrew x6411-Feb-10 7:40 
GeneralRe: Proper way to add item to ListCtrl Pin
Manmohan2911-Feb-10 7:48
Manmohan2911-Feb-10 7:48 
AnswerRe: Proper way to add item to ListCtrl Pin
David Crow11-Feb-10 7:49
David Crow11-Feb-10 7:49 
QuestionMemory allocated between two checkpoints by a process Pin
BadJerry11-Feb-10 7:30
BadJerry11-Feb-10 7:30 
QuestionMulti Monitor Configuration in MFC/C++ Pin
krishna Srihsam11-Feb-10 7:22
krishna Srihsam11-Feb-10 7:22 
AnswerRe: Multi Monitor Configuration in MFC/C++ Pin
Emilio Garavaglia11-Feb-10 21:15
Emilio Garavaglia11-Feb-10 21:15 

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.