We have a dll that does some number crunching. We would like to signal events without polling from LabVIEW. I've researched three possible solutions: create a windows message and grab from LabVIEW, turn the dll into an ActiveX control and send events, or put the polling in a subvi running in a separate thread. Any comments about speed or pros/cons on the three approaches will be greatly appreciated.
Thanks,
Kurt