Oct 1, 2010 #1 aktivo Programmer Joined Feb 11, 2008 Messages 6 Location AT How to set thread or application affinity in C++Builder 2007 .. 2010 ?
Oct 1, 2010 #2 2ffat Programmer Joined Oct 23, 1998 Messages 4,811 Location US The short of it is to use GetProcessAffinityMask() and SetThreadAffinityMask(). Look at this Embarcadero discussion for more info. James P. Cottingham I'm number 1,229! I'm number 1,229! Upvote 0 Downvote
The short of it is to use GetProcessAffinityMask() and SetThreadAffinityMask(). Look at this Embarcadero discussion for more info. James P. Cottingham I'm number 1,229! I'm number 1,229!