- // Attempts to unregister the window class
- if (not UnRegisterClass('OpenGL', hInstance)) then
- begin
- MessageBox(0, 'Unable to unregister window class!', 'Error', MB_OK or MB_ICONERROR);
- hInstance := 0;
- end;
Problem mit: uses classesModerator: DGL-Team
|