Using C++/CLI on Visual Studio 2015 (v140), we are trying to implement basic snap or grab functions using the provided IMAQdx examples as reference. Running the examples on VS2015 using CLI works. When we try to include nivision.h on our own project, we get an error (Access violation reading location). We have checked dependencies, library links, and compiler settings using the examples as a reference. Does anyone have experience with this problem?
↧