Click here to Skip to main content
15,913,268 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalthread problem Pin
Merle Pittman2-Apr-02 7:59
Merle Pittman2-Apr-02 7:59 
GeneralRe: thread problem Pin
Joaquín M López Muñoz2-Apr-02 8:28
Joaquín M López Muñoz2-Apr-02 8:28 
GeneralOCX uUid collision nightmare Pin
megaadam2-Apr-02 7:39
professionalmegaadam2-Apr-02 7:39 
GeneralRe: OCX uUid collision nightmare Pin
Derek Waters2-Apr-02 12:29
Derek Waters2-Apr-02 12:29 
QuestionSaving a Document with values from dynamic array? Pin
dazinith2-Apr-02 6:28
dazinith2-Apr-02 6:28 
AnswerRe: Saving a Document with values from dynamic array? Pin
Ravi Bhavnani2-Apr-02 6:43
professionalRavi Bhavnani2-Apr-02 6:43 
GeneralRe: Saving a Document with values from dynamic array? Pin
dazinith2-Apr-02 8:07
dazinith2-Apr-02 8:07 
GeneralRe: Saving a Document with values from dynamic array? Pin
Ravi Bhavnani2-Apr-02 8:22
professionalRavi Bhavnani2-Apr-02 8:22 
dazinith wrote:
i should be able to just serialize my CObject derived class right? i shouldn't have to specify every data member of it right?

Yes, you should serialize the signature, version, size of the CObArray, and each object in the CObArray. The objects in turn should serialize themselves by writing out their signature, version and data members.

Part 3 of my tutorial is crying out for code examples. I haven't had the time to post them but definitely plan to do this when I have some spare time.

/ravi

"There is always one more bug..."
http://www.ravib.com
ravib@ravib.com
GeneralRe: Saving a Document with values from dynamic array? Pin
dazinith2-Apr-02 8:41
dazinith2-Apr-02 8:41 
GeneralRe: Saving a Document with values from dynamic array? Pin
Ravi Bhavnani2-Apr-02 9:08
professionalRavi Bhavnani2-Apr-02 9:08 
GeneralRe: Saving a Document with values from dynamic array? Pin
dazinith2-Apr-02 11:33
dazinith2-Apr-02 11:33 
GeneralRe: Saving a Document with values from dynamic array? Pin
Ravi Bhavnani2-Apr-02 11:50
professionalRavi Bhavnani2-Apr-02 11:50 
GeneralRe: Saving a Document with values from dynamic array? Pin
dazinith3-Apr-02 3:10
dazinith3-Apr-02 3:10 
GeneralRe: Saving a Document with values from dynamic array? Pin
Ravi Bhavnani3-Apr-02 3:15
professionalRavi Bhavnani3-Apr-02 3:15 
Questionhow to create a imput mask? Pin
jafrazee2-Apr-02 5:39
jafrazee2-Apr-02 5:39 
AnswerRe: how to create a imput mask? Pin
Chris Losinger2-Apr-02 5:37
professionalChris Losinger2-Apr-02 5:37 
AnswerRe: how to create a imput mask? Pin
dazinith2-Apr-02 6:38
dazinith2-Apr-02 6:38 
GeneralRe: how to create a imput mask? Pin
Jon Hulatt2-Apr-02 23:37
Jon Hulatt2-Apr-02 23:37 
GeneralRe: how to create a imput mask? Pin
dazinith3-Apr-02 3:07
dazinith3-Apr-02 3:07 
Generalicons Pin
tom harwood2-Apr-02 5:30
tom harwood2-Apr-02 5:30 
GeneralRe: icons Pin
lucy2-Apr-02 6:34
lucy2-Apr-02 6:34 
GeneralRe: icons Pin
Shog92-Apr-02 11:59
sitebuilderShog92-Apr-02 11:59 
GeneralRe: icons Pin
moliate2-Apr-02 12:35
moliate2-Apr-02 12:35 
Questionsomething wrong with code??? Pin
Rajveer2-Apr-02 5:07
Rajveer2-Apr-02 5:07 
AnswerRe: something wrong with code??? Pin
Hans Ruck2-Apr-02 5:19
Hans Ruck2-Apr-02 5:19 

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.