От: | Аноним | ||
Дата: | 23.09.08 11:29 | ||
Оценка: |
First-chance exception at 0x1009bb59 in test.exe: 0xC0000005: Access violation reading location 0xe2c48c60.
Unhandled exception at 0x1009bb59 in test.exe: 0xC0000005: Access violation reading location 0xe2c48c60.
LRESULT CALLBACK WndProc(HWND hW, UINT message, WPARAM wParam, LPARAM lParam)
{
LRESULT lResult;
BOOL bHandled;
...
lResult = HTMLayoutProcND(hWnd, message, wParam, lParam, &bHandled);
if (bHandled && message != WM_TIMER)
return lResult;
...
}