Hello,
I'm trying to tie some hardware my company builds into a PC. I'm running
Win98 on the PC and can access my hardware C++ functions in a DLL. Right
now I'm checking if the hardware puts up some information then when the PC
gets around to it, it reads the informaiton. This is leading to a lag in
data because the PC can get busy with other things and not read the data
right away.
I'm wondering if there is a way to start a routine in the C++ dll that uses
a near infinite loop to "interrupt" the vb6 program when data comes in by
putting the data into something like text box.
I am not creating driver DLL yet, just a C++ program compiled into a DLL.
Can this be done? Would someone have some advice on accomplishing this?
Thanks.
Mike