Click here to Skip to main content
15,921,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MSDN Library Pin
Michael Dunn12-Feb-07 8:18
sitebuilderMichael Dunn12-Feb-07 8:18 
GeneralRe: MSDN Library Pin
Storm-blade12-Feb-07 22:32
professionalStorm-blade12-Feb-07 22:32 
QuestionHide IP-Address like "Hide my IP" and so on! Pin
jonnyT198412-Feb-07 2:43
jonnyT198412-Feb-07 2:43 
Questionhelp me the application crashed!!! Pin
amitmistry_petlad 12-Feb-07 2:35
amitmistry_petlad 12-Feb-07 2:35 
AnswerRe: help me the application crashed!!! Pin
James R. Twine12-Feb-07 2:41
James R. Twine12-Feb-07 2:41 
AnswerRe: help me the application crashed!!! Pin
Roger Stoltz12-Feb-07 2:48
Roger Stoltz12-Feb-07 2:48 
GeneralRe: help me the application crashed!!! Pin
amitmistry_petlad 12-Feb-07 3:04
amitmistry_petlad 12-Feb-07 3:04 
GeneralRe: help me the application crashed!!! Pin
Roger Stoltz12-Feb-07 3:33
Roger Stoltz12-Feb-07 3:33 
amitmistry_petlad wrote:

when i close it the control goes the following file.
file:dbgdel.cpp


At this point your application has stopped its execution. Either the call stack window is visible or you can open it via the menu. In which menu you'll find it depends on which VS version you have.
In the call stack you'll see the call chain of the thread where the error occured. At the top of the call stack you'll find code in dbgdel.cpp according to your description above. Scroll down and you should see your own code, double click on a row that looks like your code and you'll be put at the statement in code where the call was made.


"It's supposed to be hard, otherwise anybody could do it!" - selfquote

GeneralRe: help me the application crashed!!! Pin
toxcct12-Feb-07 3:33
toxcct12-Feb-07 3:33 
GeneralRe: help me the application crashed!!! Pin
Cedric Moonen12-Feb-07 3:35
Cedric Moonen12-Feb-07 3:35 
GeneralRe: help me the application crashed!!! Pin
David Crow12-Feb-07 3:45
David Crow12-Feb-07 3:45 
QuestionEdit Box Question Pin
T.RATHA KRISHNAN12-Feb-07 1:38
T.RATHA KRISHNAN12-Feb-07 1:38 
AnswerRe: Edit Box Question Pin
_AnsHUMAN_ 12-Feb-07 1:56
_AnsHUMAN_ 12-Feb-07 1:56 
QuestionRe: Edit Box Question Pin
Roger Stoltz12-Feb-07 2:05
Roger Stoltz12-Feb-07 2:05 
AnswerRe: Edit Box Question Pin
Hamid_RT12-Feb-07 7:37
Hamid_RT12-Feb-07 7:37 
AnswerRe: Edit Box Question Pin
ldsdbomber13-Feb-07 4:00
ldsdbomber13-Feb-07 4:00 
QuestionGet Message handler for every new incoming Outlook Msg. Pin
Ganesh N. Paul12-Feb-07 1:38
Ganesh N. Paul12-Feb-07 1:38 
Questionhow to read each character in a file Pin
Siddam12-Feb-07 1:19
Siddam12-Feb-07 1:19 
AnswerRe: how to read each character in a file Pin
David Crow12-Feb-07 2:17
David Crow12-Feb-07 2:17 
QuestionCreateProcess Pin
si_6912-Feb-07 1:13
si_6912-Feb-07 1:13 
QuestionRe: CreateProcess Pin
prasad_som12-Feb-07 1:17
prasad_som12-Feb-07 1:17 
AnswerRe: CreateProcess Pin
si_6912-Feb-07 1:41
si_6912-Feb-07 1:41 
AnswerRe: CreateProcess Pin
prasad_som12-Feb-07 1:44
prasad_som12-Feb-07 1:44 
GeneralRe: CreateProcess Pin
si_6912-Feb-07 1:49
si_6912-Feb-07 1:49 
GeneralRe: CreateProcess Pin
prasad_som12-Feb-07 2:09
prasad_som12-Feb-07 2:09 

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.