11-17-2013 08:58 PM
Dear All,
I just build an executable file which calls several functions from a DLL (also written in LabVIEW), the LabVIEW DLL will call a frame grabber DLL which written in c++ to grab images from my camera. Everything worked fine until i copy my whole program to a pc with only LabVIEW and vision runtime installed. Then the program is not working anymore. The LabVIEW DLL i'm calling will keep returning null string which it is not suppose to be. The DLL is supposed to return either 0 for no error or any number which is the error code.
Please help.... Thank you very much!!
Solved! Go to Solution.
11-18-2013 03:00 AM - edited 11-18-2013 03:01 AM
11-19-2013 07:17 PM
Hi GerdW,
Thanks for the reply.
I just figured it out.
That was because i only installed vision run-time engine but didn't install the IMAQ device driver.
My program works fine after installing the IMAW device driver.