Subj : Re: Dual Processor Support To : borland.public.cpp.borlandcpp From : Keith Date : Fri Jun 11 2004 10:23 am Bruce - can you please provide a little more info on using "the multi-threaded run-time library"? I also have a dual processor machine running WinXP Pro, but have had to set the processor affinity so BCW only utilizes one processor - otherwise, I have constant application errors with the IDE. Regards, Keith " Bruce Salzman" wrote: >You just need to use multiple threads. The OS will schedule them for >you. Don't forget to use the multi-threaded run-time library, and (if >you are using OWL's TApplication) EnableMultiThreading(true); > >Regards, >Bruce > > .