fastreport 4.5 怎么支持QRCode

时间:2022-10-26 20:32:23
求集成好了的FastReport 4.5 版本或者提供方法,谢谢!


我用了一个FastReport_2D_Codebar的东西,据说Delphi可用但是我在C++Builder里面没用效果。

我已经把三个Pas编译,然后在窗口那里 Include 他们的 hpp 文件 无效;

我的用法如下:



//---------------------------------------------------------------------------

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "frxClass.hpp"
#include "frx2DBarcode.hpp"
#include "frx2DBarcodeRTTI.hpp"
#include "uQRCode.hpp"
#include "frxBarcode.hpp"
//---------------------------------------------------------------------------




单元:

//---------------------------------------------------------------------------

#include <vcl.h>
#pragma hdrstop

#include "Unit1.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link "frxClass"
#pragma link "frxBarcode"
#pragma link "frx2DBarcode"
#pragma link "frx2DBarcodeRTTI"
#pragma link "uQRCode"
#pragma link "frxBarcode"
#pragma resource "*.dfm"
TForm1 *Form1;



4 个解决方案

#1


BCB2010带的rave报表有这个条码

#2


仅接受FastReport我看见别人Delphi可以实现的。用不惯其它报表工具!

#3


楼上太极端了吧,我用finereport就觉得蛮好的,fastreport用起来也就那样。

#4


如果编译成功以试试
zint.dll copy %win%\system32\

#1


BCB2010带的rave报表有这个条码

#2


仅接受FastReport我看见别人Delphi可以实现的。用不惯其它报表工具!

#3


楼上太极端了吧,我用finereport就觉得蛮好的,fastreport用起来也就那样。

#4


如果编译成功以试试
zint.dll copy %win%\system32\