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

C / C++ / MFC

 
QuestionAfxBeginThread() ??? Pin
Static(x)25-Mar-05 6:25
Static(x)25-Mar-05 6:25 
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 
Hi,

I utilize the IMPLEMENT_SERIAL(CFondationDoc, CDocument, VERSIONABLE_SCHEMA | 1) macro in my document class. I want to distinct between two versions of my files.

I have put "int nVersion = ar.GetObjectSchema();" in the loading portion of the Serialize method.

But nVersion returns always -1.

Do I have to store the schema number in the file ?
I have tried with "ar.SetObjectSchema(1);", but it is not stored in the file.

Thanks,

Claude


GeneralRe: Serialization Pin
Blake Miller25-Mar-05 6:24
Blake Miller25-Mar-05 6:24 
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 

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.