我安照那个自带文件说明的安装步骤操作,在第二步时出现错误,错误提示是:“没有找到tsl70.dpl,因此这个应用程序未能启动。重新安装应用程序可能会修复此问题。”请问是何故?若需此文件,请将此文件发到,谢谢!//--------------------------------------------------------
Custom installing of the FastReport packagesStep 1. Add paths to library path
- in the Delphi IDE, select "Tools|Environmet options..." menu item
- go "Library" tab, "Library path" edit box
- add paths to "FastReport 3\Lib" folder
  
Step 2. Install packages
- in the Delphi IDE, select "Component|Install Packages..." menu item
- press "Add..." button and select \Lib\dclfs*.bpl file (* = your Delphi version)
- press "Add..." button and select \Lib\dclfrx*.bpl file
- press "Add..." button and select \Lib\dclfrxBDE*.bpl file
- press "Add..." button and select \Lib\dclfrxADO*.bpl file (D5+)
- press "Add..." button and select \Lib\dclfrxIBX*.bpl file (D5+)
- press "Add..." button and select \Lib\dclfrxDBX*.bpl file (D6+)
- press "Add..." button and select \Lib\dclfrxe*.bpl fileStep 3. Copy runtime packages to System folder
- copy \Lib\fs*.bpl file (* = your Delphi version) to Windows\System32
  (Windows\System for Windows 95/98/ME)
- copy \Lib\frx*.bpl file to Windows\System32
- copy \Lib\frxBDE*.bpl file to Windows\System32
- copy \Lib\frxADO*.bpl file to Windows\System32
- copy \Lib\frxIBX*.bpl file to Windows\System32
- copy \Lib\frxDBX*.bpl file to Windows\System32
- copy \Lib\frxe*.bpl file to Windows\System32------------------------------------------------------------------------
Compiling FastReport Pro Edition and Enterprise Edition packagesPerform the following steps if you have changed FastReport sources 
and want to compile them.Step 1. Add paths to library path
- in the Delphi IDE, select "Tools|Environmet options..." menu
- go "Library" tab, "Library path" edit box
- add path to FastScript\Source, FastReport\Source, 
  FastReport\Source\BDE,ADO,IBX,DBX, FastReport\Source\ExportPack 
  
Step 2. Install FastScript package
- open fs*.dpk (* - your delphi version) and compile it, do not install
- copy Delphi_dir\Projects\Bpl\fs*.bpl to Windows\System32 dir (or 
  Window\System for Win9x/Me)
- open dclfs*.dpk, compile and install itStep 3. Install FastReport package
- open frx*.dpk and compile it, do not install
- copy Delphi_dir\Projects\Bpl\frx*.bpl to Windows\System32 dir
- open dclfrx*.dpk, compile and install itStep 4. Install DB engine package (Source\BDE,ADO,IBX,DBX)
- open frxX*.dpk (X - engine name) and compile it, do not install
- copy Delphi_dir\Projects\Bpl\frxX*.bpl to Windows\System32 dir
- open dclfrxX*.dpk, compile and install itStep 5. Install ExportPack package (Source\ExportPack)
- open frxe*.dpk and compile it, do not install
- copy Delphi_dir\Projects\Bpl\frxe*.bpl to Windows\System32 dir
- open dclfrxe*.dpk, compile and install it

解决方案 »

  1.   

    3.x 的自己带install的呀?怎么还这么费事?
      

  2.   

    对啊,3.0你自己就install,你看看:http://www.delphibox.com/article.asp?articleid=1491
      

  3.   

    照 
    Step 2. Install packages
    - in the Delphi IDE, select "Component|Install Packages..." menu item
    - press "Add..." button and select \Lib\dclfs*.bpl file (* = your Delphi version)
    - press "Add..." button and select \Lib\dclfrx*.bpl file
    - press "Add..." button and select \Lib\dclfrxBDE*.bpl file
    - press "Add..." button and select \Lib\dclfrxADO*.bpl file (D5+)
    - press "Add..." button and select \Lib\dclfrxIBX*.bpl file (D5+)
    - press "Add..." button and select \Lib\dclfrxDBX*.bpl file (D6+)
    - press "Add..." button and select \Lib\dclfrxe*.bpl file選取全部*.bpl安裝成功.....