Hello JHttn,
There are various ways to call CVI code in LabVIEW and to call LabVIEW code in CVI. You can't edit a UIR file in LabVIEW or open a front panel in the CVI environment, but you can create a DLL in your preferred language that does these things, then call the functions in the DLL in the other environment. Also, you can call and run LabVIEW VIs from CVI using ActiveX automation. LabVIEW also provides a way to convert a CVI instrument driver into LabVIEW VIs. The following
document details the various ways to communicate between LabVIEW and CVI, including how to pass data between applications created in both environments, and how to port or call code created in one environment to the other environment.
Thanks.
Wendy L
LabWindows/CVI Developer Newsletter