Click here to Skip to main content
15,896,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
Nibu babu thomas2-Jan-09 4:52
Nibu babu thomas2-Jan-09 4:52 
AnswerRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
Mark Salsbery2-Jan-09 5:50
Mark Salsbery2-Jan-09 5:50 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
SanjaySMK3-Jan-09 21:48
SanjaySMK3-Jan-09 21:48 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
Mark Salsbery4-Jan-09 6:09
Mark Salsbery4-Jan-09 6:09 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
SanjaySMK4-Jan-09 21:33
SanjaySMK4-Jan-09 21:33 
QuestionRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
Mark Salsbery4-Jan-09 21:44
Mark Salsbery4-Jan-09 21:44 
AnswerRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
SanjaySMK4-Jan-09 22:16
SanjaySMK4-Jan-09 22:16 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
Mark Salsbery5-Jan-09 5:59
Mark Salsbery5-Jan-09 5:59 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
SanjaySMK5-Jan-09 21:24
SanjaySMK5-Jan-09 21:24 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
Mark Salsbery6-Jan-09 5:03
Mark Salsbery6-Jan-09 5:03 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
SanjaySMK6-Jan-09 19:43
SanjaySMK6-Jan-09 19:43 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! [modified] Pin
Mark Salsbery6-Jan-09 20:33
Mark Salsbery6-Jan-09 20:33 

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.