Search found 1935 matches: github

Return to advanced search

Re: Respaldar en la nube, cual?

Armando wrote:...los respaldos de los códigos fuente de mis aplicaciones lo hago en una USB, quisiera
hacerlos en la nube, cual me recomiendan?


https://github.com/

C.
by Carles
Sun Jun 02, 2024 6:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Respaldar en la nube, cual?
Replies: 10
Views: 175

Re: Compilar Harbour modo Consola 64bits

... al que se hace referencia en la funci¢n HB_FUN_MYSQL_LIST_DBS server_mysql_num_rows no aparece en ningún fichero de los que hay en https://github.com/harbour/core/tree/master/contrib/hbmysql Y esto no entiendo como puede suceder. Estas usando lo más reciente que hay en https://github.com/harbour/core/tree/master/contrib/hbmysql
by Antonio Linares
Sun Jun 02, 2024 8:02 am
 
Forum: FiveWin para CA-Clipper
Topic: Compilar Harbour modo Consola 64bits
Replies: 25
Views: 347

Re: WebUI

I found something great!! WebUI: https://github.com/webui-dev/webui Test on fivewin!! compiler BCC 7.4/x32 func main()  msgInfo('begin')  WebUI()  msgInfo('end')return#pragma BEGINDUMP#include "webui.h"HB_FUNC(WEBUI){  ...
by albeiroval
Thu May 30, 2024 12:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebUI
Replies: 10
Views: 414

Re: WebUI

Just to let you know, it uses the webview2 ( same that Antonio already have added to fivewin )
https://github.com/webui-dev/webui/tree ... rc/webview

8)
by Lailton
Tue May 28, 2024 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebUI
Replies: 10
Views: 414

WebUI

I found something great!! WebUI: https://github.com/webui-dev/webui Test on fivewin!! compiler BCC 7.4/x32 func main()  msgInfo('begin')  WebUI()  msgInfo('end')return#pragma BEGINDUMP#include "webui.h"HB_FUNC(WEBUI){  ...
by ssbbs
Tue May 28, 2024 3:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebUI
Replies: 10
Views: 414

Re: Socket

... a SERVER to be waiting for a connection and another one to CONNECT to the server. Here you have the example server ( running port 10000 ): https://github.com/harbour/core/blob/master/tests/ipsvr.prg then the next step, here is HOW to connect to the first one: https://github.com/harbour/core/blob/master/tests/ipclnt.prg ...
by Lailton
Tue May 28, 2024 2:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Socket
Replies: 1
Views: 98

Re: Compilar Harbour modo Consola 64bits

... Main()   Alert( "Hola Mundo" )return nil Usa este Harbour 64 bits para Visual Studio Community 2022: https://github.com/FiveTechSoft/harbour_and_xharbour_builds/blob/master/harbour_msvc2022_64_20240417.zip Y descarga Visual Studio Community 2022 desde ...
by Antonio Linares
Sat May 25, 2024 4:46 am
 
Forum: FiveWin para CA-Clipper
Topic: Compilar Harbour modo Consola 64bits
Replies: 25
Views: 347

Re: Socket Programming good practice

Dear Byron, Here you have a good example of using Harbour's sockets: https://github.com/FiveTechSoft/wsserver/blob/master/wsserver.prg I don't know if it's the same thing but I would have to synchronize a warehouse that is in my school and another that ...
by Silvio.Falconi
Thu May 23, 2024 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Socket Programming good practice
Replies: 3
Views: 243

Re: Socket Programming good practice

Dear Byron,

Here you have a good example of using Harbour's sockets:
https://github.com/FiveTechSoft/wsserver/blob/master/wsserver.prg
by Antonio Linares
Thu May 23, 2024 5:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Socket Programming good practice
Replies: 3
Views: 243

Re: MQTT xHarbour

by lzanardo
Tue May 21, 2024 9:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MQTT xHarbour
Replies: 7
Views: 440

Re: Inicio lento aplicacion Fivewin 32 bits en Windows 11

karinha wrote:Enrico, is this correct? And the version, is it 4.2.4 of UPX.exe?

Code: Select all  Expand view

C:\UPX4\UPX.EXE -9 --lzma FOTOSPRO.EXE
 


Regards, saludos.


Yes, latest version is 4.2.4:

https://github.com/upx/upx/releases/tag/v4.2.4

The correct syntax (I'm using) is:

Code: Select all  Expand view
C:\UPX4\UPX.EXE --lzma FOTOSPRO.EXE
by Enrico Maria Giordano
Sat May 11, 2024 4:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicio lento aplicacion Fivewin 32 bits en Windows 11
Replies: 14
Views: 581
Next

Return to advanced search