unit IWLicenseKey;interfaceimplementationuses
  IWGlobal;initialization
  GLicense.SetKey('0101F786ED32B9965AD1861C-DTN');
  GLicense.SerialNo:=654317;
  GLicense.EvalMode:=false;
  GLicense.Enterprise:=true;
end.保存为IWLicenseKey.pas放到安装目录下

解决方案 »

  1.   

    Install and replace IWLicenseKey.pas in LibD5 or LibD6 
    directory with the file provided by us. That's it!
      

  2.   

    出错啊:我用的是Version 5.0.35 for bcb
      GLicense.SerialNo:=654317;
      GLicense.EvalMode:=false;
      GLicense.Enterprise:=true;
    [Pascal Error] IWLicenseKey.pas(12): Cannot assign to a read-only property
    [Pascal Error] IWLicenseKey.pas(13): Undeclared identifier: 'EvalMode'
    [Pascal Error] IWLicenseKey.pas(14): Undeclared identifier: 'Enterprise'
    [Pascal Fatal Error] pasall.tmp(3): Could not compile used unit 'D:\Program Files\IntraWeb\CBuilder\LibCB6\IWLicenseKey.pas'
      

  3.   

    我用都没问题啊,不过我用的是Delphi 5 Enterprise.不知道在C++Builder下有没有问题,对不起。