Search found 28 matches: funcname

Return to advanced search

Re: call DLL under FiveWin

... . We also use to have a wiki. I'm not sure of its latest url Defining a external DLL function to be called at RunTime DLL [STATIC] FUNCTION <FuncName> ( ;[ <Param1> AS <Type1 > ] ; [ <ParamN> AS <TypeN> ] ) ; AS <return> [PASCAL] [ FROM <SymName> ] LIB ...
by hua
Tue Aug 02, 2022 2:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: call DLL under FiveWin
Replies: 7
Views: 719

Re: Archivo environment para xMate

... INHERIT> <SuperClass1> [,<SuperClassN>] ] ; [ <modulfriend: MODULE FRIENDLY> ] ; [ <static: STATIC> ] [ FUNCTION <FuncName> ] => ; [ ; #translate Super: => ::<SuperClass1>: ] ;; #endif Preguntas : 1.- Debo incluir harbour.prg dentro de mi proyecto ...
by Compuin
Mon Jul 22, 2019 2:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivo environment para xMate
Replies: 9
Views: 1600

Re: Archivo environment para xMate

... INHERIT> <SuperClass1> [,<SuperClassN>] ] ; [ <modulfriend: MODULE FRIENDLY> ] ; [ <static: STATIC> ] [ FUNCTION <FuncName> ] => ; [ ; #translate Super: => ::<SuperClass1>: ] ;; #endif Preguntas : 1.- Debo incluir harbour.prg dentro de mi proyecto ...
by juan_arroyo_t
Mon Jul 22, 2019 1:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivo environment para xMate
Replies: 9
Views: 1600

Re: calculate days

********************************************** * para comparar datas com hora inicial e final * $DOC$ * $FUNCNAME$ * FT_ELAPSED() * $CATEGORY$ * Date/Time * $ONELINER$ * Return elapsed time between two days and/or times * $SYNTAX$ * FT_ELAPSED([ <dStart> ], [ <dEnd> ...
by MGA
Wed Jan 09, 2019 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculate days
Replies: 7
Views: 1183

Re: FWH 18.08: Enhancements to strings.prg

... Internationalization model API and usage manual Giancarlo Niccolai gian@nccolai.ws $Id: hbi18n.txt 9279 2011-02-14 18:06:32Z druzus $ /* $DOC$ * $FUNCNAME$ * Xharbour I18N * $CATEGORY$ * Xharbour Enhacements * $ONELINER$ * XHARBOUR - Internationalization model * $DESCRIPTION$ * * * STATUS OF THE ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5425

Re: Pasar una funcion como parametro a otra funcion en un PRG...

... innovation in the Harbour - pointers to functions. They can be created on the stage of building the application, using the expression @<funcName>(), or dynamically during execution with the help of the macro: &("@<funcName>()"). Valtype() returns S for such pointers." ...
by nageswaragunupudi
Sun May 27, 2018 10:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasar una funcion como parametro a otra funcion en un PRG...
Replies: 2
Views: 782

Re: Pasar una funcion como parametro a otra funcion en un PRG...

... innovation in the Harbour - pointers to functions. They can be created on the stage of building the application, using the expression @<funcName>(), or dynamically during execution with the help of the macro: &("@<funcName>()"). Valtype() returns S for such pointers." ...
by hmpaquito
Sat May 26, 2018 10:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasar una funcion como parametro a otra funcion en un PRG...
Replies: 2
Views: 782

Compilar con Harbour

Saludos foros Que diferencia existe entre compilar con este codigo { MYSQL *mysql = ( MYSQL *) _parnl( 1 ); _retl( !mysql_real_query( mysql, "Rollback", 8 ) ); } Y el mismo de esta forma { int iret = 1; MYSQL * hMysql = ( MYSQL * )hb_MYSQL_par( 1 ); if( hMysql ) iret = ( int )mysql_rollbac...
by Compuin
Fri Jun 17, 2016 2:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con Harbour
Replies: 0
Views: 468

Re: reemplazar un valor en una cadena caracteres

... hbct.lib La funcion es Charrepl() te dejo debajo como funciona Saludos /* * $Id: charrepl.txt 15102 2010-07-14 12:48:39Z vszakats $ */ /* $DOC$ * $FUNCNAME$ * CHARREPL() * $CATEGORY$ * CT3 string functions * $ONELINER$ * Replacement of characters * $SYNTAX$ * CHARREPL (<cSearchString>, <[@]cString>, ...
by D.Fernandez
Wed Apr 22, 2015 2:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: reemplazar un valor en una cadena caracteres
Replies: 6
Views: 1112

Re: Instalar el sistema completo desde cero en Linux

Hola a todos. Bueno, tras instalar en debian el paquete harbour_3.0.0-1_i386_ubu_10.04-2.deb, he conseguido compilar el famoso "hola.prg", que tiene este contenido: function main() ? "Hola Mundo" return(nil) tras compilar con la orden "harbour hola.prg", se crea el fich...
by fjdise
Sun Jan 11, 2015 1:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Instalar el sistema completo desde cero en Linux
Replies: 30
Views: 7213

Re: autentication via Finger print or Face

error in this line 421
#define GR_API_HB_FUNC( funcname ) \


try to remove the \ and join lines in case related to this
by Pablo Botella
Sat Aug 23, 2014 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: autentication via Finger print or Face
Replies: 19
Views: 7389

Re: autentication via Finger print or Face

... [1]:iLink32.Exe -Gn -aa -Tpe -s @Test.bcl Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_HB_FUN_funcname' referenced from C:\WORK\ERRORI\GRIAULE\OBJ\XHBGRFINGER.OBJ error in this line 421 #define GR_API_HB_FUNC( funcname ) \
by Silvio.Falconi
Sat Aug 23, 2014 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: autentication via Finger print or Face
Replies: 19
Views: 7389

From Xharbour to Harbour

... INHERIT> <SuperClass1> [,<SuperClassN>] ] ; [ <modulfriend: MODULE FRIENDLY> ] ; [ <static: STATIC> ] [ FUNCTION <FuncName> ] => ; [ ; #translate Super: => ::<SuperClass1>: ] ;; My question what else is needed , i still get errors. Antonio , the above ...
by Richard Chidiak
Mon Mar 11, 2013 8:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: From Xharbour to Harbour
Replies: 7
Views: 2501

Re: Prototype missing?

So we can change all the remaining CLIPPER FUNCNAME( PARAMS )?

Did you see the other message of mine?

EMG
by Enrico Maria Giordano
Mon Oct 03, 2011 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prototype missing?
Replies: 35
Views: 8025

Re: Prototype missing?

Enrico Maria Giordano wrote:And what about this?

Anyway, it won't solve all the problems. As an example, I still see CLIPPER FUNCNAME( PARAMS ) in some places.


EMG


Enrico,

That is kept for Clipper backwards compatibility only. We should use HB_FUNC( FUNCNAME ) instead.
by Antonio Linares
Mon Oct 03, 2011 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prototype missing?
Replies: 35
Views: 8025
Next

Return to advanced search