Search found 667 matches: core

Return to advanced search

Re: FW 23.07 Xbrowse, Cargos rather than Cargo

... from: .\source\classes\WINDOW.PRG => TMDIFRAME:ACTIVATE( 1118 ) Called from: prog\Main.prg => MAIN( 6404 ) System ====== CPU type: Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz 2592 Mhz Hardware memory: 16221 megs Free System resources: 90 % GDI resources: 90 % User resources: 90 % Windows total ...
by mauri.menabue
Fri Aug 11, 2023 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 23.07 Xbrowse, Cargos rather than Cargo
Replies: 4
Views: 287

EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp

... from: .\source\classes\WINDOW.PRG => TMDIFRAME:ACTIVATE( 1097 ) Called from: prog\Main.prg => MAIN( 6402 ) System ====== CPU type: Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz 2592 Mhz Hardware memory: 16221 megs Free System resources: 90 % GDI resources: 90 % User resources: 90 % Windows total ...
by mauri.menabue
Mon Jul 31, 2023 10:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp
Replies: 4
Views: 250

Re: Web programming with Mod Harbour

... into web development with Mod Harbour, make sure you are familiar with the basics of the language itself and understand how to work with its core features. Additionally, be prepared to explore and experiment with the available web frameworks to find the one that best suits your needs. Java ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 328

Re: OT - abro hilo FWH - MAC

Primero tienes que descargar Harbour y construirlo en el Mac:

git clone https://github.com/harbour/core
cd harbour
make

Intenta esto lo primero y dime si lo consigues :-)
by Antonio Linares
Tue Jul 11, 2023 7:09 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: OT - abro hilo FWH - MAC
Replies: 8
Views: 853

Re: Mark field as required

... be something Visual when looking at the dialog, already identify which fields are mandatory Sample http://fivewin.com.br/applications/core/interface/file/attachment.php?id=67 Link Forum Brazil http://fivewin.com.br/index.php?/topic/21763-identificar-campo-obrigatorio-no-get/&tab=comments#comment-263637
by INFORMAISVRB
Thu Jul 06, 2023 1:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779

Re: Crear HBSSL.LIB con CMS para firma de Xml

Estimado, mira en xharbour\contrib\unicode se ayuda. https://github.com/harbour/core/blob/master/contrib/hbtip/tests/base64.prg https://groups.google.com/g/harbour-users/c/VuK6-ZbBFyQ https://www.base64encode.org/enc/harbour/ https://www.base64encode.net/encode/fNxz ...
by karinha
Fri Jun 09, 2023 1:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear HBSSL.LIB con CMS para firma de Xml
Replies: 24
Views: 1203

Re: ITaskbarList3 Interface for PROGRESS Bar

Starting its implementation. Could you please provide an example of its use ? #include "FiveWin.ch"function Main()   local oDlg, oDxe   DEFINE DIALOG oDlg   ACTIVATE DIALOG oDlg CENTER ;      ON CLICK ( oDxe := DXE_ProgressBar():New(),;                 oDxe:HrIn...
by Antonio Linares
Sat May 27, 2023 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ITaskbarList3 Interface for PROGRESS Bar
Replies: 6
Views: 323

Re: Compilar o core.prg UHttpd

Obrigado.

:)
by Ari
Mon May 01, 2023 2:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar o core.prg UHttpd
Replies: 6
Views: 563

Re: Compilar o core.prg UHttpd

In order to create the import libraries for OpenSSL these changes are required as OpenSSL DLLs names have changed: In c:\harbour\contrib\hbssl\hbssl.hbp # Keep them at top-depimplibs=openssl:../out32dll/libeay32.dll-depimplibs=openssl:../out32dll/ssleay32.dll-depimplibs=openssl:../dll/libeay32.dll-d...
by Antonio Linares
Mon May 01, 2023 10:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar o core.prg UHttpd
Replies: 6
Views: 563

Re: Compilar o core.prg UHttpd

Dear Ari, Have you built Harbour yourself ? Harbour must be built using OpenSSL. If using Borland, there are two ways: 1. go to c:\harbour\contrib\hbssl and create this go.bat file: set path=c:\bcc7\binset HB_WITH_OPENSSL=c:\OpenSSL-Win32\includeset HB_STATIC_OPENSSL=yes       c:\harbour\bin\win\bcc...
by Antonio Linares
Mon May 01, 2023 9:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar o core.prg UHttpd
Replies: 6
Views: 563

Re: Compilar o core.prg UHttpd

Antonio,

I'm going to try the following, as I'm not going to use SSL, I'm going to remove or comment the functions and see what happens.


it worked I managed to mount the executable :D
by Ari
Mon May 01, 2023 7:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar o core.prg UHttpd
Replies: 6
Views: 563

Re: Compilar o core.prg UHttpd

Dear Antonio, There is a similar post here on the forum, I followed the steps.. but I couldn't o make. \sis\fsql901\lib\libmysql.lib      +\sis\fsql901\lib\mysqlclient.lib   +\sis\fsql901\lib\sisrevH.lib,      +  sisrevHM.exe,                      +sisrevHM.map,                      +\fwh2212\lib\fi...
by Ari
Sun Apr 30, 2023 5:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar o core.prg UHttpd
Replies: 6
Views: 563

Re: Compilar o core.prg UHttpd

Dear Ari,

You have to link hbssl.lib
by Antonio Linares
Sun Apr 30, 2023 10:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar o core.prg UHttpd
Replies: 6
Views: 563

Compilar o core.prg UHttpd

Friends, what is the step by step to compile :?: I'm trying to compile the Uhttpd from the contribution: https://github.com/harbour/core/tree/master/contrib/hbhttpd includes core.prg, log.prg, widgets.prg I am compiling for MultiThread with FWH 2212 - Harbour 3.2.0 - Embarcadero 7.43 - MySQL ...
by Ari
Sat Apr 29, 2023 10:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar o core.prg UHttpd
Replies: 6
Views: 563
PreviousNext

Return to advanced search