LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

1way.dll Has any one used the following

I want to use a Copy right/evaluation program or dll, to give a limited trial period for an application written in Labview 6.1. Has any body used or has any good ideas for controlling such functions. I was going to try 1way.dll software but don't know how labview will cope with calling this dll. I would like to offer the client the ability to obtain a serial number for continued use.
0 Kudos
Message 1 of 3
(3,099 Views)
I can think of a couple of ways to do this. For small volume applications you could hard code the expiration date into the application prior to the build. At startup you could then check for a valid reistration code (this could be coded into an ini file) and then, if not registered, perform the appropriate task depending on whether the period has expired. You may also want to check during operation (say, for instance, every hour) to prevent continued use of the program by leaving it running. You could put a button on the front panel which is active an visible only if the program is not registered to allow for writing the registration code.

The second way is to include the start data in the ini file and have the evaluation period hard coded. This method is l
ess secure, although you could invent an encryption style for the date. Otherwise implementation would be similar.

I'm not familiar with the 1way.dll software so I can't give you any guidance on how well that approach would work.
0 Kudos
Message 2 of 3
(3,099 Views)
Thanks alot for the answer, if you or anybody else has tried other methods or software please let me know. I have had a few applictaions which haven't been payed for with a lot of time spent on them.
0 Kudos
Message 3 of 3
(3,099 Views)