Board index » delphi » THREADS EXAMPLE "Prgrsbar"
kilroy
![]() Delphi Developer |
Tue, 04 Nov 2003 21:52:12 GMT
THREADS EXAMPLE "Prgrsbar"THREADS: Hello folks Under delphi 5 examples you'll find prgrsbar dpr. exemple When you run this example in IDE it seems to work Simplyfing the program to main thread + one created mythread1.thread1 shows the messages sent when the thread is done Debugging into the Threaddone procedure shows that This happens often in the IDE environment but almost never when you run the example compiled EXE directly under Keeping track of when and which thread is done executing and setting the Sometimes you'll able to see the problem after 3 create/stop threads Question1:is there a more secure way to check if a threads has stopped, We would like to use a thread to read interrupt driven SMPTE time-code Question2:Has anybody experience with windriver.sys or winrt.sys We currenty use RT BP7 pascal program with interrupts ,stack switching on Thanks for any hints |