02-09-2006 11:07 PM
02-09-2006
11:23 PM
- last edited on
03-06-2025
10:24 AM
by
Content Cleaner
02-09-2006 11:39 PM
HAI,
To create EXE you must have LabVIEW PDS (professional development system). When you have pds, you can build the exe of your
Tools>>Build application or shared library.
Refer to it LV help about the parameters in the window.
best regards.
02-09-2006 11:53 PM
thanks alot for the quick reply.
i have LABView7.1 Professional, ill try to do as u said.
there is one more question, can u pls tell me how to put a password on my block diagram so that a user using my application does not modify it. i have tried using VIproporties>security>password protected thing, but its not working as in it does not ask for the password on opening the blockdiagram.
02-10-2006 12:01 AM
hi,
i have just created an exe of a lab view program, n its working fine. now from where to get this free run time engine?
02-10-2006
12:10 AM
- last edited on
03-06-2025
10:24 AM
by
Content Cleaner
I just searched ni.com for "LabVIEW Runtime Engine" (without the quotes) and found this link that should help you:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YGvpCAG&l=en-US
Good luck,
-D
02-10-2006 01:29 AM - edited 02-10-2006 01:29 AM
Hi Huzach,
Also, in LabVIEW 7.1's "Build Application" dialog, under "Installer Settings" tab there's a "Create Installer" option. It will bundle the Run-Time engine right with your EXE (or DLL.) You may notice it takes [much] longer to compile, but the run-time engine only needs to be installed once, so you can de-select "Create Installer" for faster-compiles during debug. ... and the "Advanced" button exposes specific installer options! ![]()
Cheers.
Message Edited by Dynamik on 02-10-2006 01:36 AM