11-05-2010 06:03 AM
Hi All,
11-05-2010 06:11 AM - edited 11-05-2010 06:16 AM
Hi PSBRRR,
It seems like you didn't include all the dependencies of your VI or project to your build specification. Can you send a screenshot of the Source Files Setting page of the Application Properties dialog box ? You have to add all the VIs and DLLs that are used in the Sound & Vibration toolkit and any others you are using to your executable file or support directory.
For the last question : no you can't. Since LabVIEW 2010, the Run-Time Engine is like the "Java Virtual Machine". The compiled code inside your EXE is interpreted by the "LabVIEW Virtual Machine" included in the LabVIEW Run-Time Engine. That's why it requires the Run-Time Engine to be executed or at least the development environment (previous versions of LabVIEW didn't use this principle but it was also required to have the Run-Time Engine installed).
Regards,
11-05-2010 06:41 AM
Hi Maxime M.
Thanks for your quick response as you said I am attaching the print screen of Source Files Setting.
Regards,
PSBRRR
06-13-2012 04:28 AM
I have the same problem. Read and try everything about these errors 😞
Development LabView2010 is on Win7, target on XP
06-13-2012 07:32 PM
Hi Oldi,
I still remember how I managed to fix that problem as its not something to do with your development machine or .exe setting. In my case I tried couple of weeks solving the same problem and even contacted NI engineers for the same reason then found the problem the target machine (XP in your case) already had a LabVIEW runtime engine of earler version and every time yu try running your file even still it created in 2010 verion it tries to use some older file (it was runtime 6 in my case) then someone from NI called me and suggested to add runtime engine and one more particular update (don't remember it's name) in setting and it really solved the problem. so it might be the same problem in your case as well. Good luck
06-13-2012 07:35 PM
so what you can try is add LabVIEW runtime engine while creating .exe and latest DAQ settings and try to run same file on a different system which has not got earlier LabVIEW or their runtime engine installed. It should work fine even in first attempt.
06-13-2012 07:44 PM
@Oldi wrote:
I have the same problem. Read and try everything about these errors 😞
Development LabView2010 is on Win7, target on XP
A common mistake is to accidentally only install the minimum runtime engine instead of the standard (much bigger file, around 200MB). Please check once more.
06-14-2012 02:35 AM
Yes, problem was in Runtime, adding Math Kernel Libraris (and no others options under RunTime Engine) solve problem.
In Instaler to include I have onli Visa Runtime selected and of course Runtime Engine with Math Kernel Lib.
Thanks