Click here to Skip to main content
15,886,724 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Debugging problem Pin
Rajesh R Subramanian8-May-09 0:06
professionalRajesh R Subramanian8-May-09 0:06 
GeneralRe: Debugging problem Pin
_AnsHUMAN_ 8-May-09 0:09
_AnsHUMAN_ 8-May-09 0:09 
GeneralRe: Debugging problem Pin
Rajesh R Subramanian8-May-09 0:45
professionalRajesh R Subramanian8-May-09 0:45 
GeneralRe: Debugging problem Pin
Stuart Dootson8-May-09 2:08
professionalStuart Dootson8-May-09 2:08 
GeneralRe: Debugging problem Pin
Stuart Dootson8-May-09 2:09
professionalStuart Dootson8-May-09 2:09 
AnswerRe: Debugging problem [modified] Pin
Madhu Nair8-May-09 0:39
Madhu Nair8-May-09 0:39 
GeneralRe: Debugging problem Pin
pani688-May-09 1:45
pani688-May-09 1:45 
GeneralRe: Debugging problem Pin
Stuart Dootson8-May-09 2:12
professionalStuart Dootson8-May-09 2:12 
Madhu Nair wrote:
You may set the break point at this line :-

strMessage.Format(L"A text file containing the boundary detals in the following format may be imported:\n"

Change the breakpoint to this line,

L"\n\nDo you have a text file in this format and wish to continue?");

Worked ??


It's quite odd that worked - whenever I've put a breakpoint on the first line of a multi-line function call, it's always resolved it to the last line of the call automatically. The only thing I can think of is that the source and the executable have got out of sync somehow, so the line referred to by the source isn't resolvable within the object code.

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

AnswerRe: Debugging problem Pin
David Crow8-May-09 3:02
David Crow8-May-09 3:02 
QuestionRe: Debugging problem [modified] Pin
Madhu Nair8-May-09 6:52
Madhu Nair8-May-09 6:52 
Questionhow to design and program 'language change' Pin
karpis_miroslav7-May-09 23:34
karpis_miroslav7-May-09 23:34 
AnswerRe: how to design and program 'language change' Pin
_AnsHUMAN_ 7-May-09 23:48
_AnsHUMAN_ 7-May-09 23:48 
GeneralRe: how to design and program 'language change' Pin
karpis_miroslav7-May-09 23:56
karpis_miroslav7-May-09 23:56 
QuestionHow to get IP Address of the system using MFC Pin
PankajB7-May-09 23:29
PankajB7-May-09 23:29 
AnswerRe: How to get IP Address of the system using MFC Pin
_AnsHUMAN_ 7-May-09 23:51
_AnsHUMAN_ 7-May-09 23:51 
GeneralRe: How to get IP Address of the system using MFC Pin
PankajB7-May-09 23:59
PankajB7-May-09 23:59 
GeneralRe: How to get IP Address of the system using MFC Pin
_AnsHUMAN_ 8-May-09 0:06
_AnsHUMAN_ 8-May-09 0:06 
AnswerRe: How to get IP Address of the system using MFC Pin
Stuart Dootson8-May-09 0:02
professionalStuart Dootson8-May-09 0:02 
AnswerRe: How to get IP Address of the system using MFC Pin
David Crow8-May-09 3:05
David Crow8-May-09 3:05 
AnswerRe: How to get IP Address of the system using MFC Pin
Esaias Pech13-Aug-09 16:25
Esaias Pech13-Aug-09 16:25 
GeneralRe: How to get IP Address of the system using MFC Pin
Bemali12-Jun-10 21:19
Bemali12-Jun-10 21:19 
QuestionProblem with BEGIN_MESSAGE_MAP ( subsublcass..,baseClass) Pin
jensreichert7-May-09 22:43
jensreichert7-May-09 22:43 
AnswerRe: Problem with BEGIN_MESSAGE_MAP ( subsublcass..,baseClass) Pin
Stuart Dootson7-May-09 23:28
professionalStuart Dootson7-May-09 23:28 
QuestionProblem with != operator of CString Pin
vijith.squadz7-May-09 22:41
professionalvijith.squadz7-May-09 22:41 
AnswerRe: Problem with != operator of CString Pin
CPallini7-May-09 23:00
mveCPallini7-May-09 23:00 

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.