I am working with a .NET assembly in LV 7.1
There are minimal problems in interfacing to methods and properties. The assembly has exported addxxxevent() and removexxxevent() methods. I am trying to handle the events in a similar fasshion to ActiveX callbacks but don't seem to be having much luck.
Is it possible to handle/process .NET events?
Also, the assembly that I am dealing with handles all input and output p[arameters as .NET references. The assembly was built using C# which has no native types. The calculator.dll assembly has its inputs and outputs as native type (real64), is there a trick in making the IO using the native data types?
Thanks.