LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

flash screen during load of lvdaq.dll

I'm trying to load a "Labview" dll into a Visual C++ DLL that is later loaded in a Visual (6.0) C++ application. The labview DLL is reading I/O from the PCI-6503.

When I see the application graphical interface a loading window for the lvdaq.dll is flashing on the screen.

The labview.dll and lvdaq.dll is explicit loaded in the C++ DLL. If explicit loading is not used it will be a memory error in NT.

One way is maybe to load the lvdaq.dll
in the application instead for the DLL. But I rather dont want to that.

lvdaq.dll is neccessary to get the functionallity of PCI-6503, right?

Where is the lvdaq.lib file?

How to I get ride if the flashing window?

Regards
Mikael Alfven
0 Kudos
Message 1 of 2
(2,238 Views)
You should be using NI-DAQ32.dll rather than lvdaq.dll. Lvdaq.dll requires LVRTE to be running, and it calls into lvdaq-32.dll anyway.
0 Kudos
Message 2 of 2
(2,238 Views)