04-08-2015 02:26 PM
Is there a way that someone can help me convert this VI written in Labview 6.1 so that I can work en EXE in Labview 2014.
I succed to open this vi from 6.1 to 2014 but it does not run. The open vi reference those not work in exe program. Someone know how I can replace that function...
Thanks!
Solved! Go to Solution.
04-08-2015 03:33 PM
Are you getting any errors? Are you sure the dynamically called VI is in the "always included" for the exe?
04-09-2015 03:16 PM
I am getting an error when I run my exe. The error is 7. But the path seem ok.
I found this information on the net: http://digital.ni.com/public.nsf/allkb/8545726A00272EB0862571DA005B896C
But I dont really understand what to do.
I do not know how to set the option "always included". can you help!
Thanks!
04-09-2015 06:02 PM
Error 7 is File Not Found. So your dynamically called VI is not in your executable.
In the build spec for the executable in your project, there is a section for "Source Files". On of the options for the VIs is "Always Include".
04-10-2015 07:46 AM
Thank you very much! This solve my problem!