Search found 225 matches: src

Return to advanced search

Re: FWH 24.02 y Harbour con BCC7.7 y Select()

... provocar el error que experimentas, pero del dicho al hecho... 2024-02-09 20:56 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) ... ... * src/rdd/dbcmd.c + accept symbol items in Select() and DbSelectArea() just like in ( <alias> ) -> <exp>
by carlos vargas
Tue Mar 05, 2024 11:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
Replies: 19
Views: 3618

Re: FWH 24.02 y Harbour con BCC7.7 y Select()

... provocar el error que experimentas, pero del dicho al hecho... 2024-02-09 20:56 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) ... ... * src/rdd/dbcmd.c + accept symbol items in Select() and DbSelectArea() just like in ( <alias> ) -> <exp>
by carlos vargas
Tue Mar 05, 2024 11:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
Replies: 19
Views: 3618

Re: Crear librerias de Harbour BCC74 Me genera error

Gracias Enrico funciono. Lo unico inconveniente corregi varios archivos de src\codepage y src\codepage ya que cuando corri en proceso parece que le coloco un caracter raro y generaba error al compilar Thanks Enrico I worked. only problem I fixed several files ...
by ruben Dario
Tue Nov 28, 2023 10:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 6867

Re: OVERRIDE

FUNCTION __objAddData( oObject, cSymbol ) it is inside: https://github.com/harbour/core/blob/master/src/rtl/objfunc.prg I tried with #xcommand EXTEND DATA <!Message!> [IN] CLASS <!Class!> __objAddData( <Class>():classH, #<Message> ) EXTEND ...
by Silvio.Falconi
Mon Nov 13, 2023 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OVERRIDE
Replies: 8
Views: 616

Re: OVERRIDE

FUNCTION __objAddData( oObject, cSymbol )

it is inside:
https://github.com/harbour/core/blob/master/src/rtl/objfunc.prg
by Antonio Linares
Mon Nov 13, 2023 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OVERRIDE
Replies: 8
Views: 616

Re: OVERRIDE

Dear Silvio, Please review this: https://github.com/harbour/core/blob/master/src/rtl/objfunc.prg for modify a Method run ok with #xcommand OVERRIDE METHOD <!Message!> [IN] CLASS <!Class!> ;                             WITH [METHOD] ...
by Silvio.Falconi
Mon Nov 13, 2023 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OVERRIDE
Replies: 8
Views: 616

Re: OVERRIDE

by Antonio Linares
Mon Nov 13, 2023 11:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OVERRIDE
Replies: 8
Views: 616

Re: IMPRESION ARCHIVOS PDF

... http://www.pctoledo.com.br/forum/viewtopic.php?f=43&t=14199#p124216 Show: https://codeberg.org/seigakaku/libharu/src/branch/master/demo/ttfont_demo_jp.c Regards, saludos.
by karinha
Tue Oct 10, 2023 2:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESION ARCHIVOS PDF
Replies: 27
Views: 1596

Gráficos de Google desde una aplicación FWH

... como añadirlo a mi función para que llame a ese utilitario. El ejemplo es: <html> <head> <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> <script type="text/javascript"> google.charts.load('current', ...
by TOTOVIOTTI
Mon Jun 26, 2023 12:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Gráficos de Google desde una aplicación FWH
Replies: 7
Views: 578

Re: Icon in Webview

... .t., .f. )   oImage64:TestHtml() // if you want to test before using the tag  cTag in the above program looks like this: "<img src="data:image/png;base64,iVBORw0KGgoAAAANSU...../>" You can insert this html Tag at the desired place in your HTML code. To make sure ...
by nageswaragunupudi
Sun May 28, 2023 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Icon in Webview
Replies: 5
Views: 378

Re: ACROPDF

... Invoke( [in] int, [in] PTR, [in] unsigned long, [in] unsigned short, [in] PTR, [out] PTR, [out] PTR, [out] PTR ) STDCALL dispatch PROPERTYGET BSTR src() STDCALL dispatch PROPERTYPUT void src( [in] BSTR ) STDCALL dispatch FUNC VARIANT_BOOL LoadFile( [in] BSTR ) STDCALL dispatch FUNC void setShowToolbar( ...
by cnavarro
Mon May 01, 2023 7:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ACROPDF
Replies: 5
Views: 540

Re: How to build Harbour 32 & 64 bits

... HB_BUILD_DYN=noset HB_BUILD_CONTRIB_DYN=nowin-make.exe You will get some unresolved externals. Add these functions at the bottom of c:\harbour\src\common\hbprintf.c //#if defined( __BORLANDC__ ) && defined( HB_OS_WIN_64 )#if defined(__BORLANDC__) && defined(__clang__) ...
by Antonio Linares
Tue Apr 25, 2023 7:08 am
 
Forum: Utilities / Utilidades
Topic: How to build Harbour 32 & 64 bits
Replies: 38
Views: 32989

Re: Memory() under Fivewin

Dear Jimmy,

function Memory() belongs to Harbour which does a wrapper to Harbour's hb_xquery() function:
https://github.com/harbour/core/blob/master/src/vm/fm.c

Basically is uses the Windows API functions to query those values
by Antonio Linares
Mon Mar 27, 2023 6:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory() under Fivewin
Replies: 4
Views: 384

Re: SUB-CLASS TFolderEx()

by Antonio Linares
Mon Feb 06, 2023 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1157

Re: SUB-CLASS TFolderEx()

... oObject, cSymbol, nFuncPtr ), __objModMethod( oObject, cSymbol, nFuncPtr ) Please review https://github.com/harbour/core/blob/master/src/rtl/objfunc.prg
by Antonio Linares
Sat Feb 04, 2023 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1157
Next

Return to advanced search