I need to create a test program primarily in CVI. However, significant work is done using C# .NET. I now have a .NET assembly dll ready to be used by the CVI program. I was able to create a .NET controller in CVI - and the corresponding wrapper. I can access the assembly.
Much of the operation occurs within the assembly. The status of these operations are fired by assembly delegates (events) for the container program. I'm thinking that I need to create a CVI callback for each assembly delegate.
The premise is that the main program runs in CVI.
Anybody know how to do this.....
Thanks