11-22-2009 01:53 AM
11-22-2009 02:08 AM - last edited on 06-03-2024 01:32 PM by Content Cleaner
Two possibilities:
11-22-2009 10:08 AM - edited 11-22-2009 10:09 AM
SEMAK wrote:
is it possible to generate the such type of "exe" file that can be run with out lab-view on that
system ?? like Turbo C Exe file,, OR which part of lab-view i will have to install on the system
by which i can run the application properly.
The direct answer is no - you need a Run Time Engine, and altenbach indicated what you can do. It's actually a slight misconception that if you build an executable from C then you don't need anything on the target computer. In reality you do - it's just that the OS already has the necessary runtime stuff already installed - for the most part. The need for runtime support is no different than building an executable in any other programming language like Java, Matlab, or .NET.
11-22-2009 09:33 PM - last edited on 06-03-2024 01:34 PM by Content Cleaner
A step by step guide, how to build an .exe
11-23-2009 04:19 AM
You also need the Professional Version of LabVIEW to build exe's. (if memory serves)
/Y
11-23-2009 11:07 AM
Yamaeda wrote:You also need the Professional Version of LabVIEW to build exe's. (if memory serves)
Yes, LabVIEW professional or the application builder add-on.
Since he said that he built an exe already, we can assume that the OP has the application builder. 😉
11-23-2009 11:46 PM
HI thanks to all of u i will try yours suggestion
again thanks for your quick response and guidance
11-24-2009 01:49 AM
Oh, haven't seen that add-on. Good to know!
/Y