03-07-2012 09:51 AM
Can I use VI's in CVI? Are there ways to interface the two?
I prefer CVI, the engineer I work with prefers LabVIEW. So if I develop an application in CVI, can he still use his subvi's?
03-07-2012 09:53 AM
You can create a dll from a labview project, each vi would be an individual procedure. Also you can call dlls from labview passing the appropriate date in/out.
not sure if this is what you are looking for