I have a .dll that I can make into a VI in Labview but can not create it in VEE. There is a C++ error in the .h file. How do I use this .dll in VEE or convert the .h File? Thanks
VEE uses very simple header file. More information can be found from VEE help file > Tell Me About > User-Defined Functions > Compiled Functions > The Definition File.
Besides, some .h file in VEE example folder i.e. {VeeInstalledDirectory}\examples\InstrumentIO\visa_vee.h could be a good start.
Besides, some .h file in VEE example folder i.e. {VeeInstalledDirectory}\examples\InstrumentIO\visa_vee.h could be a good start.
Hope this helps.
-mk