Rob win32 ??
- Posted by Bernie Ryan <bwryan at PCOM.NET> Aug 12, 1999
- 499 views
Rob: I have written a windows program and it displays the window OK when I close the window, Euphoria displays a DOSBOX error message that that in func WndProc() MessageBoxA returns a value and dumps out the ^^call-back etc. ... up to the PostQuitMessage The problem is that I have NO MessageBoxA() function in my WndProc function I am only monitoring WM_DESTORY and responding with a PostQuitMessage({0}) and defaulting all other messages back to default. If I comment out the PostQuitMessage then I get NO errors. Bernie