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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/OWL/Q_10207454.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10343413.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20381409.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20485367.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20945333.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20974574.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20992498.html
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.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21034927.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21157624.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21733802.html