Click here to Skip to main content
15,908,843 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to use a vector for flexible length of array PinPopular
Stephen Hewitt24-Mar-10 12:34
Stephen Hewitt24-Mar-10 12:34 
AnswerRe: how to use a vector for flexible length of array Pin
sandhyasapare24-Mar-10 23:57
sandhyasapare24-Mar-10 23:57 
GeneralRe: how to use a vector for flexible length of array [modified] Pin
mrby12325-Mar-10 7:29
mrby12325-Mar-10 7:29 
GeneralRe: how to use a vector for flexible length of array Pin
Stephen Hewitt26-Mar-10 23:44
Stephen Hewitt26-Mar-10 23:44 
QuestionAnnoying problem with VC++ 6.0 - compiler on strike?? Pin
Vaclav_24-Mar-10 11:42
Vaclav_24-Mar-10 11:42 
AnswerRe: Annoying problem with VC++ 6.0 - compiler on strike?? Pin
Code-o-mat24-Mar-10 11:57
Code-o-mat24-Mar-10 11:57 
AnswerRe: Annoying problem with VC++ 6.0 - compiler on strike?? Pin
Stephen Hewitt24-Mar-10 12:40
Stephen Hewitt24-Mar-10 12:40 
GeneralRe: Annoying problem with VC++ 6.0 - compiler on strike?? Pin
Vaclav_24-Mar-10 17:41
Vaclav_24-Mar-10 17:41 
Thanks guys, here is an update.
My 5th grandchild was born 5 o'clock this morning and I spent quality time with crying 2 year old - 3 o'clock in the morning.
As far as this goes – I did try to modify precompiled header compilation and it was a disaster.
What normally takes less than a minute to compile ( one main plus five DLL's )took more time than I care to count. So I reset the Precompile Headers option and went back to “normal”.

I forgot to clarify that I have been doing Clear / Rebuild all for a while.

But I have have been ignoring one anomaly which needs to be corrected . I am not sure if its causing this problem , but it will take some time to clean up. . I am getting about 30 + C6311 “notes”, basically because my DLL's are using same #define constants (IDD_PROPPAGEX).
I'll let you know if this “problem” persists after that.

FYI – the compiler output looks like this and only the main program is recompiled, not the DLL's.

--------------------Configuration: OpenHR - Win32 Debug--------------------
Compiling...
Skipping... (no relevant changes detected)
StdAfx.cpp
Compiling...
Skipping... (no relevant changes detected)
ChildFrm.cpp

and rest of the main app files follows.
Thanks for your help.
I need a good nite sleep.
Vaclav
QuestionReg. Booting from Virtual Disk Image Pin
john563224-Mar-10 6:04
john563224-Mar-10 6:04 
QuestionSymEnumSymbols is getting failed even GetLastError returns 0 Pin
glitteringsound24-Mar-10 4:32
glitteringsound24-Mar-10 4:32 
AnswerRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
Covean24-Mar-10 4:55
Covean24-Mar-10 4:55 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
glitteringsound24-Mar-10 5:00
glitteringsound24-Mar-10 5:00 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
Covean24-Mar-10 5:21
Covean24-Mar-10 5:21 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
glitteringsound24-Mar-10 5:30
glitteringsound24-Mar-10 5:30 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
Covean24-Mar-10 5:38
Covean24-Mar-10 5:38 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
glitteringsound24-Mar-10 5:50
glitteringsound24-Mar-10 5:50 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
Covean24-Mar-10 6:00
Covean24-Mar-10 6:00 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
glitteringsound24-Mar-10 6:07
glitteringsound24-Mar-10 6:07 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
Covean24-Mar-10 6:18
Covean24-Mar-10 6:18 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
glitteringsound24-Mar-10 6:42
glitteringsound24-Mar-10 6:42 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
Covean25-Mar-10 3:25
Covean25-Mar-10 3:25 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
cmk24-Mar-10 12:28
cmk24-Mar-10 12:28 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
glitteringsound24-Mar-10 20:27
glitteringsound24-Mar-10 20:27 
QuestionDifference between C and Visual C. Pin
Razanust24-Mar-10 4:17
Razanust24-Mar-10 4:17 
QuestionRe: Difference between C and Visual C. Pin
David Crow24-Mar-10 4:32
David Crow24-Mar-10 4:32 

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.