First of all: thank you for purchasing the Vita Voom Software™ pgExpress Driver. We hope this software meets your expectations. Licensed users have priority support through our email regular address, support@vitavoom.com, for the period of the license.
We remind that of course this version is private to your company (according to the terms of the License and should not be redistributed for third parties (except, of course, as a component of your company's applications).
To deploy the software, please follow these steps:
program example;
uses
Forms,
PGELicense,
Unit1 in 'Unit1.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
PGELicense.pas
file (your license file as sent by
Vita Voom Software™.PGELicense.pas
unit must be added to
your project.Please store your registration information in a safe place. If you ever need it again, please ask us.