LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Compiling a vi with link to dll => error 7 "source does not exist"

I'm trying to compile a vi using Application Builder. The vi contains a link to imaq.dll (a part of the NI vision pack).
When I try to build, I get the error
"Error 7 occured at Imaq.dll - source does not exist"

But the source does exist, and it is not hidden, read-only or blocked by security policies.
Why does Application builder refuse to see this file ??

I tried copying the file to the base dir of the vi, and added it to the build from there => same problem.

System:
LabView v. 6i
Imaq v. 2.5
Windows NT4
0 Kudos
Message 1 of 2
(2,617 Views)
Hi Angelo,
If the vi is working properly under LV, then you can try to register the IMAQ.DLL
Execute the following command:

REGSVR32 "the complete path of IMAQ.DLL"

You should get a message that it has been registered; then try again.

Good luck,

Alberto
Message 2 of 2
(2,617 Views)