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

C / C++ / MFC

 
GeneralRe: OnEraseBkgnd VS OnPaint Pin
alex.barylski28-Feb-02 16:35
alex.barylski28-Feb-02 16:35 
GeneralRe: OnEraseBkgnd VS OnPaint Pin
alex.barylski28-Feb-02 17:17
alex.barylski28-Feb-02 17:17 
GeneralRe: OnEraseBkgnd VS OnPaint Pin
Paul M Watt28-Feb-02 19:46
mentorPaul M Watt28-Feb-02 19:46 
GeneralSick and tired of VC++ IDE's $#!T Pin
Jason Hooper28-Feb-02 8:59
Jason Hooper28-Feb-02 8:59 
GeneralRe: Sick and tired of VC++ IDE's $#!T Pin
Carlos Antollini28-Feb-02 9:11
Carlos Antollini28-Feb-02 9:11 
GeneralFirst-chance exception error Pin
ed128-Feb-02 8:31
ed128-Feb-02 8:31 
GeneralRe: First-chance exception error Pin
Paul M Watt28-Feb-02 8:34
mentorPaul M Watt28-Feb-02 8:34 
GeneralRe: First-chance exception error Pin
Steen Krogsgaard28-Feb-02 9:44
Steen Krogsgaard28-Feb-02 9:44 
First-chance exceptions are not in themselves a problem. They are just a message to the debugger that an exception has been thrown. Exceptions are thrown in a normal program execution and are not themselves indicative of error conditions. Usually someone or something will catch the exception and respond accordingly. The key word here is "First-chance" - this means the debugger gets a first chance to see the exception.

Since your program crash we can safely conclude that the exception thrown is indeed caused by a program error. You'll have to provide more info if we are to help you with this.

Cheers
Steen.

"To claim that computer games influence children is rediculous. If Pacman had influenced children born in the 80'ies we would see a lot of youngsters running around in dark rooms eating pills while listening to monotonous music"
GeneralRestaurant Project Pin
28-Feb-02 8:21
suss28-Feb-02 8:21 
GeneralRe: Restaurant Project Pin
Carlos Antollini28-Feb-02 8:30
Carlos Antollini28-Feb-02 8:30 
GeneralRe: Restaurant Project Pin
Nemanja Trifunovic28-Feb-02 8:41
Nemanja Trifunovic28-Feb-02 8:41 
GeneralRe: Restaurant Project Pin
Christian Graus28-Feb-02 9:06
protectorChristian Graus28-Feb-02 9:06 
GeneralLoad gif, jpeg or tif image in VC++ Pin
28-Feb-02 7:29
suss28-Feb-02 7:29 
GeneralRe: Load gif, jpeg or tif image in VC++ Pin
Chris Losinger28-Feb-02 8:04
professionalChris Losinger28-Feb-02 8:04 
GeneralRe: Load gif, jpeg or tif image in VC++ Pin
Christian Graus28-Feb-02 9:25
protectorChristian Graus28-Feb-02 9:25 
GeneralRe: Load gif, jpeg or tif image in VC++ Pin
alex.barylski28-Feb-02 9:59
alex.barylski28-Feb-02 9:59 
GeneralRe: Load gif, jpeg or tif image in VC++ Pin
Christian Graus28-Feb-02 10:42
protectorChristian Graus28-Feb-02 10:42 
GeneralRe: Load gif, jpeg or tif image in VC++ Pin
Chris Losinger28-Feb-02 11:12
professionalChris Losinger28-Feb-02 11:12 
GeneralRe: Load gif, jpeg or tif image in VC++ Pin
Christian Graus28-Feb-02 11:21
protectorChristian Graus28-Feb-02 11:21 
GeneralRe: Load gif, jpeg or tif image in VC++ Pin
Chris Losinger28-Feb-02 12:07
professionalChris Losinger28-Feb-02 12:07 
GeneralRe: Load gif, jpeg or tif image in VC++ Pin
Christian Graus28-Feb-02 12:13
protectorChristian Graus28-Feb-02 12:13 
Generalhelp needed on encryption Pin
Jasmin Khan28-Feb-02 6:04
Jasmin Khan28-Feb-02 6:04 
GeneralRe: help needed on encryption Pin
alex.barylski28-Feb-02 6:43
alex.barylski28-Feb-02 6:43 
GeneralRe: help needed on encryption Pin
Paul M Watt28-Feb-02 7:49
mentorPaul M Watt28-Feb-02 7:49 
GeneralExplorer Integrated DLL Prob Pin
Peter Liddle28-Feb-02 5:53
Peter Liddle28-Feb-02 5:53 

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.