cengzm07 Posted April 20, 2013 Report Share Posted April 20, 2013 I want to cal VI dynamically and I put the vi in the same directory as the generated exe file, and It works. What disturbs me is that the vi's contents is exposed to the user which is not the case I want to see. what should I do to call the VI dynamically and its contents not been seen by my user? Thankyou. Quote Link to comment
Ton Plomp Posted April 20, 2013 Report Share Posted April 20, 2013 How (and WHY) do you call the VI dynamically? And what exactly do you mean by contents? You can remove the block diagram (or lock it with a password) to hide the code. Removing the block diagram means that you need to keep a source copy. Using a password is not a very strong lock. Ton Quote Link to comment
Aristos Queue Posted April 20, 2013 Report Share Posted April 20, 2013 You want to copy the VI into the directory but not have the user see the VI when they list the directory contents? You can set the hidden bit on the file in the operating system, although hiding a file from a user on their own system is a temporary thing ... they can always unhide the files and see what you've hidden. Quote Link to comment
Val Brown Posted April 20, 2013 Report Share Posted April 20, 2013 ....or include it in the built EXE.... Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.