Click here to Skip to main content
15,906,574 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: virtual operator "=" Pin
Bram van Kampen2-Jan-09 14:56
Bram van Kampen2-Jan-09 14:56 
GeneralRe: virtual operator "=" Pin
wubousc2-Jan-09 15:46
wubousc2-Jan-09 15:46 
GeneralRe: virtual operator "=" Pin
Mark Salsbery2-Jan-09 16:55
Mark Salsbery2-Jan-09 16:55 
GeneralRe: virtual operator "=" Pin
wubousc2-Jan-09 17:03
wubousc2-Jan-09 17:03 
GeneralRe: virtual operator "=" Pin
Mark Salsbery2-Jan-09 17:19
Mark Salsbery2-Jan-09 17:19 
GeneralRe: virtual operator "=" Pin
Mark Salsbery2-Jan-09 17:24
Mark Salsbery2-Jan-09 17:24 
GeneralRe: virtual operator "=" Pin
wubousc2-Jan-09 17:58
wubousc2-Jan-09 17:58 
AnswerRe: virtual operator "=" Pin
N a v a n e e t h2-Jan-09 16:12
N a v a n e e t h2-Jan-09 16:12 
QuestionCatching all exceptions Pin
charlieg2-Jan-09 10:36
charlieg2-Jan-09 10:36 
AnswerRe: Catching all exceptions Pin
Randor 2-Jan-09 11:21
professional Randor 2-Jan-09 11:21 
GeneralRe: Catching all exceptions Pin
charlieg2-Jan-09 11:27
charlieg2-Jan-09 11:27 
AnswerRe: Catching all exceptions Pin
Hamid_RT2-Jan-09 20:00
Hamid_RT2-Jan-09 20:00 
QuestionCatching Exceptions in MFC Pin
nobaq2-Jan-09 6:12
nobaq2-Jan-09 6:12 
AnswerRe: Catching Exceptions in MFC Pin
Randor 2-Jan-09 11:19
professional Randor 2-Jan-09 11:19 
AnswerRe: Catching Exceptions in MFC Pin
Hamid_RT2-Jan-09 20:02
Hamid_RT2-Jan-09 20:02 
Questionhow can i send mail in an MFC application using "CDO.Message" Pin
only_jack2-Jan-09 5:53
only_jack2-Jan-09 5:53 
QuestionVS Manifest Tool Pin
Richard Andrew x642-Jan-09 5:29
professionalRichard Andrew x642-Jan-09 5:29 
AnswerRe: VS Manifest Tool Pin
Mark Salsbery2-Jan-09 5:43
Mark Salsbery2-Jan-09 5:43 
GeneralRe: VS Manifest Tool Pin
Richard Andrew x642-Jan-09 6:06
professionalRichard Andrew x642-Jan-09 6:06 
QuestionSerializing CArrays Pin
softwaremonkey2-Jan-09 3:58
softwaremonkey2-Jan-09 3:58 
Hi,

I am trying to serialize all objects stored in a CArray but if a trace it through, it is calling the default SerializeElements which understandably does not serialize the objects correctly. I want this to call mt object's Serialize method.

I have tried adding my own helper but the compiler says that it already exists. This may be because I have used DECLARE_SERIAL and IMPLEMENT_SERIAL macros. MSDN says that if you use these macros, the helper function will be implemented, but if that is so, why isnt it being called?

Does anyone have any ideas what I can try Sigh | :sigh: ?

TIA

Tony
AnswerRe: Serializing CArrays Pin
softwaremonkey2-Jan-09 4:20
softwaremonkey2-Jan-09 4:20 
GeneralRe: Serializing CArrays Pin
CPallini2-Jan-09 4:43
mveCPallini2-Jan-09 4:43 
GeneralRe: Serializing CArrays Pin
Iain Clarke, Warrior Programmer2-Jan-09 11:25
Iain Clarke, Warrior Programmer2-Jan-09 11:25 
GeneralRe: Serializing CArrays Pin
CPallini2-Jan-09 20:55
mveCPallini2-Jan-09 20:55 
QuestionWM_LBUTTONDOWN not working with CListCtrl class!! Pin
SanjaySMK2-Jan-09 3:28
SanjaySMK2-Jan-09 3:28 

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.