Log in

View Full Version : Labview Missing Library


bixbyrobotics1
14-02-2009, 23:48
I keep getting this error in my Basic Robot Main.vi

Any ideas?

airnate
14-02-2009, 23:57
Mask is one of the IMAQ (image acquisition) functions that occurs in the example you are trying to use. It is probably referencing a DLL that it can not find. Did you install all the FRC Robotics software? It appears that perhaps you don't have parts of IMAQ installed.

I'm guessing specifically that it can't find C:\Windows\Systems32\NIVision.dll.

Although why it would be missing I have no idea.

bixbyrobotics1
15-02-2009, 17:38
I found the file elsewhere on my computer and copied it in. Worked great. Thanks!