![]() |
|
|
|
#1
|
|||
|
|||
|
license not found error!!!
when i try 2 load an ocx control, i get an error message,
saying read the form1.log in the log file it says, "license not found." how 2 get rid of the error message and use the control. thanx TDW {RES} |
|
#2
|
|||
|
|||
|
The component is searching for a license, probably a file or registry entity.
Looks like you need to learn how to crack ActiveX controls. In anyway, Regmon/filemon utilities are enough for that situation. If you need more help, let me know. Btw, what is the control? |
|
#3
|
|||
|
|||
|
its txtext control v12
i removed the nag.... just this thing is left thanx TDW {RES} |
|
#4
|
|||
|
|||
|
what regmon/filemon says about that?
|
|
#5
|
|||
|
|||
|
filemon, didnt find anything.
while as far as regmon is concerned, it showed me just wot the program was accessing nothing else fishy,,,, i checked out the clsid, licenses and other stuff... it has 2 limitations, 1 nag showing 60 days trial, and secondly, after 60 days, the control gives error message when loaded in vb ide. i kicked the first limitation,,,, off... the patched file is attached... just the second limitation is left... help needed!!! download link for the soft:- _http://www.textcontrol.com/downloads/trials/txtrial_activex.zip thanx TDW {RES} |
|
#6
|
|||
|
|||
|
I downloaded both the trial and the patched DLL but Im unable to reproduce this msgbox. In delphi everything works fine. No nag, no msgbox.
Im using Delphi 7, not VB. |
|
#7
|
|||
|
|||
|
after replacing the patched dll, the messsage box doesnt appear.....
but still after 60 days, the license not found error comes,,, in vb ide when i try 2 load the ocx in hte ide mode. thanx TDW {RES} |
|
#8
|
|||
|
|||
|
Find ASCII TXSerialNoXXX and simply replace with for example TE-1234567890 a few bytes above is next string LR-... or something (explanation below)
DLL check S at third position. TE- enterprise TS- standard TP- prof Second look at registry check [HKEY_CLASSES_ROOT\Licenses\...] and a few lines below is string compare for your license. Third patch where TE-1234567890 are compared with LR-..... or reverse checking routine. |
|
#9
|
|||
|
|||
|
I tried to turn my clock forward, actually on December, and the Delphi IDE doesnt complain for a missing license or sth. As far as everything works here, you should ask someone else to run the ActiveX in the VB IDE.
Last edited by baatazu; 08-10-2005 at 13:26. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Flexlm license timout / Error -88,309 -- a trivial workaround | DominicCummings | General Discussion | 0 | 09-09-2021 02:23 |
| PeId 0.93 Nothing found * | abccc | General Discussion | 7 | 02-06-2006 23:26 |