Click here to Skip to main content
15,889,367 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What am I doing wrong? Pin
molesworth4-Jul-09 4:49
molesworth4-Jul-09 4:49 
GeneralRe: What am I doing wrong? Pin
FISH7864-Jul-09 4:58
FISH7864-Jul-09 4:58 
GeneralRe: What am I doing wrong? Pin
molesworth4-Jul-09 5:05
molesworth4-Jul-09 5:05 
GeneralRe: What am I doing wrong? Pin
FISH7864-Jul-09 5:06
FISH7864-Jul-09 5:06 
GeneralRe: What am I doing wrong? Pin
Stuart Dootson4-Jul-09 5:15
professionalStuart Dootson4-Jul-09 5:15 
GeneralRe: What am I doing wrong? Pin
FISH7864-Jul-09 5:16
FISH7864-Jul-09 5:16 
GeneralRe: What am I doing wrong? Pin
Stuart Dootson4-Jul-09 5:21
professionalStuart Dootson4-Jul-09 5:21 
GeneralRe: What am I doing wrong? Pin
FISH7864-Jul-09 12:33
FISH7864-Jul-09 12:33 
I did single step...I do see nResponse comming back as 1. However it's just jumping the whole if block and going straight to return FALSE.

This is with just plain project no code anywhere except a message box inside the

if (nResponse == IDOK)
{
MessageBox();
}
else if (nResponse == IDCANCEL)
{
}
It's jumping this whole block.

it going to return FALSE;

the follwing is what I get at the end of the steping through.

'Tool.exe': Loaded 'C:\WINDOWS\system32\imm32.dll'
'Tool.exe': Loaded 'C:\WINDOWS\system32\uxtheme.dll'
'Tool.exe': Loaded 'C:\WINDOWS\system32\shell32.dll'
'Tool.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\comctl32.dll'
'Tool.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC90.MFCLOC_1fc8b3b9a1e18e3b_9.0.30729.1_x-ww_b0db7d03\mfc90enu.dll', Binary was not built with debug information.
'Tool.exe': Loaded 'C:\WINDOWS\system32\msctf.dll'
'Tool.exe': Loaded 'C:\WINDOWS\system32\version.dll'
'Tool.exe': Unloaded 'C:\WINDOWS\system32\version.dll'
'Tool.exe': Loaded 'C:\WINDOWS\system32\msctfime.ime'
The program '[976] Tool.exe: Native' has exited with code 0 (0x0).


However I did an uninstall of the update of Internet Explorer that was done on this machine a week ago.

I am Running Visual Studio 2008
Version 9.0.30729.1 SP

Not sure if the above info makes any difference?
GeneralRe: What am I doing wrong? Pin
Stuart Dootson4-Jul-09 12:36
professionalStuart Dootson4-Jul-09 12:36 
GeneralRe: What am I doing wrong? Pin
FISH7864-Jul-09 12:43
FISH7864-Jul-09 12:43 
GeneralRe: What am I doing wrong? Pin
Stuart Dootson4-Jul-09 12:53
professionalStuart Dootson4-Jul-09 12:53 
GeneralRe: What am I doing wrong? Pin
FISH7864-Jul-09 13:01
FISH7864-Jul-09 13:01 
GeneralRe: What am I doing wrong? Pin
Stuart Dootson4-Jul-09 13:06
professionalStuart Dootson4-Jul-09 13:06 
GeneralRe: What am I doing wrong? Pin
FISH7864-Jul-09 13:09
FISH7864-Jul-09 13:09 
GeneralRe: What am I doing wrong? Pin
Stuart Dootson4-Jul-09 13:10
professionalStuart Dootson4-Jul-09 13:10 
GeneralRe: What am I doing wrong? Pin
FISH7864-Jul-09 15:33
FISH7864-Jul-09 15:33 
GeneralRe: What am I doing wrong? Pin
Stuart Dootson4-Jul-09 22:40
professionalStuart Dootson4-Jul-09 22:40 
GeneralRe: What am I doing wrong? Pin
FISH7865-Jul-09 0:56
FISH7865-Jul-09 0:56 
GeneralRe: What am I doing wrong? Pin
Eytukan4-Jul-09 6:16
Eytukan4-Jul-09 6:16 
QuestionSmsSendMessage fails. Pin
Le@rner4-Jul-09 1:30
Le@rner4-Jul-09 1:30 
AnswerRe: SmsSendMessage fails. Pin
«_Superman_»4-Jul-09 2:14
professional«_Superman_»4-Jul-09 2:14 
GeneralRe: SmsSendMessage fails. Pin
Le@rner4-Jul-09 2:16
Le@rner4-Jul-09 2:16 
AnswerRe: SmsSendMessage fails. Pin
Hamid_RT4-Jul-09 3:00
Hamid_RT4-Jul-09 3:00 
GeneralRe: SmsSendMessage fails. Pin
Le@rner4-Jul-09 3:02
Le@rner4-Jul-09 3:02 
QuestionPower configuration settings on Win2K3 and Win2K using "powercfg.exe" Pin
sandy.pune4-Jul-09 1:29
sandy.pune4-Jul-09 1:29 

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.