LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using DLL functions created with LabVIEW 6i in CVI 4.0.1

I want use SQL functions from LabVIEW 6i in LabWindows/CVI 4.0.1. Building DLL with this LabVIEW-functions was succesfull, but after using DLL in CVI project and run, error message was generated: FATAL ERROR : LABVIEW.LIB was not called from a LabVIEW process. Can you help me? In attachment are VIs and build script for this DLL.
0 Kudos
Message 1 of 2
(2,439 Views)
The SQL toolkit appears to be an ActiveX program. Why not call the objects with activeX in CVI directly?

There are several hits for labview.lib on ni's site. Goto http://search.ni.com/?col=alldocs&layout=TechResources&ql=a
and search for labview.lib.
0 Kudos
Message 2 of 2
(2,439 Views)