Weichao Wang
2010-02-22 12:45:01 UTC
Hi all,
After I've assigned a variable to an edit control, the project can be
compiled without error, but at execution an error occurs:
Unhandled exception in prog.exe: 0xC0000005: Access Violation.
The program stopped within the method InitInstance() in the code line:
m_pMainWnd = &dlg;
i.e. the program does not reach my own code.
This is in Visual C++ 6.0.
Has someone a clue for this? many thanks in advance!
After I've assigned a variable to an edit control, the project can be
compiled without error, but at execution an error occurs:
Unhandled exception in prog.exe: 0xC0000005: Access Violation.
The program stopped within the method InitInstance() in the code line:
m_pMainWnd = &dlg;
i.e. the program does not reach my own code.
This is in Visual C++ 6.0.
Has someone a clue for this? many thanks in advance!
--
Weichao Wang
Weichao Wang