Aug 27, 2004 #1 lechoo Programmer Aug 27, 2004 1 PL Does anyone know how to create an array of TThread objects? I would like to control multiple threads like this: thrdArr->Resume(); Perhaps someone has better idea to do that. Thanks for any help
Does anyone know how to create an array of TThread objects? I would like to control multiple threads like this: thrdArr->Resume(); Perhaps someone has better idea to do that. Thanks for any help
Sep 11, 2004 #2 butthead Programmer Feb 24, 2002 545 US add the pointers to and array of type pointers maybe, kinda sorta tomcruz.net Upvote 0 Downvote