我就是这个,然后就是操作下面的步骤:1,点击安装Fastreport(最好安装在c:Fastreport盘,因为大家的电脑C盘有保护,安装其他盘,后面会麻烦的)安装后安装目录会有:/demos/extra/fastqb/fastscript/res/source
2:运行"recompile.exe"文件,设置相应选项,我的设置如下:Select the compiler 设置为 Embarcadero Rad Studio2010(Delphi,C++)。(默认值)Select the FastReport Version 设置为 Enterprise。(默认值)Select the TeeChart version 设置为 TeeChartStd。(默认值)What you want to do 下的 Change language To: 设置为 Chinese。(自己选择)3.点击compile,之后就会发现:此时Fastreport的安装目录为:/demos/extra/fastqb/fastscript/libdio(编译后产生)/res/source4.编译运行时包:在Delphi中打开(File->Open)菜单。编译,打开如下DPK后,在Delphi中的IDE右侧ProjectManager选中该Project右键单击,然后点击Compile。需要编译的文件为:(f*14.dpk是适合于2010版本delphi,其他的如delphi6.0的就是f*10.dbk) - FastReportLibD14fqb140.dpk
-FastReportLibD14fs14.dpk
-FastReportLibD14fsDB14.dpk
-FastReportLibD14fsBDE14.dpk
- FastReportLibD14fsADO14.dpk
-FastReportLibD14fsIBX14.dpk
-FastReportLibD14frx14.dpk
-FastReportLibD14frxDB14.dpk
-FastReportLibD14frxADO14.dpk
-FastReportLibD14frxBDE14.dpk
-FastReportLibD14frxIBX14.dpk
-FastReportLibD14frxDBX14.dpk
-FastReportLibD14frxe14.dpk......
5.编译并安装Dcl。在Delphi中打开(File->Open)菜单。
编译,打开如下DPK后,在Delphi中的IDE右侧ProjectManager选中该Project右键单击,然后点击Compile,接着在弹出的右键菜单中点击Install。
- FastReportLibD14dclfs14.dpk
- FastReportLibD14dclfsDB14.dpk
- FastReportLibD14dclfsBDE14.dpk
- FastReportLibD14dclfsADO14.dpk
- FastReportLibD14dclfsIBX14.dpk
- FastReportLibD14dclfrx14.dpk
-FastReportLibD14dclfrxDB14.dpk
- FastReportLibD14dclfrxADO14.dpk
- FastReportLibD14dclfrxBDE14.dpk
- FastReportLibD14dclfrxIBX1 4.dpk
- FastReportLibD14dclfrxDBX14.dpk
6.然后在FastReport文件夹下LibD14目录添加到Delphi中的LibraryPath步骤:1,打开Delphi2010,打开菜单Tools->Options。 2,左侧点击DelphiOptions的+号,点击Library-win32,往里面添加!7.ok!下来,大家可以新建个project试下,会发现Fastreport控件下有了frxdbdataset等其他,其他功能也有了!