Click here to Skip to main content
15,910,981 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to post a screen shot in code project Pin
CPallini19-Nov-08 23:25
mveCPallini19-Nov-08 23:25 
QuestionCProgressCtrl Pin
josip cagalj19-Nov-08 22:23
josip cagalj19-Nov-08 22:23 
QuestionRe: CProgressCtrl Pin
Roger Stoltz20-Nov-08 1:08
Roger Stoltz20-Nov-08 1:08 
AnswerRe: CProgressCtrl Pin
josip cagalj20-Nov-08 1:20
josip cagalj20-Nov-08 1:20 
AnswerRe: CProgressCtrl Pin
Roger Stoltz20-Nov-08 1:36
Roger Stoltz20-Nov-08 1:36 
QuestionHow to create Middleware application between our own client and server for monitoring the data. Pin
Member 462021619-Nov-08 20:42
Member 462021619-Nov-08 20:42 
AnswerRe: How to create Middleware application between our own client and server for monitoring the data. Pin
Iain Clarke, Warrior Programmer19-Nov-08 21:46
Iain Clarke, Warrior Programmer19-Nov-08 21:46 
QuestionSerializing the objects of a class Pin
Taruni19-Nov-08 20:23
Taruni19-Nov-08 20:23 
Hi,

I have written a perfect Serializable class "X" with two variables and taken a dialog box with two editboxes. I am updating the information from dialog box into "X" variables and trying to serialize that class object.

Where should I call X.Serialize(ar) ? Is it in Document class? If so, is it mandatory ? I have also tried to do by declaring a global variable"Xobj" in the document class and calling the Xobj.Serialize(ar) in the Document's Serialize(). However I am getting "error C2011: 'X' : 'class' type redefinition".Perhaps may be the header file is getting included twice, I guess. But when I am trying to resolve the problem, it has entered an infinite loop and things have become too worst.

I have gone through many articles since yesterday on "Serializing the objects" where one serializable class is getting serialized in another Serializable class and so on. But my doubt is how and where will the root serializable class's Serialize() get called.

Please some one help me on this topic. I am unable to proceed with my sample application. Any sample application could also help me.

Thanks in advance.

Taruni

AnswerRe: Serializing the objects of a class Pin
Cedric Moonen19-Nov-08 20:50
Cedric Moonen19-Nov-08 20:50 
Questionxml parsing in MFC Pin
AnithaSubramani19-Nov-08 20:12
AnithaSubramani19-Nov-08 20:12 
AnswerRe: xml parsing in MFC Pin
Cedric Moonen19-Nov-08 20:15
Cedric Moonen19-Nov-08 20:15 
AnswerRe: xml parsing in MFC Pin
Hamid_RT19-Nov-08 20:20
Hamid_RT19-Nov-08 20:20 
GeneralOT: Re: YARP parser Pin
Iain Clarke, Warrior Programmer19-Nov-08 21:49
Iain Clarke, Warrior Programmer19-Nov-08 21:49 
GeneralRe: OT: Re: YARP parser Pin
Randor 19-Nov-08 21:57
professional Randor 19-Nov-08 21:57 
GeneralRe: OT: Re: YARP parser Pin
CPallini23-Nov-08 8:18
mveCPallini23-Nov-08 8:18 
GeneralRe: OT: Re: YARP parser Pin
Randor 24-Nov-08 3:48
professional Randor 24-Nov-08 3:48 
AnswerRe: xml parsing in MFC Pin
adam george16-Feb-09 23:52
adam george16-Feb-09 23:52 
QuestionElevating the process to create the file at ACCESS_DENIED Position Pin
VCProgrammer19-Nov-08 19:52
VCProgrammer19-Nov-08 19:52 
AnswerRe: Elevating the process to create the file at ACCESS_DENIED Position Pin
SandipG 19-Nov-08 20:04
SandipG 19-Nov-08 20:04 
Questionhow to change panes in status bar of a dialog box application Pin
puppya19-Nov-08 19:44
puppya19-Nov-08 19:44 
AnswerRe: how to change panes in status bar of a dialog box application Pin
Iain Clarke, Warrior Programmer19-Nov-08 21:54
Iain Clarke, Warrior Programmer19-Nov-08 21:54 
Questiondecrypting a string question [modified] Pin
monsieur_jj19-Nov-08 19:42
monsieur_jj19-Nov-08 19:42 
AnswerRe: decrypting a string question Pin
Randor 19-Nov-08 21:52
professional Randor 19-Nov-08 21:52 
GeneralRe: decrypting a string question Pin
monsieur_jj19-Nov-08 22:09
monsieur_jj19-Nov-08 22:09 
GeneralRe: decrypting a string question Pin
CPallini19-Nov-08 22:16
mveCPallini19-Nov-08 22:16 

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.