Hello,
I am trying to develop a program with LabWindows to process images from a camera, using Common Vision Blox, a C++ software developped by Stemmer Imaging.
There is no Labwindows driver for this software but they told me it was possible to use all the dll functions as Labwindows is a Ansi C compiler.
However as it is "only" a Ansi C compiler, I cannot use the provided header files directly and I have to adjust them.
It seems that there are only some minor changes to do but I have no clue
Can someone help me to convert them ?
I would be very pleased.
Below is the kind of thing I have but not only:
message=
"iCVCImg.h"(357,108) syntax error; found '&' expecting ')'.
the line 357:
IMPORT(void) SetRectArea ( double L, double T, double R, double B, TArea& Area );
Thanks a lot
damien