Click here to Skip to main content
15,900,725 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: AfxBeginThread() ??? Pin
Michael Dunn25-Mar-05 6:45
sitebuilderMichael Dunn25-Mar-05 6:45 
AnswerRe: AfxBeginThread() ??? Pin
Greg Rodgers25-Mar-05 8:00
Greg Rodgers25-Mar-05 8:00 
GeneralRe: AfxBeginThread() ??? Pin
ddmcr25-Mar-05 10:32
ddmcr25-Mar-05 10:32 
GeneralRe: AfxBeginThread() ??? Pin
Anthony_Yio25-Mar-05 18:41
Anthony_Yio25-Mar-05 18:41 
GeneralNT permissions Pin
RobJones25-Mar-05 6:03
RobJones25-Mar-05 6:03 
GeneralRe: NT permissions Pin
David Crow25-Mar-05 7:29
David Crow25-Mar-05 7:29 
GeneralSerialization Pin
Gagnon Claude25-Mar-05 5:48
Gagnon Claude25-Mar-05 5:48 
GeneralRe: Serialization Pin
Blake Miller25-Mar-05 6:24
Blake Miller25-Mar-05 6:24 
I usually just write out a DWORD at beginning of serialization stream as my 'version' number and read that back in when deserializing. It beats trying to figure out the screwy Schema system they have. You can read in older files with newer code, presumably the new system will always write out the newer file, though that is not stricly necessary either. Then just increment the DWORD value when you have a newer version of your data.
GeneralRe: Serialization Pin
Ravi Bhavnani26-Mar-05 3:10
professionalRavi Bhavnani26-Mar-05 3:10 
GeneralAdding a C++ Inline File to a Visual C++.Net Project Pin
JSadleir25-Mar-05 3:17
JSadleir25-Mar-05 3:17 
GeneralRe: Adding a C++ Inline File to a Visual C++.Net Project Pin
Gary R. Wheeler25-Mar-05 3:47
Gary R. Wheeler25-Mar-05 3:47 
QuestionUnicode sizeof(TCHAR) == 1??? Pin
Dave_25-Mar-05 3:01
Dave_25-Mar-05 3:01 
AnswerRe: Unicode sizeof(TCHAR) == 1??? Pin
David Crow25-Mar-05 3:20
David Crow25-Mar-05 3:20 
AnswerRe: Unicode sizeof(TCHAR) == 1??? Pin
Michael Dunn25-Mar-05 6:26
sitebuilderMichael Dunn25-Mar-05 6:26 
AnswerRe: Unicode sizeof(TCHAR) == 1??? Pin
Blake Miller25-Mar-05 6:29
Blake Miller25-Mar-05 6:29 
GeneralUsing MSFlexGrid and CRecordset Pin
Cybernate25-Mar-05 2:44
Cybernate25-Mar-05 2:44 
GeneralRe: Using MSFlexGrid and CRecordset Pin
David Crow25-Mar-05 5:16
David Crow25-Mar-05 5:16 
GeneralRe: Using MSFlexGrid and CRecordset Pin
Anonymous27-Mar-05 20:00
Anonymous27-Mar-05 20:00 
GeneralRe: Using MSFlexGrid and CRecordset Pin
David Crow28-Mar-05 2:21
David Crow28-Mar-05 2:21 
GeneralTURBU C++ & interrupt numbers Pin
SESCO LIBYA25-Mar-05 2:37
SESCO LIBYA25-Mar-05 2:37 
GeneralRe: TURBU C++ & interrupt numbers Pin
David Crow25-Mar-05 3:26
David Crow25-Mar-05 3:26 
GeneralRe: TURBU C++ & interrupt numbers Pin
Roger Wright26-Mar-05 21:06
professionalRoger Wright26-Mar-05 21:06 
GeneralTree Control Pin
NewbieStats25-Mar-05 1:48
NewbieStats25-Mar-05 1:48 
GeneralRe: Tree Control Pin
Ravi Bhavnani26-Mar-05 3:12
professionalRavi Bhavnani26-Mar-05 3:12 
QuestionLose window focus? Pin
Dominik Reichl25-Mar-05 0:58
Dominik Reichl25-Mar-05 0:58 

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.