Click here to Skip to main content
15,917,456 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionApplication crash Pin
ptr_Electron26-Aug-08 2:57
ptr_Electron26-Aug-08 2:57 
AnswerRe: Application crash Pin
toxcct26-Aug-08 3:06
toxcct26-Aug-08 3:06 
AnswerRe: Application crash Pin
SandipG 26-Aug-08 3:14
SandipG 26-Aug-08 3:14 
QuestionRe: Application crash Pin
David Crow26-Aug-08 4:16
David Crow26-Aug-08 4:16 
JokeRe: Application crash Pin
Mark Salsbery26-Aug-08 5:19
Mark Salsbery26-Aug-08 5:19 
QuestionRe: Application crash Pin
David Crow26-Aug-08 5:23
David Crow26-Aug-08 5:23 
GeneralRe: Application crash Pin
led mike26-Aug-08 4:58
led mike26-Aug-08 4:58 
AnswerRe: Application crash Pin
Jijo.Raj26-Aug-08 6:27
Jijo.Raj26-Aug-08 6:27 
If you met an assert, just take the Call Stack(alt+7) and you could figure out which line in your source is the root cause for assertion. Do initial checks such as whether the parameters are valid etc. If you couldn't reach to a solution then post it.

Atleast it will help you to ask more specific question. Its quite difficult to figure out what went wrong by just having the assertion details since its from windows library. The line in your source which triggers the assertion does matter rather than assertion location from windows library.

Regards,
Jijo.

_____________________________________________________

http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.

GeneralRe: Application crash Pin
ptr_Electron26-Aug-08 19:45
ptr_Electron26-Aug-08 19:45 
GeneralRe: Application crash Pin
Jijo.Raj26-Aug-08 19:55
Jijo.Raj26-Aug-08 19:55 
GeneralRe: Application crash Pin
ptr_Electron26-Aug-08 20:01
ptr_Electron26-Aug-08 20:01 
GeneralRe: Application crash Pin
Jijo.Raj26-Aug-08 20:43
Jijo.Raj26-Aug-08 20:43 
GeneralRe: Application crash Pin
ptr_Electron26-Aug-08 21:16
ptr_Electron26-Aug-08 21:16 
QuestionRe: Application crash Pin
Jijo.Raj26-Aug-08 22:47
Jijo.Raj26-Aug-08 22:47 
AnswerRe: Application crash [modified] Pin
ptr_Electron8-Sep-08 0:51
ptr_Electron8-Sep-08 0:51 
QuestionHow can Compare two dates? Pin
Le@rner26-Aug-08 2:33
Le@rner26-Aug-08 2:33 
AnswerRe: How can Compare two dates? Pin
Rajesh R Subramanian26-Aug-08 2:42
professionalRajesh R Subramanian26-Aug-08 2:42 
GeneralRe: How can Compare two dates? Pin
Le@rner26-Aug-08 2:47
Le@rner26-Aug-08 2:47 
GeneralRe: How can Compare two dates? Pin
Rajesh R Subramanian26-Aug-08 3:00
professionalRajesh R Subramanian26-Aug-08 3:00 
GeneralRe: How can Compare two dates? Pin
Le@rner26-Aug-08 18:39
Le@rner26-Aug-08 18:39 
GeneralRe: How can Compare two dates? Pin
David Crow27-Aug-08 2:55
David Crow27-Aug-08 2:55 
AnswerRe: How can Compare two dates? Pin
David Crow26-Aug-08 4:18
David Crow26-Aug-08 4:18 
QuestionInformation bar for popup blocked Pin
Rahul Vaishnav26-Aug-08 1:25
Rahul Vaishnav26-Aug-08 1:25 
Questionproblem while closing the Application Pin
Bernaad26-Aug-08 1:13
Bernaad26-Aug-08 1:13 
QuestionRe: problem while closing the Application Pin
Roger Stoltz26-Aug-08 1:20
Roger Stoltz26-Aug-08 1:20 

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.