018
20.02.2005, 13:32 Uhr
RedEagle
|
Fehler gefunden:
C++: |
hWnd_AddItem = CreateWindow(szAppNameAI, szAppName, WS_OVERLAPPEDWINDOW, 100, 120, 400, 195, NULL, NULL, hInstance, NULL);
//ABER:
LRESULT CALLBACK WndProc_AddItem(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
|
hWnd ist hWnd_AddItem -- MFG RedEagle |