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

C / C++ / MFC

 
QuestionRe: Determine associated program with file extension Pin
David Crow26-Sep-06 7:09
David Crow26-Sep-06 7:09 
AnswerRe: Determine associated program with file extension Pin
Mohammad A Gdeisat26-Sep-06 10:51
Mohammad A Gdeisat26-Sep-06 10:51 
Questiondebugger in visual c++ Pin
minkowski26-Sep-06 6:27
minkowski26-Sep-06 6:27 
AnswerRe: debugger in visual c++ Pin
Dimitris Vikeloudas26-Sep-06 6:41
Dimitris Vikeloudas26-Sep-06 6:41 
GeneralRe: debugger in visual c++ Pin
minkowski27-Sep-06 0:25
minkowski27-Sep-06 0:25 
GeneralRe: debugger in visual c++ Pin
Dimitris Vikeloudas27-Sep-06 1:42
Dimitris Vikeloudas27-Sep-06 1:42 
GeneralRe: debugger in visual c++ Pin
minkowski27-Sep-06 2:43
minkowski27-Sep-06 2:43 
GeneralRe: debugger in visual c++ Pin
Dimitris Vikeloudas27-Sep-06 4:10
Dimitris Vikeloudas27-Sep-06 4:10 
Shift-F11 is technically step return which means that it will return to the caller. Sometimes the caller is not directly your source but something else in assembly (perhaps parameters etc). Also I am strongly suspect that your application is not completely build in debug mode.

My hint is try not to enter into assembly (if you can) and make sure that all 600,000 are build in debug mode. If they are sometimes you should be able to see as assembly comments the source C lines. If so then try to see why the debuger cannot find the actual source file. Do you point it to them properly?
GeneralRe: debugger in visual c++ Pin
minkowski27-Sep-06 4:51
minkowski27-Sep-06 4:51 
QuestionZooming a text Pin
Dimitris Vikeloudas26-Sep-06 6:04
Dimitris Vikeloudas26-Sep-06 6:04 
AnswerRe: Zooming a text Pin
Chris Meech26-Sep-06 9:54
Chris Meech26-Sep-06 9:54 
GeneralRe: Zooming a text Pin
Dimitris Vikeloudas26-Sep-06 22:14
Dimitris Vikeloudas26-Sep-06 22:14 
GeneralRe: Zooming a text Pin
Chris Meech27-Sep-06 4:49
Chris Meech27-Sep-06 4:49 
QuestionCString memory allocation question Pin
KellyR26-Sep-06 5:30
KellyR26-Sep-06 5:30 
AnswerRe: CString memory allocation question Pin
David Crow26-Sep-06 5:31
David Crow26-Sep-06 5:31 
GeneralRe: CString memory allocation question Pin
KellyR26-Sep-06 5:35
KellyR26-Sep-06 5:35 
QuestionConverting character to its ascii Pin
samita_friendly26-Sep-06 5:22
samita_friendly26-Sep-06 5:22 
AnswerRe: Converting character to its ascii Pin
toxcct26-Sep-06 5:25
toxcct26-Sep-06 5:25 
GeneralRe: Converting character to its ascii Pin
samita_friendly26-Sep-06 5:26
samita_friendly26-Sep-06 5:26 
QuestionRe: Converting character to its ascii Pin
David Crow26-Sep-06 5:32
David Crow26-Sep-06 5:32 
AnswerRe: Converting character to its ascii Pin
KellyR26-Sep-06 5:33
KellyR26-Sep-06 5:33 
GeneralRe: Converting character to its ascii Pin
samita_friendly26-Sep-06 5:35
samita_friendly26-Sep-06 5:35 
GeneralRe: Converting character to its ascii Pin
KellyR26-Sep-06 5:39
KellyR26-Sep-06 5:39 
GeneralRe: Converting character to its ascii Pin
toxcct26-Sep-06 5:40
toxcct26-Sep-06 5:40 
GeneralRe: Converting character to its ascii Pin
KellyR26-Sep-06 5:41
KellyR26-Sep-06 5:41 

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.