02-05-2006 03:00 PM
02-07-2006
10:08 AM
- last edited on
06-16-2025
04:31 PM
by
Content Cleaner
The question mark icon on the dlls indicates that LabVIEW is unsure of the location of the DLL, or is unable to locate the DLL on your system. This can happen if the DLLs do not exist, or if the "Call Library Function Node" just specifies the name of the dll, and not the entire path to the dll. IVI and Instrument driver VIs will typically not supply the entire path to the DLL, whch would cause the question mark icon to appear.
If your application is working properly, then you should ignore the question mark in the dependencies list. If your application is broken because the DLLs cannot be found, they are installed with the following drivers:
ivi.dll is installed with the IVI compliance package, which is available at the following link:
Drivers and Updates: IVI Compliance Package
You should also install the latest version of NI-VISA, which is required by the IVI Compliance Package:
Drivers and Updates: NI-VISA
ag3325b_32.dll is installed with the your instrument's IVI driver, which can be found below:
Agilent 3325b Instrument Driver
Jason S.
Applications Engineer
National Instruments
02-09-2006 03:17 PM
Thanks a lot!
I made an installer including the exe file. Because every time I run the exe file, a dialog shows up asking for the ag3325b_32.dll. So I have to include this dll file explicitly to a data folder. When the dialog jumps out, I need to browse the directory to find it manually. Obviously, this is not a user friendly application. So I am wondering where I can change the full path of this dll file to make it recognizable.
Thanks again for your informative response!
02-09-2006 03:56 PM
02-10-2006 01:27 PM
06-08-2006 08:54 AM
I have a similar problem: 5 dependencies with "?'; and my executable doest not work.
One is nilvaiu.dll : from DAQmx, I think
One is pipx40_32.dll : from my Pickering instrument
But 3 others are like {B2794EF3-C0B6-11D0-939C-0020AF68E893} : from registry, I presume.
How can I make my executable running?
Yves
06-09-2006 04:34 PM