Click here to Skip to main content
15,899,474 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralUnhandled exception... Pin
SilverShalkin14-May-02 14:49
SilverShalkin14-May-02 14:49 
GeneralRe: Unhandled exception... Pin
soptest14-May-02 15:00
soptest14-May-02 15:00 
GeneralRe: Unhandled exception... Pin
Christian Graus14-May-02 15:08
protectorChristian Graus14-May-02 15:08 
GeneralRe: Unhandled exception... Pin
Christian Graus14-May-02 15:06
protectorChristian Graus14-May-02 15:06 
GeneralRe: Unhandled exception... Pin
SilverShalkin14-May-02 17:04
SilverShalkin14-May-02 17:04 
GeneralRe: Unhandled exception... Pin
Christian Graus14-May-02 17:36
protectorChristian Graus14-May-02 17:36 
GeneralRe: Unhandled exception... Pin
SilverShalkin14-May-02 18:01
SilverShalkin14-May-02 18:01 
GeneralRe: Unhandled exception... Pin
Christian Graus14-May-02 18:47
protectorChristian Graus14-May-02 18:47 
Have you traced to see if your variable being referenced is NULL, or added a check to alert you to this case ? Checking if a variable is valid is always good - initialise all pointers to NULL, check if they are NULL before dereferencing or calling methods on them.


Christian

The tragedy of cyberspace - that so much can travel so far, and yet mean so little.

And you don't spend much time with the opposite sex working day and night, unless the pizza delivery person happens to be young, cute, single and female. I can assure you, I've consumed more than a programmer's allotment of pizza, and these conditions have never aligned. - Christopher Duncan - 18/04/2002
GeneralRe: Unhandled exception... Pin
Renjith Ramachandran14-May-02 18:05
Renjith Ramachandran14-May-02 18:05 
GeneralRe: Unhandled exception... Pin
SilverShalkin15-May-02 3:44
SilverShalkin15-May-02 3:44 
GeneralDrawing Image For The Web Pin
Nick Parker14-May-02 14:29
protectorNick Parker14-May-02 14:29 
GeneralSort algorithm Pin
John Cruz14-May-02 12:45
John Cruz14-May-02 12:45 
GeneralRe: Sort algorithm Pin
Christian Graus14-May-02 12:51
protectorChristian Graus14-May-02 12:51 
GeneralRe: Sort algorithm Pin
John Cruz14-May-02 13:00
John Cruz14-May-02 13:00 
GeneralRe: Sort algorithm Pin
Christian Graus14-May-02 13:02
protectorChristian Graus14-May-02 13:02 
GeneralRe: Sort algorithm Pin
John Cruz14-May-02 13:15
John Cruz14-May-02 13:15 
GeneralRe: Sort algorithm Pin
Christian Graus14-May-02 13:48
protectorChristian Graus14-May-02 13:48 
GeneralRe: Sort algorithm Pin
John Cruz14-May-02 14:23
John Cruz14-May-02 14:23 
GeneralRe: Sort algorithm Pin
Christian Graus14-May-02 15:02
protectorChristian Graus14-May-02 15:02 
GeneralRe: Sort algorithm Pin
John Cruz14-May-02 16:32
John Cruz14-May-02 16:32 
GeneralRe: Sort algorithm Pin
Christian Graus14-May-02 17:44
protectorChristian Graus14-May-02 17:44 
GeneralRe: Sort algorithm Pin
Jon Hulatt15-May-02 0:09
Jon Hulatt15-May-02 0:09 
Generalincreasing maximum threads per process Pin
scott sanders14-May-02 12:21
scott sanders14-May-02 12:21 
GeneralRe: increasing maximum threads per process Pin
Anders Molin14-May-02 12:38
professionalAnders Molin14-May-02 12:38 
GeneralRe: increasing maximum threads per process Pin
Tim Smith14-May-02 12:44
Tim Smith14-May-02 12:44 

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.