Using in non visual program Log Out | Topics | Search
Moderators | Edit Profile

WAK Productions Support » TRegware » Using in non visual program « Previous Next »

Author Message
Mark
Posted on Monday, June 13, 2005 - 3:31 am:   

I am creating a dll. Is it possible to use the system when there are no visual components?
Anonymous
Posted on Wednesday, November 16, 2005 - 6:29 am:   

Hi Mark!

Are you have resolved this problem ?
Anonymous
Posted on Wednesday, March 29, 2006 - 9:24 am:   

Maybe someting like this will help

rg:=Tregware4.create(mainform);
rg.OnClockChange:=<onclockchange_proc>;
rg.OnExpire:=<onexpire_proc>;
rg.timebomb:=true;
rg.CheckTamper:=true;
rg.Days:=30;

rg.ProgGUID:=<someguid>;
rg.Seed1:=<someseed1>;
rg.Seed2:=<someseed2>;
rg.Seed3:=<someseed3>;

rg.Reload;

Radu

Add Your Message Here
Post:
Username: Posting Information:
This is a private posting area. Only registered users and moderators may post messages here.
Password:
Options: Enable HTML code in message
Automatically activate URLs in message
Action:

Topics | Last Day | Last Week | Tree View | Search | Help/Instructions | Program Credits Administration