Search found 33 matches: cw32mt

Return to advanced search

Re: Compilar makefile con soporte multihilo

Joaquim,

Para Borland solo tienes que enlazar hbvmmt.lib en vez de hbvm.lib y como indicas lib\psdk\cw32mt.lib
by Antonio Linares
Wed Sep 07, 2022 4:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar makefile con soporte multihilo
Replies: 2
Views: 214

Compilar makefile con soporte multihilo

... un script makefile para Borland, qué necesito para soporte MT ? flags compilador harbour, etc Creo que hay que enlazar con la libreria borland cw32mt.lib, qué necesito más ? Gracias por la ayuda !
by Joaquim Ferrer
Wed Sep 07, 2022 11:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar makefile con soporte multihilo
Replies: 2
Views: 214

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... !if $(MULTI_HILO) != YES CW32_LIB = $(BORLANDC_LIB_DIR)\cw32.lib !endif !if $(MULTI_HILO) == YES CW32_LIB = $(BORLANDC_LIB_DIR)\cw32mt.lib !endif IMPORT32_LIB = $(BORLANDC_LIB_DIR)\import32.lib WS32_LIB = $(BORLANDC_LIB_DIR)\ws2_32.lib UUID_LIB = $(BORLANDC_LIB_DIR)\uuid.lib ...
by rterraz
Sat Sep 18, 2021 2:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4976

Re: Compilando con Harbour 3.2, Bcc7 y Hbmk2

... comdlg32.lib shell32.lib uuid.lib ole32.lib oleaut32.lib mpr.lib win mm.lib mapi32.lib imm32.lib msimg32.lib wininet.lib hbpcre.lib hbzlib.lib cw32mt.lib import32.lib, , Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresolved external '_HB_FUN_CTOT' ...
by Armando Picon
Sun Jan 26, 2020 12:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando con Harbour 3.2, Bcc7 y Hbmk2
Replies: 13
Views: 3223

Compilando con Harbour 3.2, Bcc7 y Hbmk2

... comdlg32.lib shell32.lib uuid.lib ole32.lib oleaut32.lib mpr.lib w inmm.lib mapi32.lib imm32.lib msimg32.lib wininet.lib hbpcre.lib hbzlib.lib cw32mt.lib import32.lib, , Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: 'C:\FWH\LIB\FIVEHG.LIB' contains ...
by Armando Picon
Sat Jan 25, 2020 6:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando con Harbour 3.2, Bcc7 y Hbmk2
Replies: 13
Views: 3223

harbour v1.x -> v.3x Error

... comdlg32.lib shell32.lib uuid.lib ole32.lib oleaut32.lib mpr.lib winmm.lib mapi32.lib imm32.lib msimg32.lib wininet.lib hbpcre.lib hbzlib.lib cw32mt.lib import32.lib, , Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_hb_itemGetDD' referenced from E:\HARBOUR\CAL\.HBMK\WIN\BCC\HBXBASE.OBJ ...
by Jimmy
Thu Oct 17, 2019 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour v1.x -> v.3x Error
Replies: 2
Views: 506

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... comdlg32.lib shell32.lib uuid.lib ole32.lib oleaut32.lib mpr.lib winmm.lib mapi32.lib imm32.lib msimg32.lib wininet.lib hbpcre.lib hbzlib.lib cw32mt.lib import32.lib, , Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_hb_itemGetDD' referenced from E:\HARBOUR\CAL\.HBMK\WIN\BCC\HBXBASE.OBJ ...
by Jimmy
Thu Oct 17, 2019 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99025

Re: StartThread NO es estable usando FiveWin

cristobal,

si estoy usando hbvmmt.lib de harbour y cw32mt.lib de borland, si puedes te doy acceso
a mi equipo para que veamos el error que da
by albeiroval
Mon Oct 08, 2018 7:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: StartThread NO es estable usando FiveWin
Replies: 24
Views: 3836

StartThread NO es estable usando FiveWin

... La aplicacion al cabo de un tiempo se bloquea y un genera un GPF, estoy usando Harbour y Borland 7.0, las librerias MT hbvmmt.lib de harbour y cw32mt.lib de Borland, este es el codigo : nSeconds := 30bThread  := {|oMsgItem, nSeconds| DownloadReportes( oMsgItem, nSeconds )}ACTIVATE ...
by albeiroval
Wed Oct 03, 2018 2:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: StartThread NO es estable usando FiveWin
Replies: 24
Views: 3836

Multithread issue

... I am converting an application from xHB (.com) to harbour (FW1.7, harbour and bcc7). I need to make use of multi threading. I have linked in cw32mt.lib instead of cw32.lib My application returns FALSE for a call to HB_MultiThread(). It links OK, but does not start another thread, hence I ...
by patdriscoll
Tue Jul 17, 2018 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithread issue
Replies: 2
Views: 803

Re: Building Harbour 3.4 for BCC outside MSYS

... comdlg32.lib shell32.lib uuid.lib ole32.lib oleaut32.lib mpr.lib winmm.lib mapi32.lib imm32.lib msimg32.lib wininet.lib hbpcre.lib hbzlib.lib cw32mt.lib import32.lib, , Turbo Incremental Link 6.75 Copyright (c) 1997-2016 Embarcadero Technologies, Inc. Error: 'C:\FWH\LIB\FIVEH32.LIB' enthlt ...
by byte-one
Fri Dec 08, 2017 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17193

Re: TGif

... lo encuentres interesante Recuerda cambiar en tu script de compilación la libreria HBVM.LIB por HBVMMT.LIB de harbour y la librería CW32.LIB por CW32MT.LIB en Borland Y ya de paso cuando lo pruebes, vuelve a pulsar el boton TEST sin esperar a que termine Dime si lo has encontrado util //----------------------------------------------------------------------------//// ...
by cnavarro
Mon Nov 27, 2017 2:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGif
Replies: 16
Views: 3246

Re: ADSCDX/5035 The requested lock culd not be guaranted.

Hola a todos. Hace ya algunas semanas cambie mis libs de borland 5.8.2 cw32.lib a cw32mt.lib, tenia q hacer este cambio, pq empece a usar HDO (SQLite) de Manu Expósito y necesita esta lib, por el uso q hace de las funciones '__endthreadex' y '__beginthreadex'. Desde ...
by Giovany Vecchi
Thu Jun 22, 2017 5:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADSCDX/5035 The requested lock culd not be guaranted.
Replies: 6
Views: 904

ADSCDX/5035 The requested lock culd not be guaranted.

Hola a todos. Hace ya algunas semanas cambie mis libs de borland 5.8.2 cw32.lib a cw32mt.lib, tenia q hacer este cambio, pq empece a usar HDO (SQLite) de Manu Expósito y necesita esta lib, por el uso q hace de las funciones '__endthreadex' y '__beginthreadex'. Desde ...
by manuelcalerosolis
Wed Jun 21, 2017 8:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADSCDX/5035 The requested lock culd not be guaranted.
Replies: 6
Views: 904

Re: multi-threaded under xHarbour

Some details:

- I'm using latest xHarbour from SVN and BCC 7.10
- I had to link cw32mt.lib and vmmt.lib

EMG
by Enrico Maria Giordano
Fri Feb 26, 2016 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: multi-threaded under xHarbour
Replies: 9
Views: 1574
Next

Return to advanced search