PDA

View Full Version : Multithreading


ston00
03-15-2002, 04:44 PM
Hello,

Since the current version doesn't support multithreading, I was wondering how I can implement multiple threads in my app.

Thanks,
ST

BobF
03-15-2002, 05:25 PM
You can't get true multi-threading, but you can have the same effect by using callbacks and timers. If you're not sure how callbacks, take a look at some of the sample applications.