Advertisement

1 - 10 of 53 containing alltags:("TThread") (0 seconds)
I've created a process using MyProcess class (derived from TThread class) and i've defined its virtual function Run() object of this class is a member of my main window   (MyWindow : public TFra...
Zones: OWLDate Answered: 02/19/2002 Grade: A Views: 0
Dear all, I want to put a segment of time-wasting code into TThead, but cannot handle it properly. Is there anyone out there can help me out. [snippet] type         TIPThread = Class( TTh...
Zones: Delphi ProgrammingDate Answered: 05/12/2000 Grade: B Views: 0
I am writing a file transfer program now, and i am using  ClientSocket1.Socket.SendStream(TFileStream.Create(Form24.edit1.text, fmOpenRead or fmShareDenyWrite)); it stops on that line and wa...
Zones: Delphi ProgrammingDate Answered: 10/22/2003 Grade: A Views: 0
Hello. I'm developing a software that interacts with an imager on USB port. I have a driver that performs the interface. I have one general thread for the software, one for image grabbing and o...
Zones: C++Date Answered: 02/26/2003 Grade: A Views: 0
Hi, my problem is when I create an instance of TCombinationThread and start the method execute, it do the job but can't access any component of main form... when I try to access, for example, a lab...
Zones: Delphi ProgrammingDate Answered: 04/07/2004 Grade: A Views: 0
Ok, I got a little problem. I do work on an application which is going to download different stuff from the internet, and I got a little problem with the threads. I use some classes that can use up...
Zones: Delphi ProgrammingDate Answered: 05/01/2004 Grade: A Views: 0
Hi, I'm having some grief with using multiple threads in my application. Basically I have a bunch of source objects each having a value that needs updating at different intervals. I create a thr...
Zones: Delphi ProgrammingDate Answered: 05/21/2004 Grade: A Views: 0
I have a TThread in my application. How would I edit an image on the form from the thread (changing all non-red pixels to blue, separating the image into smaller images)? Thanks.
Zones: Delphi ProgrammingDate Answered: 06/24/2004 Grade: A Views: 0
If I have a program with multiple TThreads running on a dual processor machine, will it run faster than on a single processor machine (in general terms)? I realise a single-threaded program doesn't...
Zones: Delphi ProgrammingDate Answered: 10/08/2004 Grade: A Views: 0
hi,   how can i allow my app to support multi-threading?  i want to make an app that supports like 50threads, and that each thread have a subthread, so that the first thread must wait until the s...
Zones: Delphi ProgrammingDate Answered: 02/13/2006 Grade: A Views: 0