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

C / C++ / MFC

 
GeneralRe: Not able to run the VC++ 2005 exe in remote machine. Pin
jain_MS10-Nov-09 3:52
jain_MS10-Nov-09 3:52 
AnswerRe: Not able to run the VC++ 2005 exe in remote machine. Pin
Covean10-Nov-09 3:30
Covean10-Nov-09 3:30 
GeneralRe: Not able to run the VC++ 2005 exe in remote machine. Pin
jain_MS10-Nov-09 3:50
jain_MS10-Nov-09 3:50 
GeneralRe: Not able to run the VC++ 2005 exe in remote machine. Pin
Covean10-Nov-09 4:18
Covean10-Nov-09 4:18 
GeneralRe: Not able to run the VC++ 2005 exe in remote machine. Pin
jain_MS10-Nov-09 4:28
jain_MS10-Nov-09 4:28 
GeneralRe: Not able to run the VC++ 2005 exe in remote machine. Pin
Covean10-Nov-09 4:32
Covean10-Nov-09 4:32 
AnswerRe: Not able to run the VC++ 2005 exe in remote machine. Pin
raja jamwal31-Dec-09 8:07
raja jamwal31-Dec-09 8:07 
QuestionOS Specific Crash - Application crashes in Vista OS , Windows 2008 32/64 bit. Application doesn't crash in Win2003 Pin
V K 210-Nov-09 1:16
V K 210-Nov-09 1:16 
Hi,
we have cutomized TreeView control. If we embed this tree view control on a window , then applicaiton is crashing in Vista OS,Win2008 32bit/64bit. When the same tree view control is embeded on a window on Win2003 OS then application is not crashing. This looks to be OS specific issue.

I had attached Debug Diagnostics with the applicaiton. The below is call stack generated by debug diagnostics.

ntdll!RtlDeactivateActivationContext+14e 002d07c8 18850022 0012c2c4
kernel32!DeactivateActCtx+31 00000000 18850022 0214cce8
dmocx!CTVCtrl::OnDraw+28 0012c308 0012c2f8 0012c2e8
mfc42u!COleControl::OnPaint+11f 00000000 00b5ad05 00000000
mfc42u!CWnd::OnWndMsg+43c 0000000f 00000000 6ce3cdf0
mfc42u!CWnd::WindowProc+2e 0000000f 00000000 00000000
mfc42u!COleControl::WindowProc+12f 0000000f 00000000 00000000
mfc42u!AfxCallWndProc+b5 0214cce8 00000000 0000000f
mfc42u!AfxWndProc+3e 001102d8 0000000f 00000000
dmocx!AfxWndProcDllStatic+2e 001102d8 0000000f 00000000
user32!InternalCallWinProc+23 73c33094 001102d8 0000000f
user32!UserCallWinProcCheckWow+14b 0035c8bc 73c33094 001102d8
user32!DispatchClientMessage+da 01346e48 0000000f 00000000
user32!__fnDWORD+24 0012c648 00000018 0012c6c4
ntdll!KiUserCallbackDispatcher+2e 76c14566 00160542 00000060
user32!NtUserCallHwndLock+c 00160542 00000060 0012c690
user32!UpdateWindow+32 00160542 0214aaec 00000000
ocxgot!ocxMethod+486e 002602ac 0012c6b0 00000000
ocxgot!ocxMethod+7ee9 0000005a 0000003c 000000d2
ocxgot!ocxMethod+7514 0214aad8 190106a0 0000005a
ocxgot!WWDLLDrawRuntime+7c 0214aad8 190106a0 0000005a
view!PasswordEdit+248a 190106a0 0000005a 0000003c



Any help would be appreciated.

Thanks in advance.
AnswerRe: OS Specific Crash - Application crashes in Vista OS , Windows 2008 32/64 bit. Application doesn't crash in Win2003 Pin
V K 210-Nov-09 1:23
V K 210-Nov-09 1:23 
QuestionRe: OS Specific Crash - Application crashes in Vista OS , Windows 2008 32/64 bit. Application doesn't crash in Win2003 Pin
Randor 10-Nov-09 6:08
professional Randor 10-Nov-09 6:08 
AnswerRe: OS Specific Crash - Application crashes in Vista OS , Windows 2008 32/64 bit. Application doesn't crash in Win2003 Pin
V K 210-Nov-09 22:39
V K 210-Nov-09 22:39 
GeneralRe: OS Specific Crash - Application crashes in Vista OS , Windows 2008 32/64 bit. Application doesn't crash in Win2003 Pin
Randor 11-Nov-09 9:06
professional Randor 11-Nov-09 9:06 
Questionhow to convert any format to pdf using C(or)C++ Pin
soo preety10-Nov-09 0:55
soo preety10-Nov-09 0:55 
AnswerRe: how to convert any format to pdf using C(or)C++ Pin
Richard MacCutchan10-Nov-09 5:21
mveRichard MacCutchan10-Nov-09 5:21 
AnswerRe: how to convert any format to pdf using C(or)C++ Pin
Richard MacCutchan10-Nov-09 5:28
mveRichard MacCutchan10-Nov-09 5:28 
QuestionDeviceIOControl () fails with error 87 Pin
vasu_sri10-Nov-09 0:47
vasu_sri10-Nov-09 0:47 
QuestionRe: DeviceIOControl () fails with error 87 Pin
David Crow10-Nov-09 3:17
David Crow10-Nov-09 3:17 
QuestionRe: DeviceIOControl () fails with error 87 Pin
Randor 10-Nov-09 5:45
professional Randor 10-Nov-09 5:45 
AnswerRe: DeviceIOControl () fails with error 87 Pin
vasu_sri10-Nov-09 21:45
vasu_sri10-Nov-09 21:45 
GeneralRe: DeviceIOControl () fails with error 87 Pin
Randor 11-Nov-09 8:55
professional Randor 11-Nov-09 8:55 
Questionconnecting to mysql through c++ using console application Pin
kir_MFC10-Nov-09 0:11
kir_MFC10-Nov-09 0:11 
AnswerRe: connecting to mysql through c++ using console application PinPopular
LunaticFringe10-Nov-09 1:02
LunaticFringe10-Nov-09 1:02 
GeneralRe: connecting to mysql through c++ using console application Pin
Michael Schubert10-Nov-09 2:17
Michael Schubert10-Nov-09 2:17 
AnswerRe: connecting to mysql through c++ using console application Pin
CPallini10-Nov-09 2:26
mveCPallini10-Nov-09 2:26 
GeneralRe: connecting to mysql through c++ using console application Pin
niraj_180917-Nov-09 23:57
niraj_180917-Nov-09 23:57 

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.