Search found 53 matches: hhaskey

Return to advanced search

Re: hash

FOUND

IF HHasKey( HaDATA, "lAST_NAME" )
by Silvio.Falconi
Sat Sep 22, 2018 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash
Replies: 4
Views: 782

Re: Google APIS Lib for Fivewin

Dear Cristobal, this evening I was able to install Fivedit on my PC again -->C:\Cristobal\fivedit.exe. The google.zip I have copied into my samples-folder C:\FWH\samples. I also tried C:\FWH\samples\google... When I try to run the program (f.i. gcalender.prg) as exe I get the errors below. Im am ...
by Iris Gesser
Mon Apr 09, 2018 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 129
Views: 26116

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

... hb_HGetRef(<hHash>,<xKey>[,<@xValue>])-><lFound> HB_HHasKey(<hsTable>,<Key>)->lExists HB_HKeyAt(<hsTable>,<nPosition>)->Key HB_HKeys(<hsTable>)->aKeys HB_HMerge(<hsDestination>,<hsSource>,<bBlock>|<nPosition>)->hsDestination ...
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: 5750

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

... HB_HCaseMatch HB_HClone HB_HCopy HB_HDefault HB_HDel HB_HDelAt HB_HEval HB_HexToNum HB_HexToStr HB_HFill HB_HGet HB_HGetDef hb_HGetRef HB_HHasKey HB_HKeyAt HB_HKeys HB_HMerge HB_Hour HB_Hour HB_HPairAt HB_HPos HB_HScan HB_HSet HB_HSort HB_HValueAt HB_HValues HB_IdleAdd HB_IdleDel HB_IdleReset ...
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: 5750

Re: Ayuda DLL

Buenas tardes Antonio, tienes razón me lo genera en donde esta el fuente, solo que me manda estos errores: Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\harbour\include;P:\32bits\FWH\INCLUDE;P:\Fuentes\xharbour\Comun\include /i /oObj\Tseguro.c Ha...
by ricardog
Tue Aug 29, 2017 7:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6428

Re: Felices reyes!

... eso que lo que hice. Modificar el codigo asi y funciona para Harbour o xHarbour METHOD GetImageFromFile( cImageFile ) #ifdef __XHARBOUR__ IF HHasKey( ::hImageList, cImageFile ) RETURN ::hImageList[ cImageFile ] ENDIF #else IF HB_HHasKey( ::hImageList, cImageFile ) RETURN ::hImageList[ cImageFile ...
by ruben Dario
Wed Jan 18, 2017 8:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Felices reyes!
Replies: 60
Views: 19402

Re: Felices reyes!

... que esta en xHarbour\lib en Harbour es esta libhpdf.lib y el el fuente hacer esta modificacion METHOD GetImageFromFile( cImageFile ) IF HHasKey( ::hImageList, cImageFile ) //con harbour es HB_HHasKey como esta el fuente original RETURN ::hImageList[ cImageFile ] ENDIF Estupendo! Estoy ...
by Carlos Mora
Wed Jan 18, 2017 7:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Felices reyes!
Replies: 60
Views: 19402

Re: Felices reyes!

... que esta en xHarbour\lib en Harbour es esta libhpdf.lib y el el fuente hacer esta modificacion METHOD GetImageFromFile( cImageFile ) IF HHasKey( ::hImageList, cImageFile ) //con harbour es HB_HHasKey como esta el fuente original RETURN ::hImageList[ cImageFile ] ENDIF Te pregunto este ...
by ruben Dario
Wed Jan 18, 2017 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Felices reyes!
Replies: 60
Views: 19402

Re: create a harbour dll containing functions to be executed

I have FWH 16.02 & Harbour 3.2.0dev I tried my original MYDLL.PRG with BUILDHD,bat, but i got many errors : Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresolved external '_HB_FUN_CTOT' referenced from C:\FWH7\LIB\FIVEH.LIB|VALBLANK Error: Unresolve...
by Romeo
Wed Sep 07, 2016 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4319

Re: Cómo compilar la TCalex? (SOLUCIONADO, gracias a CRISTOBAL)

Gracias por tu envío Cristóbal. Yo uso xHarbour, y al compilar la librería no me dio problemas, pero al enlazar con el ejemplo tengo estos errores: Enlazando testcalex.exe... Error: Unresolved external '_HB_FUN___CLSLOCKDEF' referenced from D:\TCALEX\LIB\CALEX.LIB|TCALEX Error: Unresolved external '...
by jose_murugosa
Sat Aug 06, 2016 4:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo compilar la TCalex? (SOLUCIONADO, gracias a CRISTOBAL)
Replies: 35
Views: 6488

Re: Change to Harbour

Antonio, no effect! This is complete list of functions not found! Error: Nicht aufl÷sbares externes '_HB_FUN_CTOT' referenziert von C:\FWH\LIB\FIVEH.LIB|VALBLANK Error: Nicht aufl÷sbares externes '_HB_FUN_TOLEAUTO' referenziert von C:\FWH\LIB\FIVEH.LIB|HARBOUR Error: Nicht aufl÷sbares externes '_HB_...
by byte-one
Mon Jan 18, 2016 8:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change to Harbour (SOLVED)
Replies: 11
Views: 2156

Re: Change to Harbour

What LIBs are missing? Error: Nicht aufl÷sbares externes '_HB_FUN_CTOT' referenziert von C:\FWH\LIB\FIVEH.LIB|VALBLANK Error: Nicht aufl÷sbares externes '_HB_FUN_HB_COMPILEFROMBUF' referenziert von C:\FWH\LIB\FIVEH.LIB|HARBOUR Error: Nicht aufl÷sbares externes '_HB_FUN_TOLEAUTO' referenziert von C:\...
by byte-one
Mon Jan 18, 2016 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change to Harbour (SOLVED)
Replies: 11
Views: 2156

Re: please help FWH setup

:D Antonio Linares,Rick Lipkin,..! Thanks so much for your advices,.. After correcting bcc32.cfg and ilink32.cfg , The "uuid.lib" matters was solved.. But, another error happened, on next step. d:\harbour\bc5\bin\ilink32 -Gn -aa -Tpe -s @b32.bc Turbo Incremental Link 5.69 Copyright (c) 199...
by kim yong woo
Sat Jul 04, 2015 12:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: please help FWH setup
Replies: 7
Views: 1826

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: 2378

Re: Migrate to Harbour

Second FWH compilation. I'm just trying to compile TGraph sample by Rao: Error: Unresolved external '_HB_FUN_CTOT' referenced from E:\FWHARBOUR\LIB\FIVEH.LIB|VALBLANK Error: Unresolved external '_HB_FUN_HB_COMPILEFROMBUF' referenced from E:\FWHARBOUR\LIB\FIVEH.LIB|HARBOUR Error: Unresolved external ...
by Enrico Maria Giordano
Thu Jul 03, 2014 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrate to Harbour
Replies: 85
Views: 12154
PreviousNext

Return to advanced search