Thread: [ActiveLock-Users]ActiveLock 2.0.4 don't work
Brought to you by:
ialkan
From: Christoph E. <chr...@sc...> - 2004-02-29 15:52:49
|
I Did a little trial like the basic tutorial from November 27,2003 I wonder about 3 things: 1.)When i generate a product key with the same name and Version Number = twice or more, the key generator produce always another V code. Why?? 2.) is the name of the *lic file important, should it be the same as the = app. name? 3.) What do you mean by name: VB6 Project name or EXE File name? The result of all my trials was, that the I always produce a invalid = liberation key If sometimes I will understand the hole thing to work with, and I put it = in my Program, what kind of file should I deliver. Only the = activelock2.dll and an empty .lic file! Is this corect wfg Chris |
From: Christoph E. <chr...@sc...> - 2004-02-29 16:10:26
|
I Did a little trial like the basic tutorial from November 27,2003 I wonder about 3 things: 1.)When i generate a product key with the same name and Version Number = twice or more, the key generator produce always another V code. Why?? 2.) is the name of the *lic file important, should it be the same as the = app. name? 3.) What do you mean by name: VB6 Project name or EXE File name? The result of all my trials was, that the I always produce a invalid = liberation key If sometimes I will understand the hole thing to work with, and I put it = in my Program, what kind of file should I deliver. Only the = activelock2.dll and an empty .lic file! Is this corect wfg Chris |
From: Thanh H. T. <th...@sy...> - 2004-03-01 07:48:21
|
Chris, > 1.)When i generate a product key with the same name and Version Number twice or more, the key generator produce always another V code. Why?? Because the VCode and GCode are generated by random. So you'll get different codes if you generated it repreatedly. > is the name of the *lic file important, should it be the same as the app. name? No. You set the filepath via IActiveLock_KeyStorePath property, and you can give it whatever names you'd like. > 3.) What do you mean by name: VB6 Project name or EXE File name? My guess would be the Project Name field on the Project Properties dialog (Project->Properties menu in VB6). > The result of all my trials was, that the I always produce a invalid liberation key Please read http://www.activelock.org/boards/index.php?showtopic=65 and download the version of alugen posted there. Rgs, Thanh Christoph Egger wrote: > I Did a little trial like the basic tutorial from November 27,2003 > > I wonder about 3 things: > 1.)When i generate a product key with the same name and Version Number > twice or more, the key generator produce always another V code. Why?? > > 2.) is the name of the *lic file important, should it be the same as > the app. name? > > 3.) What do you mean by name: VB6 Project name or EXE File name? > > The result of all my trials was, that the I always produce a invalid > liberation key > > If sometimes I will understand the hole thing to work with, and I put > it in my Program, what kind of file should I deliver. Only the > activelock2.dll and an empty .lic file! Is this corect > > wfg Chris > |
From: Christoph E. <chr...@sc...> - 2004-03-01 17:05:05
|
Hello Than, Thanks a lot for your help, now it works fine Please answer another questions! 1.) I wrote a programm for schools which using win2000 network. Our = network is configured, that the user(pupils, teacher...) aren't able to = write in the registry or install something on the client machines. So I have to install my programm on the server. Now whats about the activelock2.dll. Does it work if i put the dll in the app.path? Or do you know another way to solve my problem (Ago I tried it with activelock1.8, but this dosnt work on the intranet, = because the ocx wasn't registered on the local machines) Thanks Chris ----- Original Message -----=20 From: Thanh Hai Tran=20 To: act...@li...=20 Sent: Monday, March 01, 2004 8:44 AM Subject: Re: [ActiveLock-Users]ActiveLock 2.0.4 don't work Chris, > 1.)When i generate a product key with the same name and Version = Number twice or more, the key generator produce always another V code. = Why?? Because the VCode and GCode are generated by random. So you'll get = different codes if you generated it repreatedly. > is the name of the *lic file important, should it be the same as the = app. name? No. You set the filepath via IActiveLock_KeyStorePath property, and = you can give it whatever names you'd like. > 3.) What do you mean by name: VB6 Project name or EXE File name? My guess would be the Project Name field on the Project Properties = dialog (Project->Properties menu in VB6). > The result of all my trials was, that the I always produce a invalid = liberation key Please read http://www.activelock.org/boards/index.php?showtopic=3D65 and download the version of alugen posted there. Rgs, Thanh Christoph Egger wrote:=20 I Did a little trial like the basic tutorial from November 27,2003 I wonder about 3 things: 1.)When i generate a product key with the same name and Version = Number twice or more, the key generator produce always another V code. = Why?? 2.) is the name of the *lic file important, should it be the same as = the app. name? 3.) What do you mean by name: VB6 Project name or EXE File name? The result of all my trials was, that the I always produce a invalid = liberation key If sometimes I will understand the hole thing to work with, and I = put it in my Program, what kind of file should I deliver. Only the = activelock2.dll and an empty .lic file! Is this corect wfg Chris |
From: Thanh H. T. <th...@sy...> - 2004-03-03 07:40:10
|
Chris, You can have a read of the Readme for details on how to redistribute ActiveLock files. There are 3 files: activelock2.dll, alutuil.dll, and alcrypto.dll. activelock2.dll and alutil.dll are COM dlls so they need to be registered on the local machines. alcrypto.dll is a regular dll that must be put on Windows' System32 directory on the local machines I think in your case, you need to get the network administrator to log onto the local machines and register those dlls locally. Then after that, other users can use your application. Hope that helps. /Thanh Christoph Egger wrote: > Hello Than, > > Thanks a lot for your help, now it works fine > Please answer another questions! > > 1.) I wrote a programm for schools which using win2000 network. Our > network is configured, that the user(pupils, teacher...) aren't able > to write in the registry or install something on the client machines. > So I have to install my programm on the server. > Now whats about the activelock2.dll. > Does it work if i put the dll in the app.path? > Or do you know another way to solve my problem > (Ago I tried it with activelock1.8, but this dosnt work on the > intranet, because the ocx wasn't registered on the local machines) > > Thanks Chris > > ----- Original Message ----- > *From:* Thanh Hai Tran <mailto:th...@sy...> > *To:* act...@li... > <mailto:act...@li...> > *Sent:* Monday, March 01, 2004 8:44 AM > *Subject:* Re: [ActiveLock-Users]ActiveLock 2.0.4 don't work > > Chris, > > 1.)When i generate a product key with the same name and Version > Number twice or more, the key generator produce always another V > code. Why?? > Because the VCode and GCode are generated by random. So you'll get > different codes if you generated it repreatedly. > > > is the name of the *lic file important, should it be the same as > the app. name? > No. You set the filepath via IActiveLock_KeyStorePath property, > and you can give it whatever names you'd like. > > > 3.) What do you mean by name: VB6 Project name or EXE File name? > My guess would be the Project Name field on the Project Properties > dialog (Project->Properties menu in VB6). > > > The result of all my trials was, that the I always produce a > invalid liberation key > Please read http://www.activelock.org/boards/index.php?showtopic=65 > and download the version of alugen posted there. > > Rgs, > Thanh > > Christoph Egger wrote: > >> I Did a little trial like the basic tutorial from November 27,2003 >> >> I wonder about 3 things: >> 1.)When i generate a product key with the same name and Version >> Number twice or more, the key generator produce always another V >> code. Why?? >> >> 2.) is the name of the *lic file important, should it be the same >> as the app. name? >> >> 3.) What do you mean by name: VB6 Project name or EXE File name? >> >> The result of all my trials was, that the I always produce a >> invalid liberation key >> >> If sometimes I will understand the hole thing to work with, and I >> put it in my Program, what kind of file should I deliver. Only >> the activelock2.dll and an empty .lic file! Is this corect >> >> wfg Chris >> > > |
From: Christoph.egger <chr...@sc...> - 2004-03-02 05:37:31
|
Hy Than Whats wrong, when i produce a correct liberationkey, the roution said, = that the licence is ok, but if I start the app again, the .acquire code = produces always an error, that the licence IS invalid. I do the code like your tutorial tHanks Chris |
From: Thanh H. T. <th...@sy...> - 2004-03-03 07:44:19
|
Hi Chris, I haven't come across this problem before. What ActiveLock settings did you use? For example, what's your LockType setting? Christoph.egger wrote: > Hy Than > > Whats wrong, when i produce a correct liberationkey, the roution > said, that the licence is ok, but if I start the app again, the > .acquire code produces always an error, that the licence IS invalid. > I do the code like your tutorial > > tHanks > Chris > > > |
From: Christoph E. <chr...@sc...> - 2004-03-04 19:07:14
|
Hy Than Is it possible, that I send the trial to you as .ZIP file, so you can = have look? Chris ----- Original Message -----=20 From: Thanh Hai Tran=20 To: act...@li...=20 Sent: Wednesday, March 03, 2004 8:38 AM Subject: Re: [ActiveLock-Users]New question Hi Chris, I haven't come across this problem before. What ActiveLock settings = did you use? For example, what's your LockType setting? Christoph.egger wrote: Hy Than Whats wrong, when i produce a correct liberationkey, the roution = said, that the licence is ok, but if I start the app again, the .acquire = code produces always an error, that the licence IS invalid. I do the code like your tutorial tHanks Chris |
From: Thanh H. T. <th...@sy...> - 2004-03-04 19:34:00
|
Sure thing. Go ahead and send ti to me. Christoph Egger wrote: > Hy Than > > Is it possible, that I send the trial to you as .ZIP file, so you can > have look? > > Chris > > ----- Original Message ----- > *From:* Thanh Hai Tran <mailto:th...@sy...> > *To:* act...@li... > <mailto:act...@li...> > *Sent:* Wednesday, March 03, 2004 8:38 AM > *Subject:* Re: [ActiveLock-Users]New question > > Hi Chris, > I haven't come across this problem before. What ActiveLock > settings did you use? For example, what's your LockType setting? > > Christoph.egger wrote: > >> Hy Than >> >> Whats wrong, when i produce a correct liberationkey, the roution >> said, that the licence is ok, but if I start the app again, the >> .acquire code produces always an error, that the licence IS invalid. >> I do the code like your tutorial >> >> tHanks >> Chris >> >> >> > |