Shaii
Dec 8th, 1999, 12:22 PM
Hi there,
I am using a function from a dll that records data from a serial port. In the manual of this dll said that using this function u need to use a thread with priority above normal.
now I have checked and found I can use WinAPI CreateThread
I would like to know if anyone has any experiance using it and has some example code for it. and the big q. is this necesary
since I could just loop with out doevents until this function is done.
thanx
Shai
I am using a function from a dll that records data from a serial port. In the manual of this dll said that using this function u need to use a thread with priority above normal.
now I have checked and found I can use WinAPI CreateThread
I would like to know if anyone has any experiance using it and has some example code for it. and the big q. is this necesary
since I could just loop with out doevents until this function is done.
thanx
Shai