Search found 32 matches: crc32

Return to advanced search

CRC8

... necesito generar un CRC8 para validar el código identificativo y el QR que debemos insertar en la factura. Todo lo que encuentro es para CRC16 ó CRC32 y no me sirve. La administración ha publicado un código de CRC8 en java y necesito ayuda para compilarlo y enlazarlo con mi aplicacion FWH + xHarbour ...
by landaga
Sat Feb 27, 2021 9:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CRC8
Replies: 2
Views: 419

Re: funciones de FWH y Harbour en un archivo .txt

__clsVerify(<nClassH>)-><acBrokenMessages>|Nil __objAddData(<oObject>,<cDataName>)->oObject __objAddInline(<oObject>,<cInlineName>,<bInline>)->oObject __objAddMethod(<oObject>,<cMethodName>,<nFuncPtr>)->oObject __objDelInline(&l...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5627

Re: funciones de FWH y Harbour en un archivo .txt

__clsVerify __objAddData __objAddInline __objAddMethod __objDelInline __objDelMethod __objDelMethod __objDerivedFrom __objGetMethodList __objGetValueList __objModInline __objModMethod __objSetValueList __Pack __Run __Zap AAdd Abs AChoice AClone ACopy ACos AddASCII AddMonth ADel ADir ADSBlob2File ADS...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5627

errore HBZIP

buongiorno Enrico, ricevo questo errore con fwh1507, xHarbour 1.2.3 e bcc7 prima usavo bcc55. forse oltre ad HBZIP manca qualche altra libreria? grazie per l'aiuto che puoi darmi, ho letto tutti i 3d con ricerca 'hbzip' ma non ho trovato una soluzione. ciao, marzio librerie usate Fivewin libraries: ...
by marzio
Tue Oct 06, 2015 7:11 am
 
Forum: All products support
Topic: errore HBZIP
Replies: 8
Views: 2491

Re: Harbour-32.dll

HB_FUN_HB_CODEPAGE_HR646 @367 HB_FUN_HB_CODEPAGE_HR852 @368 HB_FUN_HB_CODEPAGE_HRISO @369 HB_FUN_HB_CODEPAGE_HRWIN @370 HB_FUN_HB_CODEPAGE_HU852 @371 HB_FUN_HB_CODEPAGE_HU852C @372 HB_FUN_HB_CODEPAGE_HUISO @373 HB_FUN_HB_CODEPAGE_HUWIN @374 HB_FUN_HB_CODEPAGE_IS850 @375 HB_FUN_HB_CODEPAGE_IS861 @376...
by pgfdz
Fri May 29, 2015 8:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-32.dll
Replies: 5
Views: 2340

Re: FWH 11.05 to FWH 14.06 Upgrade Issues

Antonio, There still more unresolved after I added Harbour hbcplr.lib and png.lib. Do I also need to change libraries with *-bcc.lib, Like the xhb.lib with xhb-bcc.lib, and etc.? Thank you. Jose Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_inflateReset' re...
by Jose Dolar
Tue Jul 01, 2014 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.05 to FWH 14.06 Upgrade Issues
Replies: 24
Views: 5597

Re: error al compilar

Otro..... Error: Unresolved external '_crc32' referenced from C:\XHARBOUR\LIB\PNG.LIB|png Error: Unresolved external '_inflateReset' referenced from C:\XHARBOUR\LIB\PNG.LIB|png Error: Unresolved external '_inflateInit_' referenced from C:\XHARBOUR\LIB\PNG.LIB|pngread Error: Unresolved external '_inf...
by davidObarrio
Wed Jan 08, 2014 1:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al compilar
Replies: 5
Views: 850

Re: Errors in New Build

He probado con esa libreria y la que viene en xHarbour\lib, con el mismo resultado Compilado y Enlazado de: [L:\NwPersoN\WinGesPe.Exe] Ejecución No. 6 Ejecutada a las: 08:49:59 ============================================================ Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Er...
by juanjogascem
Fri Jul 05, 2013 6:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errors in New Build
Replies: 46
Views: 11956

Error linkando nueva versión

Muy buenas, tenía problemas con un prg antiguo y un listbox al actualizar mi fivewin, y leí que se solucionaba actualizando a la última versión, pero ahora me da al linkar los siguientes errores: Error: Unresolved external '_crc32' referenced from H:\HARBOUR\LIB\PNG.LIB|png Error: Unresolved externa...
by helvant
Tue Jun 04, 2013 10:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error linkando nueva versión
Replies: 2
Views: 572

Re: Errors in New Build

I installed the latest FWH 13.4 with xHarbour March 27 2013 and I now have a problem with png.lib. I get the following errors: Error: Unresolved external '_crc32' referenced from D:\XHARBOUR\LIB\PNG.LIB|png Error: Unresolved external '_inflateReset' referenced from D:\XHARBOUR\LIB\PNG.LIB|png Error:...
by David Williams
Wed May 08, 2013 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errors in New Build
Replies: 46
Views: 11956

Re: Differences between result of nStrCrc in FW vs FWh

Gustavo,

Why don't you assume that all the DATA is bad and then recalculate all news CRCs using HB_CRC32() ?

Surely the CRC values between 16 and 32 bits are differents and its not easy to know where the difference comes from
by Antonio Linares
Mon Jan 16, 2012 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Differences between result of nStrCrc in FW vs FWh
Replies: 11
Views: 2046

Re: Differences between result of nStrCrc in FW vs FWh

Antonio, Nop, let me resume: With a simple string: "Hola" + Chr(0), i get: nStrCrc() -> Harbour + FiveWin: 254842013 nStrCrc16 -> Harbour + FiveWin: 23978 HB_CRC32 -> Harbour + FiveWin: 4040125282 nStrCrc() -> Clipper + FiveWin: 812493129 See? A simple string show difference in...
by hidroxid
Fri Jan 13, 2012 8:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Differences between result of nStrCrc in FW vs FWh
Replies: 11
Views: 2046

Differences between result of nStrCrc in FW vs FWh

Antonio, I'm having differences between the result of the function nStrCrc() returned with FW 2.1 versus the result with FWh 10.12 (Harbour 2.1). Have so many files with internal datas verifyed with CRC (created with FW), now when i pass its to FWh, many of my functions show errors in data due the d...
by hidroxid
Tue Jan 10, 2012 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Differences between result of nStrCrc in FW vs FWh
Replies: 11
Views: 2046

Re: Error Upgrade From FWH115 To FWH1110

Thanks for your help After linking harbour's png.lib, I get this error: Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_crc32' referenced from C:\HARBOUR1111\LIB\PNG.LIB|p ng Error: Unresolved external '_inflateReset' referenced from C:\HARBOUR1111\LIB\PN G.L...
by acwoo1
Sat Nov 26, 2011 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Upgrade From FWH115 To FWH1110
Replies: 15
Views: 5239

problem with hbzip

Any I dea ? Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_inflateEnd' referenced from C:\WORK\XHARBOUR\LIB\HBZIP.LIB|ziparchive Error: Unresolved external '_deflate' referenced from C:\WORK\XHARBOUR\LIB\HBZIP.LIB|ziparchive Error: Unresolved external '_get_...
by Silvio
Tue Mar 01, 2011 10:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with hbzip
Replies: 2
Views: 737
Next

Return to advanced search