I guess its no biggie if I don't delete the windows, since they usually will 
always be required while the application is running. But for other uses, I 
think I definitely need to free any resources that are no longer required, 
since if I just keep allocating and allocating without ever freeing, I will run 
out of memory quickly. Then you will see in your performance monitor that your 
application is hogging 500 MB of RAM doing nothing.
Which in turn means no other applications can make use of this memory until I 
close my application.
I dont think that's too smart of an idea.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to