Search found 1978 matches: included

Return to advanced search

Re: posible solucion: error __streams al usar fwh<24.02 y bcc770

I would prefer to put that definition in a FWH .c file (if it is enough to solve the problem, please check). Otherwise it would be included in each PRG of a project.
by Enrico Maria Giordano
Tue Mar 05, 2024 8:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: posible solucion: error __streams al usar fwh<24.02 y bcc770
Replies: 6
Views: 211

Data exchange between PC and Android device on the same loca

... *" header in. It always responds with fixed headers by default. I have also not been able to compile the uhttpd that is included in: harbor\core\extras\httpsrv and maybe from there use the insert header functions that I see in the sources. But I still don't even know ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 541

Re: Problem with FiveWin and PDF995 on Windows 11.

... Always the best way to know what libraries are to be linked, please open fwh\samples\buildx.bat and see the path and libraries included. This is extract from buildx.bat echo %hdirl%\hbhpdf.lib + >> b32.bcecho %hdirl%\libharu.lib + >> b32.bc&nbsp; and %hdirl% ...
by leandro
Thu Feb 15, 2024 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 988

Re: New function ADiff( aArray1, aArray2 )

Included in next FWH build: function ADiff( a, b )   local c := {}       AEval( a, { | u, n | If( n > Len( b ), AAdd( c, u ),;                        If( ValType( ...
by Silvio.Falconi
Thu Feb 15, 2024 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New function ADiff( aArray1, aArray2 )
Replies: 5
Views: 260

Re: Problem with FiveWin and PDF995 on Windows 11.

... Always the best way to know what libraries are to be linked, please open fwh\samples\buildx.bat and see the path and libraries included. This is extract from buildx.bat echo %hdirl%\hbhpdf.lib + >> b32.bcecho %hdirl%\libharu.lib + >> b32.bc  and %hdirl% means xharbour\lib ...
by nageswaragunupudi
Thu Feb 15, 2024 1:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 988

New function ADiff( aArray1, aArray2 )

Included in next FWH build: function ADiff( a, b )   local c := {}       AEval( a, { | u, n | If( n > Len( b ), AAdd( c, u ),;                        If( ValType( u ...
by Antonio Linares
Wed Feb 14, 2024 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New function ADiff( aArray1, aArray2 )
Replies: 5
Views: 260

Re: RC to PRG generator

... inside a DLL then replace GetInstance() for LoadLibrary( "yourdll.dll" ) This example and the new C code listed at the bottom will be included in next FWH build. rctoprg.prg #include "FiveWin.ch"#define GWL_STYLE   -16#define RT_DIALOG   MakeIntResource( 5 )static ...
by Antonio Linares
Tue Feb 13, 2024 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1009

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

Included in next FWH build:  REDEFINE SWITCH [<oSwitch> VAR ] <lVariable> [ ID <nId> ] [ OF <oDlg> ] [ <change: ON CLICK, ON CHANGE> <uChange> ] ;        ...
by Antonio Linares
Sat Feb 10, 2024 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 622

Re: Creating table with Trichedit

... I have richedit.ch but no richtext.ch Linares told me that I have to learn from you Mr. Otto, but you are wrong, the class in question is not included among the fivewin classes, it is an old version from 1997 by Tom Marchione and in the class there is also the include file
by Silvio.Falconi
Mon Jan 29, 2024 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1310

Re: WebView2 sample

:lol:
Otto wrote:I believe I remember that WebView2 has only been included in the FiveWin version since May 2023.


I have last release and not run webview
by Silvio.Falconi
Sun Jan 28, 2024 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1066

Re: WebView2 sample

I believe I remember that WebView2 has only been included in the FiveWin version since May 2023.
by Otto
Sun Jan 28, 2024 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1066

Re: SAPI : change Voice

https://github.com/FiveTechSoft/harbour_and_xharbour_builds/blob/master/hbwin.lib

Please test it and let me know if it works fine for you :-)

The bug and the fix have been reported to the Harbour devel group so it should be included in the Harbour official repo very soon!
by Antonio Linares
Sun Jan 28, 2024 6:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3099

Re: SAPI : change Voice

... no member named 'EnumTokens' HB_FUNC.PRG:31:37: error: 'IEnumSpObjectTokens {aka struct IEnumSpObjectTokens}' has no member named 'Next' In file included from C:/hmg.3.4.4/mingw/i686-w64-mingw32/include/winbase.h:2377:0, from C:/hmg.3.4.4/mingw/i686-w64-mingw32/include/windows.h:70, from HB_FUNC.PRG:3: ...
by Jimmy
Thu Jan 25, 2024 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3099

Using Microsoft AI Phi-2 from FWH

See the speed, really fine! :-)

This will be included in next FWH build. If you need it before, please send me an email

You don't have to pay OpenAI to have AI on your FWH apps :-)

Image
by Antonio Linares
Sun Dec 17, 2023 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 6912

Re: Crear librerias de Harbour BCC74 Me genera error

Saludos

Este es el error que da en varios
In file included from ../../../cpbg866.c:51:
../../../l_bg.h:5:1: error: expected identifier or '('
<U+001A>

hrbfix (Esto lo hace cuando lo corro)

como creates el ejeutable hrbfix , uso el hbmk2

As you create the Ejeutable HRBFIX, I use the HBMK2
by ruben Dario
Wed Nov 29, 2023 2:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 2245
Next

Return to advanced search

cron