GLBasic forum

Feature request => IDE/Syntax => Topic started by: MrTAToad on 2010-Mar-16

Title: Compiling
Post by: MrTAToad on 2010-Mar-16
Would be nice to be able to stop compiling.  It would also be nice if the system could release control back to the operating system for processing windows messaging.
Title: Re: Compiling
Post by: Schnatterplatsch on 2010-Mar-18
Jip, stop the compiling would be great!

I often forget to restart the editor before a new compile and then he skips the file I changed...

cheers
Title: Re: Compiling
Post by: Quentin on 2010-Mar-18
??? What is it good for?
to give some time to the windows messaging queue, use SLEEP command in your main loop (e.g. SLEEP 10). Doesn't is work?
Title: Re: Compiling
Post by: MrTAToad on 2010-Mar-18
Its when the program is compiling - with big programs, the message pump isn't being processed, rendering interaction with other windows rather slow.