Click here to Skip to main content
16,006,535 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Check boxes and HtmlView Pin
JRP30-Oct-01 6:25
JRP30-Oct-01 6:25 
GeneralRe: Check boxes and HtmlView Pin
30-Oct-01 7:57
suss30-Oct-01 7:57 
GeneralFlexGrid again Pin
Ahmad11-Oct-01 7:53
Ahmad11-Oct-01 7:53 
GeneralRe: FlexGrid again Pin
Carlos Antollini11-Oct-01 8:10
Carlos Antollini11-Oct-01 8:10 
GeneralRe: FlexGrid again Pin
Carlos Antollini11-Oct-01 8:10
Carlos Antollini11-Oct-01 8:10 
GeneralTry and catch but there is debug Pin
Ahmad11-Oct-01 7:45
Ahmad11-Oct-01 7:45 
GeneralRe: Try and catch but there is debug Pin
Joaquín M López Muñoz11-Oct-01 7:58
Joaquín M López Muñoz11-Oct-01 7:58 
GeneralRe: Try and catch but there is debug Pin
Christian Graus11-Oct-01 12:06
protectorChristian Graus11-Oct-01 12:06 
The reason you get a debug assertion is so you can go into the debugger and see where the ASSERT has failed, and therefore do something about it. Often it doesn't actually kill your program, it is warning you however that you've leaked memory or done something else that needs cleaning up.

I'd suggest if you have this problem in future, you look at where it is occuring, and if you can't fix it, post where it crashes as well as the block of code that is crashing.


Christian

As I learn the innermost secrets of the around me, they reward me in many ways to keep quiet.

Men with pierced ears are better prepared for marriage. They've experienced pain and bought Jewellery.
GeneralPerformance Pin
11-Oct-01 6:52
suss11-Oct-01 6:52 
GeneralRe: Performance Pin
Carlos Antollini11-Oct-01 7:17
Carlos Antollini11-Oct-01 7:17 
GeneralRe: Performance Pin
sardinka11-Oct-01 9:18
sardinka11-Oct-01 9:18 
GeneralRe: Performance Pin
Carlos Antollini11-Oct-01 9:34
Carlos Antollini11-Oct-01 9:34 
GeneralRe: Performance Pin
sardinka11-Oct-01 10:11
sardinka11-Oct-01 10:11 
GeneralRe: Performance Pin
Carlos Antollini11-Oct-01 10:32
Carlos Antollini11-Oct-01 10:32 
GeneralRe: Performance Pin
sardinka11-Oct-01 10:43
sardinka11-Oct-01 10:43 
GeneralRe: Performance Pin
Carlos Antollini11-Oct-01 11:08
Carlos Antollini11-Oct-01 11:08 
GeneralRe: Performance Pin
Carlos Antollini11-Oct-01 11:11
Carlos Antollini11-Oct-01 11:11 
GeneralRe: Performance Pin
sardinka12-Oct-01 3:58
sardinka12-Oct-01 3:58 
GeneralRe: Performance Pin
Carlos Antollini11-Oct-01 11:13
Carlos Antollini11-Oct-01 11:13 
GeneralRe: Performance Pin
Bernhard11-Oct-01 19:57
Bernhard11-Oct-01 19:57 
GeneralProblem with (Farsi) language Pin
Ghasrfakhri11-Oct-01 6:41
Ghasrfakhri11-Oct-01 6:41 
GeneralRe: Problem with (Farsi) language Pin
RoyaEslami26-Dec-11 2:33
RoyaEslami26-Dec-11 2:33 
GeneralMessage compiler and event log. Pin
SuperGeek11-Oct-01 6:11
SuperGeek11-Oct-01 6:11 
GeneralRe: Message compiler and event log. Pin
Carlos Antollini11-Oct-01 7:01
Carlos Antollini11-Oct-01 7:01 
GeneralRe: Message compiler and event log. Pin
SuperGeek11-Oct-01 10:26
SuperGeek11-Oct-01 10:26 

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.