12-07-2015 12:52 PM
Hey everyone,
Whenever I run the compiled .EXE version of my VI, I get the access violation error in the subject. This does not happen if I run the VI within LabVIEW. Any help?
Please find attached my crash report.
12-07-2015 02:43 PM
Do you have any windows DLL in your data folder? Remove it!
Then read this: http://forums.ni.com/t5/LabVIEW/Exception-Access-violation-0xC0000005-at-EIP-0x7752D968-when/m-p/322...
12-14-2015 04:06 PM - edited 12-14-2015 04:08 PM
Thank you very much for your reply.
I don't have any Windows DLL in my data folder but I do have a DLL there, that I'm calling within my VI. Moving it elsewhere and telling the compiled EXE where to find it seems to solve the issue. However, if I place it anywhere but the data folder and specify its path on diagram, the VI doesn't seem to compile correctly because calls to the DLL don't return any data.
At the moment, I'm clueless as to why that might be happening. I guess the DLL wouldn't work in the development mode if there was something wrong with it.
12-14-2015 04:25 PM
to little information to help you further. What is that DLL? from what software package, drivver, library?