Click here to Skip to main content
16,016,789 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDrawing transparent bitmap ... Pin
Hadi Rezaee6-May-02 8:05
Hadi Rezaee6-May-02 8:05 
GeneralRe: Drawing transparent bitmap ... Pin
Shog96-May-02 8:28
sitebuilderShog96-May-02 8:28 
GeneralRe: Drawing transparent bitmap ... Pin
Hadi Rezaee6-May-02 9:11
Hadi Rezaee6-May-02 9:11 
GeneralRe: Drawing transparent bitmap ... Pin
Paul M Watt6-May-02 8:29
mentorPaul M Watt6-May-02 8:29 
GeneralRe: Drawing transparent bitmap ... Pin
Hadi Rezaee6-May-02 9:17
Hadi Rezaee6-May-02 9:17 
GeneralException handling under XP Pin
Parish6-May-02 8:04
Parish6-May-02 8:04 
GeneralRe: Exception handling under XP Pin
Matt Gullett6-May-02 10:13
Matt Gullett6-May-02 10:13 
GeneralRe: Exception handling under XP Pin
Parish8-May-02 5:27
Parish8-May-02 5:27 
Matt,

Thanks. you were spot on. stdafx.h is where delete() is called, in the deinfition of the END_TRY macro. I guess I got confused between standard C++ exception handling and the MFC macros.

I double checked and found that I'd actually been running the debug build on W2K, which explains why it hadn't crashed before (the release build does).

Curiously, and maybe you know the answer to this as well Smile | :) , in the debug build the message box popped up by ReportError() includes the message:

<path\filename> contained an invalid path

but the release version just has an empty message box with the warning icon and an OK button - no message.

while (!asleep)
code();
GeneralMultiple Dialogs Pin
tordyvel6-May-02 7:33
tordyvel6-May-02 7:33 
GeneralRe: Multiple Dialogs Pin
KingsGambit6-May-02 7:53
KingsGambit6-May-02 7:53 
GeneralRe: Multiple Dialogs Pin
Paul M Watt6-May-02 8:01
mentorPaul M Watt6-May-02 8:01 
GeneralRe: Multiple Dialogs Pin
Tom Archer6-May-02 12:40
Tom Archer6-May-02 12:40 
GeneralPresentation question Pin
HenrikO6-May-02 7:03
HenrikO6-May-02 7:03 
GeneralRe: Presentation question Pin
Rama Krishna Vavilala6-May-02 7:09
Rama Krishna Vavilala6-May-02 7:09 
GeneralUsing MFC on Windows XP Pin
6-May-02 6:55
suss6-May-02 6:55 
GeneralRe: Using MFC on Windows XP Pin
Andrew Peace6-May-02 11:09
Andrew Peace6-May-02 11:09 
GeneralRe: Using MFC on Windows XP Pin
7-May-02 4:22
suss7-May-02 4:22 
QuestionOpen a MSWord app into my window ? Pin
6-May-02 6:48
suss6-May-02 6:48 
AnswerRe: Open a MSWord app into my window ? Pin
6-May-02 6:49
suss6-May-02 6:49 
AnswerRe: Open a MSWord app into my window ? Pin
6-May-02 6:50
suss6-May-02 6:50 
AnswerRe: Open a MSWord app into my window ? Pin
KingsGambit6-May-02 8:01
KingsGambit6-May-02 8:01 
GeneralWhen i press my checkbox, no check appears... Pin
6-May-02 6:43
suss6-May-02 6:43 
GeneralRe: When i press my checkbox, no check appears... Pin
Tim Smith6-May-02 6:50
Tim Smith6-May-02 6:50 
GeneralRe: When i press my checkbox, no check appears... Pin
6-May-02 6:59
suss6-May-02 6:59 
GeneralOne more Q :=) How do i check the box myself? Pin
6-May-02 7:05
suss6-May-02 7:05 

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.