Click here to Skip to main content
15,929,439 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Closing the Chm( help doc ) on application close Pin
toxcct8-Sep-08 2:33
toxcct8-Sep-08 2:33 
AnswerRe: Closing the Chm( help doc ) on application close Pin
SandipG 8-Sep-08 2:46
SandipG 8-Sep-08 2:46 
AnswerRe: Closing the Chm( help doc ) on application close Pin
sashoalm8-Sep-08 5:02
sashoalm8-Sep-08 5:02 
QuestionSpy on a web browser Pin
Sabry19058-Sep-08 1:33
Sabry19058-Sep-08 1:33 
AnswerRe: Spy on a web browser Pin
ThatsAlok8-Sep-08 2:02
ThatsAlok8-Sep-08 2:02 
QuestionRe: Spy on a web browser Pin
Rajesh R Subramanian8-Sep-08 2:44
professionalRajesh R Subramanian8-Sep-08 2:44 
AnswerRe: Spy on a web browser Pin
Sabry19059-Sep-08 21:47
Sabry19059-Sep-08 21:47 
QuestionCrash in the Release build only Pin
ptr_Electron8-Sep-08 1:27
ptr_Electron8-Sep-08 1:27 
It is working file in the debug build, but in the release build the applicaton crashed even before window is displayed with the message

The instruction at "0x5f43351b" referenced memory at "0x00000000". The memory could not be "read"..

When I debug in the relesae build I found the crash @ the belwo statement . Please help me..

38: // Perform specific initializations
39: if (!pThread->InitInstance())
5F433518 mov ecx,dword ptr [pThread]
5F43351B mov edx,dword ptr [ecx] 5F43351D mov </b> //CRASH
ecx,dword ptr [pThread]
5F433520 call dword ptr [edx+58h]
5F433523 test eax,eax
5F433525 jne AfxWinMain+0C3h (5f433563)
40: {
41: if (pThread->m_pMainWnd != NULL)
5F433527 mov eax,dword ptr [pThread]
5F43352A cmp dword ptr [eax+20h],0
5F43352E je AfxWinMain+0B3h (5f433553)
42: {
43: TRACE0("Warning: Destroying non-NULL m_pMainWnd\n");
5F433530 push offset string "Warning: Destroying non-NULL m_p"... (5f4af280) 

AnswerRe: Crash in the Release build only Pin
_AnsHUMAN_ 8-Sep-08 1:35
_AnsHUMAN_ 8-Sep-08 1:35 
QuestionProblem of EditBox. Pin
Le@rner8-Sep-08 1:25
Le@rner8-Sep-08 1:25 
AnswerRe: Problem of EditBox. Pin
SandipG 8-Sep-08 1:44
SandipG 8-Sep-08 1:44 
GeneralRe: Problem of EditBox. Pin
Le@rner8-Sep-08 1:51
Le@rner8-Sep-08 1:51 
GeneralRe: Problem of EditBox. Pin
_AnsHUMAN_ 8-Sep-08 1:55
_AnsHUMAN_ 8-Sep-08 1:55 
GeneralRe: Problem of EditBox. Pin
Le@rner8-Sep-08 2:17
Le@rner8-Sep-08 2:17 
GeneralRe: Problem of EditBox. Pin
SandipG 8-Sep-08 1:57
SandipG 8-Sep-08 1:57 
QuestionCEditBox Control Pin
Dhiraj kumar Saini8-Sep-08 1:21
Dhiraj kumar Saini8-Sep-08 1:21 
AnswerRe: CEditBox Control Pin
bob169728-Sep-08 6:51
bob169728-Sep-08 6:51 
GeneralRe: CEditBox Control Pin
Dhiraj kumar Saini8-Sep-08 19:13
Dhiraj kumar Saini8-Sep-08 19:13 
QuestionIOCTL Pin
ameyakoshti8-Sep-08 0:52
ameyakoshti8-Sep-08 0:52 
AnswerRe: IOCTL Pin
David Crow8-Sep-08 3:24
David Crow8-Sep-08 3:24 
GeneralRe: IOCTL Pin
ameyakoshti9-Sep-08 6:39
ameyakoshti9-Sep-08 6:39 
GeneralRe: IOCTL Pin
David Crow9-Sep-08 6:47
David Crow9-Sep-08 6:47 
GeneralRe: IOCTL Pin
ameyakoshti9-Sep-08 6:54
ameyakoshti9-Sep-08 6:54 
GeneralRe: IOCTL Pin
David Crow9-Sep-08 8:10
David Crow9-Sep-08 8:10 
GeneralRe: IOCTL Pin
ameyakoshti9-Sep-08 6:56
ameyakoshti9-Sep-08 6:56 

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.