LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

undefined symbol when running cvi api example

I just run the project <NI Vision Builder AI> \ API Examples \ Examples CVI and that's what I think every time:

Capture.JPG

Well, I corrected some errors that I added to my nivision.lib project, I tried to do the same with these errors but there are more files. Vbai lib ... Please, help me to solve this problem ...

Thanks

0 Kudos
Message 1 of 3
(4,487 Views)

Could you please provide some more information about your issue by answering the questions below?

 

What version of VBAI do you have installed?

Did you make any modifications to the example?

What errors did you previously correct?

Were you able to run this example previously?

 

-Mike

0 Kudos
Message 2 of 3
(4,450 Views)

I have changed the VBAI-API Header-File:

 


#if !defined(VBAI_STDCALL)
    #if !defined(__GNUC__)
        #define VBAI_STDCALL __stdcall
    #else
        #define VBAI_STDCALL __stdcall /* Changed ! */
    #endif
#endif

 

See also http://forums.ni.com/t5/LabWindows-CVI/execution-error-Undefined-symbol-imaqCreateImage-referenced/m...

 

Best regards

 

Uwe

 

0 Kudos
Message 3 of 3
(4,319 Views)