或把
C:/Program Files/IntraWeb/LibD6/IWLicenseKey.pas &
C:/Program Files/IntraWeb/LibD6/IWLicenseKey.pas
改为
unit IWLicenseKey;
interface
implementation
uses
IWGlobal;
initialization
GLicense.SetKey('0101F786ED32B9965AD1861C-DTN');
GLicense.SerialNo:=654317;
GLicense.EvalMode:=false;
GLicense.Enterprise:=true;
end.