LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Register event callbacks for .net dll

I have been supplied a .dll that was created using .net.  This dll has a "public event MessageHandler NewMessage" for which I would like to register a callback.  I can't seem to find a way to do this in LV 7.1.  What am I missing?
 
Thanks,
Marisette
0 Kudos
Message 1 of 4
(3,155 Views)
Your missing Constellation 🙂
 
The 7.1 version of LabVIEW does not support .NET event callbacks, but it is going to be supported in the next version.
0 Kudos
Message 2 of 4
(3,154 Views)
Now, that LabView 8.0 is finally released, is this issue covered?
0 Kudos
Message 3 of 4
(3,088 Views)
Yes, we put full support for .NET events into LV 8. Due to the difference in threading models, you don't use the event structure, however. Instead it is similar to ActiveX, where you register a VI as a callback handler for the event.
0 Kudos
Message 4 of 4
(3,067 Views)