cdew / theunknownones

Automatically exported from code.google.com/p/theunknownones
0 stars 0 forks source link

using ZintBarcode with Delphi 7 #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I found your SVN repo containing ZintBarcode, but am sure how to use it on 
Delphi 7.

there is no dcu, so I then went looking for a .bpl file to compile as a 
package. No luck.
What are the D10,D12 etc folders in the projects folders?

Does this work with Quick Reports?
Any tips please on using it with D7?

Original issue reported on code.google.com by bo...@boran.ch on 24 Sep 2012 at 8:26

GoogleCodeExporter commented 9 years ago
Sorry for responding so late.
Please checkout, if the new Zint-Library 
(http://theunknownones.googlecode.com/svn/trunk/Libraries/Zint/) matches your 
needs.

Original comment by chaosben@gmail.com on 20 Aug 2013 at 6:49

GoogleCodeExporter commented 9 years ago

In the meantime, I found a Delphi7 wrapper from Joko Rivai
http://www.cenadep.org/download/delphi-downloads/ZIntQRCode.7z
How to install:
http://www.cenadep.org/2012/05/28/contoh-penggunaan-free-qrcode-dengan-delphi/
----- snip --
- Click the Tools menu> Options Environment > Library tab and click the 
ellipsis button to the right of the combobox Library path. 
- Click the button again ellipse which is above the "Delete Invalid Paths". 
C:\path\to\zint
-Click Add to add this directory to the Delphi Library Path. Click OK. Back to 
Environment Options, click OK again.
- Back to Delphi. Click the File menu> Open, select the file C: \ 
KomponenDelphi \ ZIntQRCode \ ZIntQRCode_D7.dpk, then click Compile
- and click Install. If everything is okay, a new component 
TZintBarcodeComponent will be installed and available in the Component Palette, 
in the System tab.

- Create a new application in Delphi. 
Add TZintBarcodeComponent components to form, name ZintBarcodeComponent1.
------  snip ---

Original comment by bo...@boran.ch on 21 Aug 2013 at 8:07

GoogleCodeExporter commented 9 years ago

Original comment by MarcusCa...@gmail.com on 21 Aug 2013 at 9:53