Click here to Skip to main content
15,891,473 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Bilinear interpolation Pin
Arrun25-Oct-05 18:48
Arrun25-Oct-05 18:48 
QuestionHow to add more documents in existing MDI Pin
shivditya25-Oct-05 1:55
shivditya25-Oct-05 1:55 
QuestionRe: How to add more documents in existing MDI Pin
Anonymous25-Oct-05 2:56
Anonymous25-Oct-05 2:56 
AnswerRe: How to add more documents in existing MDI Pin
shivditya25-Oct-05 3:05
shivditya25-Oct-05 3:05 
QuestionRe: How to add more documents in existing MDI Pin
shivditya25-Oct-05 3:24
shivditya25-Oct-05 3:24 
GeneralRe: How to add more documents in existing MDI Pin
kakan25-Oct-05 3:33
professionalkakan25-Oct-05 3:33 
QuestionRe: How to add more documents in existing MDI Pin
shivditya25-Oct-05 16:39
shivditya25-Oct-05 16:39 
AnswerRe: How to add more documents in existing MDI Pin
Anonymous25-Oct-05 19:31
Anonymous25-Oct-05 19:31 
I'm using VS 6.0.
When your program has aborted (while debugging it), take a look in the window below the code window (in Visual studio).
There you have a small window with the name "Context". The text line itself shows the function where the program took a dive.
Now, if you press the down arrow at the right of that text line, you will get a list of all of the functions your program has on it's call stack.
There will be (at least) one function name that you will recognize (because it's in your program).
Select that line and the editor window will show your code, together with a green arrow. The green arrow will point at the line (still in cour code) that was the reason for the error.

Another way to do this (sill in VS 6.0), is to select (from the VS menu), View->Debug Windows->Call Stack (or press Alt-7).
Double-click on the most upper line that has a function name that's in your code and the editor takes you to the line in error.

And please, for your own sake, get a book about Visual Studio. I'm sure you will find the time spent on reading to be worth while.

Good luck.
kakan


AnswerRe: How to add more documents in existing MDI Pin
kakan25-Oct-05 20:11
professionalkakan25-Oct-05 20:11 
QuestionenHelp: std::wstring & std::string Pin
chenxiujie24-Oct-05 23:22
chenxiujie24-Oct-05 23:22 
AnswerRe: enHelp: std::wstring & std::string Pin
Achim Klein25-Oct-05 0:18
Achim Klein25-Oct-05 0:18 
GeneralRe: enHelp: std::wstring & std::string Pin
chenxiujie25-Oct-05 15:01
chenxiujie25-Oct-05 15:01 
QuestionProblem in stretching an image Pin
Arrun24-Oct-05 23:19
Arrun24-Oct-05 23:19 
AnswerRe: Problem in stretching an image Pin
John M. Drescher24-Oct-05 23:50
John M. Drescher24-Oct-05 23:50 
GeneralRe: Problem in stretching an image Pin
Arrun25-Oct-05 0:09
Arrun25-Oct-05 0:09 
QuestionLogritmic plot...help needeed Pin
Raza568024-Oct-05 22:44
Raza568024-Oct-05 22:44 
AnswerRe: Logritmic plot...help needeed Pin
Cedric Moonen24-Oct-05 22:57
Cedric Moonen24-Oct-05 22:57 
QuestionHow to make Memory MOdel Huge In Vc++ Pin
gsheladia24-Oct-05 21:51
gsheladia24-Oct-05 21:51 
AnswerRe: How to make Memory MOdel Huge In Vc++ Pin
khan++24-Oct-05 22:05
khan++24-Oct-05 22:05 
AnswerRe: How to make Memory MOdel Huge In Vc++ Pin
John M. Drescher24-Oct-05 22:36
John M. Drescher24-Oct-05 22:36 
AnswerRe: How to make Memory MOdel Huge In Vc++ Pin
BadKarma24-Oct-05 23:11
BadKarma24-Oct-05 23:11 
GeneralRe: How to make Memory MOdel Huge In Vc++ Pin
auur9-Nov-05 17:17
auur9-Nov-05 17:17 
QuestionChanging the colour of the edit box Pin
vikas amin24-Oct-05 21:05
vikas amin24-Oct-05 21:05 
AnswerRe: Changing the colour of the edit box Pin
Calc2024-Oct-05 21:16
Calc2024-Oct-05 21:16 
GeneralRe: Changing the colour of the edit box Pin
vikas amin24-Oct-05 22:42
vikas amin24-Oct-05 22:42 

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.