05-07-2014 06:59 AM
I just run the project <NI Vision Builder AI> \ API Examples \ Examples CVI and that's what I think every time:
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
05-08-2014 05:50 PM
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
06-05-2014 09:47 AM
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
Best regards
Uwe