Click here to Skip to main content
15,949,686 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: reinterpret_cast to fill listview Pin
Jumpin' Jeff31-Aug-06 1:33
Jumpin' Jeff31-Aug-06 1:33 
GeneralRe: reinterpret_cast to fill listview Pin
prasad_som31-Aug-06 2:07
prasad_som31-Aug-06 2:07 
GeneralRe: reinterpret_cast to fill listview Pin
Jumpin' Jeff31-Aug-06 9:33
Jumpin' Jeff31-Aug-06 9:33 
GeneralRe: reinterpret_cast to fill listview Pin
prasad_som31-Aug-06 19:10
prasad_som31-Aug-06 19:10 
GeneralRe: reinterpret_cast to fill listview Pin
Jumpin' Jeff1-Sep-06 1:24
Jumpin' Jeff1-Sep-06 1:24 
GeneralRe: reinterpret_cast to fill listview Pin
prasad_som1-Sep-06 1:37
prasad_som1-Sep-06 1:37 
QuestionDLLMain and its usage. [modified] Pin
Jeremy Falcon30-Aug-06 12:05
professionalJeremy Falcon30-Aug-06 12:05 
QuestionProgram exception Pin
mdexch30-Aug-06 11:56
mdexch30-Aug-06 11:56 
One of my program, renamed here as MyApp.exe, which is called by a win32 service using CreateProcess() is failing with exception. Here is the how stack look like in the Windbg from the *.mdmp file I got from the server it failed.
--
ChildEBP RetAddr Args to Child
00129f28 7c822124 77e6bad8 000000d0 00000000 ntdll!KiFastSystemCallRet
00129f2c 77e6bad8 000000d0 00000000 00129f70 ntdll!NtWaitForSingleObject+0xc
00129f9c 77e6ba42 000000d0 0001d4c0 00000000 kernel32!WaitForSingleObjectEx+0xac
00129fb0 6951163f 000000d0 0001d4c0 0012c060 kernel32!WaitForSingleObject+0x12
0012a018 69506136 0012e060 0012c060 00000078 faultrep!MyCallNamedPipe+0x15b
0012e474 69508b5c 0012f994 0012f09c ffffffff faultrep!StartManifestReport+0x1d5
0012f2c0 77e99a6b 0012f994 ffffffff c0000005 faultrep!ReportFault+0x3d2
0012f948 77bc3e74 0012f994 00000000 00000000 kernel32!UnhandledExceptionFilter+0x4b1
0012f968 00401a01 c0000005 0012f994 77bc6cd5 msvcrt!_XcptFilter+0x178
0012ffc0 77e523e5 00000000 00000000 7ffd9000 MyApp!mainCRTStartup+0x101
0012fff0 00000000 00401900 00000000 00000000 kernel32!BaseProcessStart+0x23
--

Is the stack corrupted? How come I don't see MyApp!main or any othre symbol from MyApp.exe on the stack? My release version of program is build with PDB. Is it possible that I'm using PDB build on different (newer) date. No change in the program has been made since it has been released. Thanks.

mdexch

AnswerRe: Program exception Pin
Stephen Hewitt30-Aug-06 15:05
Stephen Hewitt30-Aug-06 15:05 
GeneralRe: Program exception Pin
mdexch31-Aug-06 4:53
mdexch31-Aug-06 4:53 
QuestionDifferent html with wininet than I.E. Pin
EpicYeti30-Aug-06 9:24
EpicYeti30-Aug-06 9:24 
AnswerRe: Different html with wininet than I.E. Pin
Waldermort30-Aug-06 9:31
Waldermort30-Aug-06 9:31 
GeneralRe: Different html with wininet than I.E. Pin
EpicYeti30-Aug-06 9:51
EpicYeti30-Aug-06 9:51 
AnswerRe: Different html with wininet than I.E. Pin
Rama Krishna Vavilala30-Aug-06 9:33
Rama Krishna Vavilala30-Aug-06 9:33 
GeneralRe: Different html with wininet than I.E. Pin
EpicYeti30-Aug-06 9:59
EpicYeti30-Aug-06 9:59 
QuestionHow to set menu bar background? Pin
kiluar30-Aug-06 9:11
kiluar30-Aug-06 9:11 
AnswerRe: How to set menu bar background? Pin
Waldermort30-Aug-06 9:35
Waldermort30-Aug-06 9:35 
GeneralRe: How to set menu bar background? Pin
kiluar30-Aug-06 15:18
kiluar30-Aug-06 15:18 
AnswerRe: How to set menu bar background? Pin
Hamid_RT30-Aug-06 22:09
Hamid_RT30-Aug-06 22:09 
QuestionSMTP commands Pin
Waldermort30-Aug-06 8:32
Waldermort30-Aug-06 8:32 
AnswerRe: SMTP commands Pin
Waldermort30-Aug-06 9:14
Waldermort30-Aug-06 9:14 
QuestionMFC CEdit in ToolBar Pin
ninolaroca30-Aug-06 5:52
ninolaroca30-Aug-06 5:52 
AnswerRe: MFC CEdit in ToolBar Pin
kiluar30-Aug-06 9:17
kiluar30-Aug-06 9:17 
AnswerRe: MFC CEdit in ToolBar Pin
Waldermort30-Aug-06 9:38
Waldermort30-Aug-06 9:38 
AnswerRe: MFC CEdit in ToolBar Pin
ninolaroca30-Aug-06 21:58
ninolaroca30-Aug-06 21:58 

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.