LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Undefined symbol '_imaqCreateImage@8' referenced in "Load and Display.c".

I am getting a link error,

undefined symbol '_imaqCreateImage@8' referenced in "Load and Display.c".

This source code provide by NI IMAQ Vision software.

but dosen't executable...

sample program is Load and Display.prj

#include
#include
#include
#include "Load and Display.h"

.
.
.
.

is there anybody help me???
0 Kudos
Message 1 of 2
(2,910 Views)
Hi there,

You are getting a link error because the source code for the NI-IMAQ Vision software is not present in the project.

It sounds like you are missing the instrument driver (file with extension *.fp) for the NI-IMAQ Vision software. To load the driver, go to the Instrument menu (in the project window) and select "Load". Then search for the nivision.fp file. This file should be located in the same folder where nivision.h is present.

If this is not it, please post your findings and any other information that you might find relevant.

Regards,
Azucena
NI
0 Kudos
Message 2 of 2
(2,910 Views)