Oxygen Basic
Programming => Tools => Topic started by: Frankolinox on November 13, 2013, 08:45:45 AM
-
lalala :)
-
Hello,
Works on my Win 8.1 Lenovo laptop.
Thanks.
-
c) for me it would be interested if the example works on your machines, all was built under win xp and an ancient notebook.
frank...
it work but how...
it hang in memory after closing all windows...
and i tell you before that this aproach is not very good because using multiple instance
of wndproc it looks that some of window do not receive Postquit message???
-
Hi,
after closing all three windows, test_3guis.exe is still running in the background.
I call it memory leak.
-
This often happens when the program fails to exit the winmain message loop.
-
This often happens when the program fails to exit the winmain message loop.
exactlly
And i say to Frank this before.
if he close one window and send quit this not mean that all others receive quit message.
In similar cases i use one main window and other create as child or that all windows share same
window procedure.
-
Linux Gtk GIMP is a good example of a multi-windowed application.