LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

password protected

 

Hi all,

 

Is there anyway to make the source code and Panel, pasword protected in Labwindows?

 

Regards

mhs100

0 Kudos
Message 1 of 3
(2,827 Views)

There is no native way to protect CVI code with a password. If you don't want to create and distribute an executable, you may want to split the program into "customer" and "proprietary" sections and create a static or dynamic library for the proprietary half, to distribute without code.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 3
(2,813 Views)

If the goal is to just keep people from modifying the code and UIR files, you could always put the stuff you want to protect in a seperate directory on the hard drive and give read-only access to it.

0 Kudos
Message 3 of 3
(2,786 Views)