Aug 27, 2004 #1 lechoo Programmer Joined Aug 27, 2004 Messages 1 Location 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 Joined Feb 24, 2002 Messages 545 Location US add the pointers to and array of type pointers maybe, kinda sorta tomcruz.net Upvote 0 Downvote