[Gambas-user] Height and width units?

Benoit Minisini gambas at ...1...
Tue Dec 9 14:49:01 CET 2008


On mardi 9 décembre 2008, Jussi Lahtinen wrote:
> One more thing about that code....
> Press Exit button (gives just the Quit command), and IDE gives messages:
>
> WARNING: circular references detected
> FMain (1)
> Mutex destroy failure: Device or resource busy
> WARNING: 15 allocation(s) non freed.
>
> Am I doing something wrong with that? Do I need to free objects
> somehow before Quit?
> Or..?
>
>
> Jussi
>

QUIT actually aborts the program. If you want to cleanly quit your program, 
just close your windows.

Regards,

-- 
Benoit Minisini




More information about the User mailing list