Search found 63 matches: multithread

Return to advanced search

Compilar o core.prg 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 in core.prg it asks for the hbssl.ch file, there is in xHarbour, I took it and ...
by Ari
Sat Apr 29, 2023 10:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar o core.prg UHttpd
Replies: 6
Views: 554

Re: A big hit: Neither Apache and mod_harbour are needed

Dear Tim,

FiveDBU must be built using Harbour multithread mode, this requires to use hbmk2 with the flag -MT
by Antonio Linares
Wed Dec 07, 2022 8:25 pm
 
Forum: mod_harbour
Topic: A big hit: Neither Apache and mod_harbour are needed
Replies: 61
Views: 15402

Re: New FTDN June/Junio 2022 (FWH 22.06)

... y la nueva Clase TWebView. Por favor, recuerde construirlo usando el nuevo ejemplo buildhmt.bat que construye una aplicación FWH usando multithread. * Nuevo: samples\webapp.prg muestra el nuevo concepto de aplicación de escritorio a aplicación web que estamos implementando en FWH. Este ...
by Antonio Linares
Tue Jun 21, 2022 8:45 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2022 (FWH 22.06)
Replies: 1
Views: 872

New FTDN June/Junio 2022 (FWH 22.06)

... new Class TWebSocketServer and the new Class TWebView. PLease remember to build it using the new samples buildhmt.bat that builds a FWH app using multithread. * New: samples\webapp.prg shows the new desktop app to web app concept that we are implementing in FWH. This is a work in progress, not ...
by Antonio Linares
Tue Jun 21, 2022 4:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2022 (FWH 22.06)
Replies: 1
Views: 872

Re: Editsource() Problem

Please try to remove hbwin and -mt from the hbp file and let us know what you get unfortunately we can't remove -mt because our application is multithread. when we tried to build it without this parameter i guess the thread pool just stopped working. Thanks for all your effort, guys. we really ...
by ricbarraes
Tue Jun 09, 2020 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5333

Re: StartThread NO es estable usando FiveWin

... quieras ( se saldrá del panel claro ) Doy por hecho que estás utilizando las librerias adecuadas tanto de harbour como de Borland para el uso de multithread https://imgbox.es/images/2018/10/08/multithread1.gif
by cnavarro
Mon Oct 08, 2018 5:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: StartThread NO es estable usando FiveWin
Replies: 24
Views: 3838

Re: Multithread issue

cnavarro You are the Man! Thank you.
by patdriscoll
Tue Jul 17, 2018 4:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithread issue
Replies: 2
Views: 803

Re: Multithread issue

Change

echo $(HBDIR)\lib\hbvm.lib + >> b32.bc


with

echo $(HBDIR)\lib\hbvmmt.lib + >> b32.bc
by cnavarro
Tue Jul 17, 2018 4:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithread issue
Replies: 2
Views: 803

Multithread issue

... returns FALSE for a call to HB_MultiThread(). It links OK, but does not start another thread, hence I get an error when I stop the thread. Is multithread supported with harbour? If so, what am I missing, please? Thanks in anticipation. Pat. MAK file follows: #Borland make sample (c) FiveTech ...
by patdriscoll
Tue Jul 17, 2018 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithread issue
Replies: 2
Views: 803

Re: funciones de FWH y Harbour en un archivo .txt

__clsVerify(<nClassH>)-><acBrokenMessages>|Nil __objAddData(<oObject>,<cDataName>)->oObject __objAddInline(<oObject>,<cInlineName>,<bInline>)->oObject __objAddMethod(<oObject>,<cMethodName>,<nFuncPtr>)->oObject __objDelInline(&l...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5709

Re: funciones de FWH y Harbour en un archivo .txt

__clsVerify __objAddData __objAddInline __objAddMethod __objDelInline __objDelMethod __objDelMethod __objDerivedFrom __objGetMethodList __objGetValueList __objModInline __objModMethod __objSetValueList __Pack __Run __Zap AAdd Abs AChoice AClone ACopy ACos AddASCII AddMonth ADel ADir ADSBlob2File ADS...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5709

Re: multi-threaded under xHarbour

xHarbour seems to support multithread. What do you want to know exactly?

EMG
by Enrico Maria Giordano
Thu Feb 25, 2016 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: multi-threaded under xHarbour
Replies: 9
Views: 1574

Re: Multithread

pgfdz wrote:Ya me funcionó sin hacer nada. Como dicen los usuarios: Yo no he tocado nada. jejeje

Muchas gracias



son esos duendes :mrgreen:
by AIDA
Fri Jan 29, 2016 10:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Multithread
Replies: 7
Views: 1104

Re: Multithread

... a 64 y el "linkador" es el vc64, que no tiene la cw32mt.lib He supuesto que el sufijo "mt" de las lib tiene que ver con los multithread, con lo que he estado añadiendo las librerías de vc 64 que contenían "MT" en plan dando palos de ciego y agua de nuevo. Os muestro ...
by cyberkily
Fri Jan 29, 2016 11:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Multithread
Replies: 7
Views: 1104

Re: Multithread

Son dos librerias a añadir/sustituir

echo %hdirl%\hbvmmt.lib + >> b32.bc

and

echo %bcdir%\lib\cw32mt.lib + >> b32.bc

by cnavarro
Thu Jan 28, 2016 2:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Multithread
Replies: 7
Views: 1104
Next

Return to advanced search