LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ivi.dll errors on install

I am using LV 8.6.2 and the IVI.dll under Windows XP - after compiling my app and creating an install pkg, I try to install the app on the target and get an error saying that the Ivi_CloseAndGetError and Ivi_InitWithOptionsAndGetError functions are both NOT FOUND in the ivi.dll.  I've checked and they are both there.  Any help would be greatly appreciated.  Hal Curling
0 Kudos
Message 1 of 6
(6,271 Views)
Does it say where it is looking for them?
They probably need to be moved to a different location so LabVIEW can find them.
Cory K
0 Kudos
Message 2 of 6
(6,264 Views)
Have you installed the IVI Compliance Package on the target machine?
Message 3 of 6
(6,260 Views)

Thanks for answering, Cory.  I have already ensured (at the specific call to the DLL in the code) the exact place for the install to look.  AND I have placed the dll in just about every place I know where it would look.

 

I appreciate the answer.

 

Hal

0 Kudos
Message 4 of 6
(6,251 Views)

I have not installed the ICP on the target but I will try that now.  Seems funny that those two function calls to the dll are the only ones that to which the install objects, even though I do make other function calls to the dll.

 

I appreciate the suggestion.  Will let you know if this woks.

 

Hal

0 Kudos
Message 5 of 6
(6,250 Views)
OR if it WORKS too Smiley Surprised
0 Kudos
Message 6 of 6
(6,247 Views)