Search found 103 matches: hbzebra

Return to advanced search

Re: leggere test,hrb

Antonio Linares wrote:You can not have two Main()s

Functions names must be different



With HB_Compile( "", "test.prg", "/n", "/gh" )

If I have also

test.prg,
tslines.prg,
ut_fun.prg
ut_labels.prg
and the lib hbzebra.lib

how I can to creare the file hrb ?
by Silvio.Falconi
Fri Feb 16, 2024 8:12 pm
 
Forum: All products support
Topic: leggere test,hrb
Replies: 9
Views: 7733

problem with Barcode (zebra) no Html no web . resolved

This morning a print some labels and I have problems I USE REQUEST FWZEBRA and compile with hbzebra.lib I have this result https://i.postimg.cc/ydtCxn30/ggg.png the source code is @ x, y PRINT TO oPrn TEXT ctext AS BARCODE TYPE cBarcode ;         SIZE ...
by Silvio.Falconi
Mon Jan 15, 2024 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with Barcode (zebra) no Html no web . resolved
Replies: 2
Views: 586

Re: Generar codigo QR con fivewin.

Mi estimado.. requiere hbzebra.lib
Code: Select all  Expand view

REQUEST FWZEBRA  // required for barcodes
REQUEST FWHARU   // required for using HaruPdf

...
..
..

          @ nROwOt/2.54, 0.1 PRINT TO oPrn TEXT cCode AS BARCODE TYPE "QR-CODE" SIZE 0.7, 0.7 INCHES
]
by Willi Quintana
Thu Jan 04, 2024 5:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Generar codigo QR con fivewin.
Replies: 9
Views: 1135

Re: fivewin 2023/07 y 2020/12 problemas al crear EXE

... + E:\tools\xharbour_bcc74x\lib\libmisc.lib + E:\tools\xharbour_bcc74x\lib\tip.lib + E:\tools\xharbour_bcc74x\lib\hbzebra.lib + E:\tools\xharbour_bcc74x\lib\png.lib + e:\tools\bcc760\lib\cw32.lib + e:\tools\bcc760\lib\import32.lib + e:\tools\bcc760\lib\uuid.lib ...
by CARLOS ATUNCAR
Tue Sep 19, 2023 10:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1714

Problemas al migrar desde FWH2012 a FWH2307 - cerrado

... %HB_LIB_INSTALL%\hbmzip.lib=34,.T.,0,0, %HB_LIB_INSTALL%\libmisc.lib=35,.T.,0,0, %HB_LIB_INSTALL%\tip.lib=36,.T.,0,0, %HB_LIB_INSTALL%\hbzebra.lib=37,.T.,0,0, %HB_LIB_INSTALL%\hbmxml.lib=38,.T.,0,0, %C_LIB_INSTALL%\CW32.LIB=39,.T.,0,0, %C_LIB_INSTALL%\IMPORT32.LIB=40,.T.,0,0, %C_LIB_INSTALL%\uuid.lib=41,.T.,0,0, ...
by CARLOS ATUNCAR
Tue Sep 12, 2023 11:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1714

Re: QR-CODE

Estimado Pedro Luis
Con la librería hBZebra.lib, no necesitas QRCodeLib.dll, yo trabajo con la versión 2012 y funciona ok.....
by Willi Quintana
Fri Apr 28, 2023 1:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QR-CODE
Replies: 22
Views: 1804

Re: QR-CODE

this must be in buildx.bat
echo %hdirl%\hbzebra.lib + >> b32.bc
by alerchster
Wed Apr 26, 2023 3:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QR-CODE
Replies: 22
Views: 1804

Re: QR-CODE

Mi estimado,,,,
no olvides linkar las librerias de zebra hbzebra.lib y al inicio del prg
Code: Select all  Expand view

REQUEST FWZEBRA  // required for barcodes
REQUEST FWHARU   // required for using HaruPdf
 
by Willi Quintana
Wed Apr 26, 2023 3:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QR-CODE
Replies: 22
Views: 1804

Re: Error al leer un dll

... b32.bc echo %hdirl%\hbzip.lib + >> b32.bc echo %hdirl%\libmisc.lib + >> b32.bc echo %hdirl%\tip.lib + >> b32.bc echo %hdirl%\hbzebra.lib + >> b32.bc rem echo %hdirl%\png.lib + >> b32.bc rem Uncomment these two lines to use Advantage RDD rem echo %hdir%\lib\rddads.lib ...
by jpcavagnaro
Sun Apr 23, 2023 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error al leer un dll
Replies: 19
Views: 1556

Re: FiveDBU 64 Bit ?

... c:\harbour\lib\win\msvc\hbmzip.lib c:\harbour\lib\win\msvc\minizip.lib c:\harbour\lib\win\msvc\hbtip.lib c:\harbour\lib\win\msvc\hbzebra.lib c:\harbour\lib\win\msvc\xhb.lib kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib ...
by Jimmy
Mon Apr 17, 2023 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU 64 Bit ?
Replies: 10
Views: 771

Re: VS2022 Portable x32 x64

... echo %hdirl%\hbmzip.lib >> msvc.tmp echo %hdirl%\minizip.lib >> msvc.tmp echo %hdirl%\hbtip.lib >> msvc.tmp echo %hdirl%\hbzebra.lib >> msvc.tmp rem Uncomment these two lines to use Advantage RDD rem echo %hdirl%\rddads.lib >> msvc.tmp rem echo %hdirl%\ace32.lib ...
by Compuin
Wed Apr 12, 2023 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 6853

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... b32.bc echo %hdirl%\png.lib + >> b32.bc echo %hdirl%\hbusrrdd.lib + >> b32.bc echo %hdirl%\hbtip.lib + >> b32.bc echo %hdirl%\hbzebra.lib + >> b32.bc echo %hdirl%\hbcurl.lib + >> b32.bc echo %hdirl%\rddads.lib + >> b32.bc echo %hdirl%\Ace32.lib + >> ...
by richard-service
Fri Feb 03, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 5081

Re: My regex fails under Harbour

... + j:\harbour\hbbc7\lib\win\bcc\hbusrrdd.lib + j:\harbour\hbbc7\lib\win\bcc\hbtip.lib + j:\harbour\hbbc7\lib\win\bcc\hbzebra.lib + j:\harbour\bcc7\lib\psdk\odbc32.lib + to j:\harbour\hbcc7\lib\win\bcc\hbcpage.lib+ j:\harbour\hbcc7\lib\win\bcc\hbcplr.lib+ j:\harbour\hbbc7\lib\win\bcc\hbct.lib ...
by hua
Wed Nov 09, 2022 2:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: My regex fails under Harbour
Replies: 6
Views: 612

Re: hb_base64 link

... echo %HDIRLIB%\hbmzip.lib >> msvc.tmp echo %HDIRLIB%\minizip.lib >> msvc.tmp echo %HDIRLIB%\hbtip.lib >> msvc.tmp echo %HDIRLIB%\hbzebra.lib >> msvc.tmp echo %HDIRLIB%\hbusrrdd.lib >> msvc.tmp rem Uncomment these two lines to use Advantage RDD rem echo %HDIRLIB%\rddads.lib ...
by carlos vargas
Sun Sep 04, 2022 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3593

Re: error ficheo mark de borland

... b32.bc echo c:\xharbour_bcc70_2016\libmisc.lib + >> b32.bc echo c:\xharbour_bcc70_2016\tip.lib + >> b32.bc echo c:\xharbour_bcc70_2016\hbzebra.lib + >> b32.bc rem echo c:\xharbour_bcc70_2016\png.lib + >> b32.bc rem Uncomment these two lines to use Advantage RDD rem echo ...
by Adolfredo Martinez
Sun Jul 17, 2022 5:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error ficheo mark de borland
Replies: 4
Views: 539
Next

Return to advanced search