fastReport在delphi7 上安装时提示fs7.bpl is not a design time package?
怎么解决?那里有好用的fastReport

解决方案 »

  1.   

    fs7.bpl 这个包编译下就可,不用 install
      

  2.   

    我是在安装fs7.dpk时出现的这个错误!
    请指教!
      

  3.   

    \Program Files\FastReports\FastReport 3\install.txt
    这个文件里有很详细的安装说明
    fs7.bpl是运行时包,不用安装,所有运行时包复制到system32目录下即可
    dclxxx.bpl是设计时包,需要安装
      

  4.   

    IV. Recompiling FastReport Pro Edition and Enterprise Edition packagesPerform the following steps if you have changed FastReport sources 
    and want to recompile them.Step 1. Remove old binary files
    1.1. in the Delphi IDE, select "Tools|Environmet options..." menu
    1.2. go "Library" tab, "Library path" edit box
    1.3. remove path to FastReport 3\Lib folderStep 2. Add paths to library path
    2.1. in the Delphi IDE, select "Tools|Environmet options..." menu
    2.2. go "Library" tab, "Library path" edit box
    2.3. add path to FastReport 3\FastScript, FastReport 3\Source, 
      FastReport 3\Source\BDE,ADO,IBX,DBX, FastReport 3\Source\ExportPack Step 3. Compile runtime packages
    3.1. repeat the 3.2-3.4 steps for the following packages:
    - FastReport 3\FastScript\fs*.dpk (* = your delphi version)
    - FastReport 3\FastScript\fsDB*.dpk
    - FastReport 3\FastScript\fsBDE*.dpk
    - FastReport 3\FastScript\fsADO*.dpk
    - FastReport 3\FastScript\fsIBX*.dpk
    - FastReport 3\Source\frx*.dpk
    - FastReport 3\Source\frxDB*.dpk
    - FastReport 3\Source\ADO\frxADO*.dpk
    - FastReport 3\Source\BDE\frxBDE*.dpk
    - FastReport 3\Source\IBX\frxIBX*.dpk
    - FastReport 3\Source\DBX\frxDBX*.dpk
    - FastReport 3\Source\ExportPack\frxe*.dpk
    3.2. open the package (by "File|Open project..." menu, select "Delphi
      package (*.dpk)" as a file type)
    3.3. press the "Compile" button
    3.4. close the "Package" dialogStep 4. Copy runtime packages to system folder
    4.1. copy the following files from the Delphi_dir\Projects\Bpl folder
      to the Windows\System32 folder (or Windows\System for Win9x/Me):
    - fs*.bpl (* = your delphi version)
    - fsDB*.bpl
    - fsBDE*.bpl
    - fsADO*.bpl
    - fsIBX*.bpl
    - frx*.bpl
    - frxDB*.bpl
    - frxADO*.bpl
    - frxBDE*.bpl
    - frxIBX*.bpl
    - frxDBX*.bpl
    - frxe*.bpl
    4.2. note for Delphi4 users: *.bpl files are sitting in the source folders,
      not in the Delphi_dir\Projects\Bpl folder:
      FastReport 3\FastScript, FastReport 3\Source, 
      FastReport 3\Source\BDE,ADO,IBX,DBX, FastReport 3\Source\ExportPackStep 5. Compile and install design-time packages
    5.1. repeat the 5.2-5.5 steps for the following packages:
    - FastReport 3\FastScript\dclfs*.dpk (* = your delphi version)
    - FastReport 3\FastScript\dclfsDB*.dpk
    - FastReport 3\FastScript\dclfsBDE*.dpk
    - FastReport 3\FastScript\dclfsADO*.dpk
    - FastReport 3\FastScript\dclfsIBX*.dpk
    - FastReport 3\Source\dclfrx*.dpk
    - FastReport 3\Source\dclfrxDB*.dpk
    - FastReport 3\Source\ADO\dclfrxADO*.dpk
    - FastReport 3\Source\BDE\dclfrxBDE*.dpk
    - FastReport 3\Source\IBX\dclfrxIBX*.dpk
    - FastReport 3\Source\DBX\dclfrxDBX*.dpk
    - FastReport 3\Source\ExportPack\dclfrxe*.dpk
    5.2. open the package (by "File|Open project..." menu, select "Delphi
      package (*.dpk)" as a file type)
    5.3. press the "Compile" button
    5.4. press the "Install" button
    5.5. close the "Package" dialog, answer "NO" when Delphi asks to save changes!
      

  5.   

    只编译就行了,dcl开头的包才需要安装