Click here to Skip to main content
15,919,931 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralError spawning 'cl.exe' Pin
dyerstein12-Apr-04 9:43
dyerstein12-Apr-04 9:43 
GeneralRe: Error spawning 'cl.exe' Pin
Prakash Nadar12-Apr-04 20:21
Prakash Nadar12-Apr-04 20:21 
GeneralRe: Error spawning 'cl.exe' Pin
dyerstein13-Apr-04 4:22
dyerstein13-Apr-04 4:22 
Questionhow to display info about menu items in a dlg Pin
dolph_loe12-Apr-04 9:08
dolph_loe12-Apr-04 9:08 
AnswerRe: how to display info about menu items in a dlg Pin
toxcct12-Apr-04 9:21
toxcct12-Apr-04 9:21 
GeneralSerialization Pin
Demian Panello12-Apr-04 8:56
Demian Panello12-Apr-04 8:56 
GeneralRe: Serialization Pin
Ravi Bhavnani12-Apr-04 9:03
professionalRavi Bhavnani12-Apr-04 9:03 
GeneralRe: Serialization Pin
Demian Panello15-Apr-04 4:43
Demian Panello15-Apr-04 4:43 
Hi Ravi.

I'm still having troubles to serialize my object.
I have a class called: CDecDatabase that have a member of type CPtrArray of CSistema object, (an array of CSistema objects).
CSistema object have 3 arrays CPtrArray, (arrays of objects CP1, CP2 y CP3).
All the object have a Serialize function.

When
First I invoke CDecDatabase::Serialize(), then, this function call for every CSistema object in the array call CSistema::Serialize() and this function call the method Serialize() for every CP1, CP2 and CP3 object in the arrays.

Something I have saved but I can't load it.
I don't know if I'm serialize the objects in the right order.

Thank you.

Demian.
GeneralRe: Serialization Pin
Ravi Bhavnani16-Apr-04 3:05
professionalRavi Bhavnani16-Apr-04 3:05 
GeneralVS C++ Standard Edition and shareware Pin
Franc Morales12-Apr-04 8:16
Franc Morales12-Apr-04 8:16 
GeneralRe: VS C++ Standard Edition and shareware Pin
Ravi Bhavnani12-Apr-04 9:04
professionalRavi Bhavnani12-Apr-04 9:04 
Generalexecute an app from code Pin
BlackDice12-Apr-04 7:58
BlackDice12-Apr-04 7:58 
GeneralRe: execute an app from code Pin
T1TAN12-Apr-04 8:15
T1TAN12-Apr-04 8:15 
GeneralRe: execute an app from code Pin
BlackDice12-Apr-04 8:44
BlackDice12-Apr-04 8:44 
GeneralRe: execute an app from code Pin
Ed K12-Apr-04 8:34
Ed K12-Apr-04 8:34 
GeneralRe: execute an app from code Pin
BlackDice12-Apr-04 8:45
BlackDice12-Apr-04 8:45 
GeneralRe: execute an app from code Pin
Snyp12-Apr-04 11:26
Snyp12-Apr-04 11:26 
GeneralRe: execute an app from code Pin
Tim Smith12-Apr-04 18:21
Tim Smith12-Apr-04 18:21 
QuestionASSERT_VALID ? Pin
Jnewg512-Apr-04 7:13
Jnewg512-Apr-04 7:13 
AnswerRe: ASSERT_VALID ? Pin
Anthony_Yio13-Apr-04 0:21
Anthony_Yio13-Apr-04 0:21 
GeneralCWinThread "issues" Pin
T1TAN12-Apr-04 6:59
T1TAN12-Apr-04 6:59 
GeneralRe: CWinThread "issues" Pin
John M. Drescher12-Apr-04 8:18
John M. Drescher12-Apr-04 8:18 
GeneralRe: CWinThread "issues" Pin
T1TAN12-Apr-04 8:53
T1TAN12-Apr-04 8:53 
GeneralRe: CWinThread "issues" Pin
John M. Drescher12-Apr-04 8:58
John M. Drescher12-Apr-04 8:58 
GeneralRe: CWinThread "issues" Pin
T1TAN12-Apr-04 9:17
T1TAN12-Apr-04 9:17 

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.