Search found 40 matches: hsetcasematch

Return to advanced search

Help with complex JSON

Hello Everyone, I have been having a heck of a time trying to decode the JSON code below. I am trying process the vessel calls in the ReadDataNew function below. When trying to process the data JSON at the end of this message, I get a BOUND error. I hoping someone can shread some light on the best w...
by cdmmaui
Tue Mar 21, 2023 1:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with complex JSON
Replies: 12
Views: 1159

Re: De xHarbour a Harbour

... Error: Unresolved external '_HB_FUN_CHARREM' referenced from C:\XBASE\HARBOUR32\LIB\FIVEH.LIB|DATAROW Error: Unresolved external '_HB_FUN_HSETCASEMATCH' referenced from C:\XBASE\HARBOUR32\LIB\FIVEH.LIB|TRECSET Error: Unresolved external '_HB_FUN_HGETCASEMATCH' referenced from C:\XBASE\HARBOUR32\LIB\FIVEH.LIB|TRECSET ...
by JoseAlvarez
Mon Oct 04, 2021 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De xHarbour a Harbour
Replies: 35
Views: 3157

problemas al linkear

Hola. usando harbour y Fwh la ultima. Me arroja estos errores: [1]:iLink32.Exe -Gn -q -aa -Tpe -x @testMaria.bcl Error: Unresolved external 'WinMain' referenced from X:\HARB\BCC7\LIB\C0W32.OBJ Error: Unresolved external '_hb_vmProcessSymbols' referenced from X:\PROYECTOS\TEST\MARIA\OBJ\MARIA.OBJ Err...
by goosfancito
Thu Feb 04, 2021 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas al linkear
Replies: 6
Views: 420

Re: nuevo en el fw Harbour

1) copie el two.prg que esta dentro del gccmake.prg a la carpeta bormake porque no lo trae (y en el test.mak hace referecia a two.c y two.obj), cambie las rutas e incluso las rutas dentro de los archivos CFG de borland. y al compilar con go.bat (que tambien cambie la ruta del make) me tira este erro...
by goosfancito
Wed Feb 03, 2021 1:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: nuevo en el fw Harbour
Replies: 5
Views: 607

Re: Compilando con Harbour 3.2, Bcc7 y Hbmk2

Armando estás intentando linkar las librerias de Fivewin para el compilador MinGw en lugar de utilizar las de Borland Es cierto. Estaba apuntando a las librerias para Mingw de Fwh, a pesar que todas las variables de entorno apuntaban a Harbour y Bcc7. Ya corregí; pero el arreglo ha resultado peor q...
by Armando Picon
Sun Jan 26, 2020 12:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando con Harbour 3.2, Bcc7 y Hbmk2
Replies: 13
Views: 3082

Re: buildH.BAT more than 1 PRG ?

... BEFORATNUM(), HHASKEY(), ADDMONTH(), EOM(), TIMETOSEC(), OS_ISWTSCLIENT(), NUMAT(), ANSITOWIDE(), AFTERATNUM(), EXENAME(), TXMLDOCUMENT(), HSETCASEMATCH(), GETACTIVEOBJECT(), CREATEOBJECT(), HB_GETFILESINZIP(), HB_UNZIPOPEN(), HB_UNZIPFILEFIRST(), HB_UNZIPFILEINFO(), HB_UNZIPFILEOPEN(), ...
by Jimmy
Sat Dec 21, 2019 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: buildH.BAT more than 1 PRG ?
Replies: 4
Views: 869

Re: What does this syntax mean? hHead := {=>}

... type Character. Important: when using the : send message operator to create or retrieve a value from a Hash, the message is case-sensitive unless HSetCaseMatch() is set to .F. (false) for the Hash. Info See also: { }, Array(), CLASS, Hash() Category: Operators , Special operators , xHarbour extensions ...
by hua
Wed Jul 03, 2019 3:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What does this syntax mean? hHead := {=>}
Replies: 11
Views: 1327

Make hash work with colon

If I create a hash as follows: Local hHash := Hash() HSetAACompatibility( hHash, .t. ) HSetCaseMatch( hHash, .f. ) hHash["lBoolean"] := .t. hHash["cString"] := "My String" In my program I have to reference it as: ?hHash["lBoolean"] ...
by byron.hopp
Sat Sep 01, 2018 8:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Make hash work with colon
Replies: 1
Views: 458

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

... HSetAACompatibility(<hHash>,<lToggle>)->lSuccess HSetAutoAdd(<hHash>,<lOnOff>)->hHash HSetCaseMatch(<hHash>,<lOnOff>)->hHash HSetPartition(<hHash>,<nPageSize>,[<nLevel>])->Nil HSetValueAt(<hHash>,<nPos>,<xValue>)->Nil ...
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

... HGetKeys HGetPairAt HGetPartition HGetPos HGetVaaPos HGetValueAt HGetValues HHasKey HMerge Hour HScan HSet HSetAACompatibility HSetAutoAdd HSetCaseMatch HSetPartition HSetValueAt HtmlToAnsi HtmlToOem I2Bin If IIf IndexExt IndexKey IndexOrd Inkey Int InvertAttr IsAffirm IsAlNum IsAlpha IsAscii ...
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

Re: Migrando de xHarbour a Harbour

Por partes, como el tio Jack, sólo las que conozco de memoria: Error: Unresolved external '_HB_FUN_HB_UNZIPFILEREAD' referenced from D:\XBASE\FWH1701\LIB\FIVEH.LIB|OLEFUNCS Error: Unresolved external '_HB_FUN_HB_UNZIPFILECLOSE' referenced from D:\XBASE\FWH1701\LIB\FIVEH.LIB|OLEFUNCS Error: Unresolve...
by hmpaquito
Mon Feb 20, 2017 8:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migrando de xHarbour a Harbour
Replies: 6
Views: 3471

Migrando de xHarbour a Harbour

Hola a todos nuevemente, deseando que tengan un feliz domingo. Gracias a la y amabilidad, alto espítitu de colaboración y disposición del maestro Antonio Linares de ayudar a todos los que nos mantemos dentro de la linea de FW, pude comprar mi licencia de FW17. El problema es que en mi país es muy di...
by JoseAlvarez
Sun Feb 19, 2017 3:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migrando de xHarbour a Harbour
Replies: 6
Views: 3471

Hi New To The Forum / Need Help with setting up Dolphin

Hello All Names Aaron, My good friend Rick Lipkin Got me into this Board and started in this Language. Im formally use to using, AS3.0 / GML / Java... Recently got interested in his work, and got myself started up to learn. Heres what im using Xharbour Bcc70 I currently gotten the libmysql.dll / lib...
by Tekfreakz
Thu Jan 12, 2017 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hi New To The Forum / Need Help with setting up Dolphin
Replies: 14
Views: 3316

Dolphin (SOLUCIONADO)

Buenas tardes, necesito conectarme a una base de datos MySQL y quiero utilizar Dolphin, utilizo XHarbour, BCC7, FWH1512, y tengo el siguiente resultado Error: Unresolved external '_HB_FUN___CLSLOCKDEF' referenced from D:\DEV\FWH1512\LIB\DOLPHIN.LIB|tdolpexp Error: Unresolved external '_HB_FUN___CLSU...
by Marcelo Via Giglio
Fri Sep 02, 2016 6:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dolphin (SOLUCIONADO)
Replies: 1
Views: 460

Re: Harbour - Using MingW

nageswaragunupudi wrote:
In this .bat file I'm recompiling xbrowse and dababase from FWH because I found some function names incompatibilities with hashes.

May we know what are the incompatibilities and what do you suggest?


Hi, Problem with HSetCaseMatch()/HB_HCaseMatch(), but recompiling the prg
no problems at all.
by toninhofwi
Mon Aug 15, 2016 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour - Using MingW
Replies: 6
Views: 1101
Next

Return to advanced search