Click here to Skip to main content
16,007,277 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Background image in a window? (MFC) Pin
Paul Selormey15-Oct-01 5:29
Paul Selormey15-Oct-01 5:29 
GeneralHelp !!!!! I am getting bogus poiner problem Pin
15-Oct-01 4:02
suss15-Oct-01 4:02 
GeneralRe: Help !!!!! I am getting bogus poiner problem Pin
Michael P Butler15-Oct-01 4:08
Michael P Butler15-Oct-01 4:08 
GeneralRe: Help !!!!! I am getting bogus poiner problem Pin
15-Oct-01 5:15
suss15-Oct-01 5:15 
GeneralRe: Help !!!!! I am getting bogus poiner problem Pin
Michael P Butler15-Oct-01 5:25
Michael P Butler15-Oct-01 5:25 
GeneralRe: Help !!!!! I am getting bogus poiner problem Pin
15-Oct-01 5:48
suss15-Oct-01 5:48 
GeneralRe: Help !!!!! I am getting bogus poiner problem Pin
15-Oct-01 5:48
suss15-Oct-01 5:48 
GeneralCArray and Windows CE Pin
Ray Kinsella15-Oct-01 3:52
Ray Kinsella15-Oct-01 3:52 
I have a class, it does apsolutely nothing extra ordinary. It wraps a variable of type CArray<class *,class="" *="">, and allowing various other parts of the software access to the contained in this CArray.
See the code below :-

CArray(CQuestion *,CQuestion *) m_caQuestionSet;

However sometimes (approx 1 in 4 times) the destructor code generates an Exception (this is Windows CE so I am using Structured Exception Handling).
See the code below :-

CQuestionSet::~CQuestionSet()
{
__try
{
CQuestionSet::SaveOut();
CQuestionSet::SaveOutAsXML();

}__except(InfoExceptionFilter(GetExceptionInformation()))
{
TRACE0("CQuestionSet::~CQuestionSet(): Exception Occured");
}
}

both SaveOut() and SaveOutAsXML() has their own Exeption Handler, which is never called. Whats generating the damn exception in ~CQuestionSet;


Regards

Ray

"Je Suis Mort De Rire"
GeneralWeird ADO/ADOX problem Pin
Christian Graus15-Oct-01 3:37
protectorChristian Graus15-Oct-01 3:37 
GeneralRe: Weird ADO/ADOX problem Pin
Rashid Thadha15-Oct-01 4:18
Rashid Thadha15-Oct-01 4:18 
GeneralCreate File with Custom Size Pin
Derek Price15-Oct-01 3:23
Derek Price15-Oct-01 3:23 
GeneralRe: Create File with Custom Size Pin
Rob Caldecott15-Oct-01 3:36
Rob Caldecott15-Oct-01 3:36 
GeneralRe: Create File with Custom Size Pin
Derek Price15-Oct-01 3:42
Derek Price15-Oct-01 3:42 
QuestionHow do i determine how many bytes of memory available Pin
Jase Jennings15-Oct-01 3:13
Jase Jennings15-Oct-01 3:13 
AnswerRe: How do i determine how many bytes of memory available Pin
Rob Caldecott15-Oct-01 3:22
Rob Caldecott15-Oct-01 3:22 
AnswerRe: How do i determine how many bytes of memory available Pin
15-Oct-01 6:32
suss15-Oct-01 6:32 
GeneralSending HTML mails Pin
ed welch15-Oct-01 1:14
ed welch15-Oct-01 1:14 
GeneralCComBSTR Memory Leak Pin
Anders Molin15-Oct-01 0:57
professionalAnders Molin15-Oct-01 0:57 
GeneralRe: CComBSTR Memory Leak Pin
Michael Dunn15-Oct-01 8:59
sitebuilderMichael Dunn15-Oct-01 8:59 
GeneralRe: CComBSTR Memory Leak Pin
Anders Molin15-Oct-01 9:50
professionalAnders Molin15-Oct-01 9:50 
QuestionHow to allow the user to choose language and... Pin
Joan M15-Oct-01 0:46
professionalJoan M15-Oct-01 0:46 
AnswerRe: How to allow the user to choose language and... Pin
Tomasz Sowinski15-Oct-01 2:58
Tomasz Sowinski15-Oct-01 2:58 
GeneralRe: How to allow the user to choose language and... Pin
Joan M15-Oct-01 5:57
professionalJoan M15-Oct-01 5:57 
Generalexcuse me ! Pin
15-Oct-01 0:04
suss15-Oct-01 0:04 
QuestionCan someone put me on the right track? Pin
foobat14-Oct-01 23:06
foobat14-Oct-01 23:06 

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.