dll registration - WeOnlyDo Discussion board

dll registration (General questions)

by chris, Friday, May 23, 2008, 21:12 (6027 days ago)

ok, so i made a client of mine a program and he cant do anything with wodHttp.dll because he needs the license...? how do i distribute my software when my clients cant even access my program because of this?

Re: dll registration

by woddrazen, Friday, May 23, 2008, 21:59 (6027 days ago) @ chris

Chris,


You are using DEMO version right? DEMO version cannot be distributed. So to test it on some other machine wodHttpDLX DEMO version should be installed there.

Licensed version don't have that problem. You can distribute licensed version to other machines. Before you do that you should insert LicenseKey Property in your wodHttpDLX code and register wodHttpDLX.dll on destination machine using regsvr32. Usually installer package creator will do that for you.


Drazen