Compiling

Previous topic - Next topic

MrTAToad

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.

Schnatterplatsch

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

Quentin

??? 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?

MrTAToad

Its when the program is compiling - with big programs, the message pump isn't being processed, rendering interaction with other windows rather slow.