Have firewire camera that works fine with unmanaged C++ code.
Now I need to use same camera and nivision software with my HMI.
The HMI is Visual C++.net form with managed code. The compiler doesn't
like the declareation
Image *myPic;
Compiler error is:
error C2872 'Image' ambiguous symbol.
It appears that the 'Image' type is declared in another library. Is there a fix?