Ive tried to implement the thread into my form as follows, im pretty sure th thread file is fine but it refuses to go past here on the main form source, claiming that theres a declaration syntax error and a type name expected??
TRead *ReadThread;
ReadThread = new TRead(false);
is this a...
just one more thing....
is there a very simple way to set-up a new thread of this type??
i realise im being very lazy and could look it up but whats the most basic way of doing it??
thanks!
Hi
Ive made a program that uses a form, it does all the calculations and displays data at the press of a button.
But some data is constantly changing. Ive got all the data in my program but how do i get my form to periodically retrieve it and display it?
Do i have to put something in a main...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.