01-07-2011 02:04 PM
Hi all,
Is there anyway to make the source code and Panel, pasword protected in Labwindows?
Regards
mhs100
01-08-2011 05:09 AM
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.
01-10-2011 07:35 AM
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.