when using my image processing DLL, I have to use IMAQ ImageToArray and
ArrayToImage which call the NIVissvc.dll and NIVision.dll . these are very
common IMAQ fuctions, in Labview, all my vi works well, when this exe
running on the CVS, it says can not find (or load) the ImageToArray, we can
use many IMAQ functions like imageExtract, IMaqCreate, on CVS before, but
failed on this one and the IMAQ rotate as well, we checked the dll on CVS
RT/System dir, the NIVision.dll is 2MB, and the one on my PC win/system32 is
2.2MB, then we copy the 2.2MB DLL to CVS , then the CVS says canot find the
NIVision.dll, is the DLL on pc not for real time ? what the diff btw DLL on
CVS and on LV in PC ?
don't how to use some sim
ple IMAQ functions on CVS like IMAQ Rotate and
ImageToArray etc, or the DLL version on my CVS is not a full version ?