Search found 31 matches: hbvmmt

Return to advanced search

Re: Mejoras para scintilla

... 002=c:\Harbour\Harbvsc7\lib\gtgui.lib,1 003=c:\Harbour\Harbvsc7\lib\hbrtl.lib,1 004=c:\Harbour\Harbvsc7\lib\hbvm.lib,1 005=c:\Harbour\Harbvsc7\lib\hbvmmt.lib,0 006=c:\Harbour\Harbvsc7\lib\hblang.lib,1 007=c:\Harbour\Harbvsc7\lib\hbmacro.lib,1 008=c:\Harbour\Harbvsc7\lib\hbrdd.lib,1 009=c:\Harbour\Harbvsc7\lib\rddntx.lib,1 ...
by cnavarro
Thu Aug 24, 2017 11:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1038
Views: 876795

Re: Construir Harbour con BCC 7.1

... 04/21/2017 12:29 PM 753,786 hbcplr.a 04/21/2017 12:29 PM 763,414 hbpp.a 04/21/2017 12:29 PM 1,141,582 hbvm.a 04/21/2017 12:29 PM 1,167,728 hbvmmt.a 04/21/2017 12:31 PM 8,164 gtgui.a 04/21/2017 12:31 PM 10,068 gtcgi.a 04/21/2017 12:31 PM 12,860 gtstd.a 04/21/2017 12:31 PM 19,748 gtpca.a ...
by Antonio Linares
Fri Apr 21, 2017 11:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Construir Harbour con BCC 7.1
Replies: 34
Views: 5376

Re: Multithread

Cristobal, Muchas gracias por responder :) * La 1ª lib hbvmmt la tenía ya puesta, pero no puedo quitar la de hbvm.lib del bat porque no compila. Incluyo entonces ambas y sí que compila ok * La 2ª no la tengo disponible porque estoy compilando a 64 y ...
by cyberkily
Fri Jan 29, 2016 11:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Multithread
Replies: 7
Views: 1136

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: 1136

Re: Multithread

... El build que he usado es el básico de los samples. He probado añadiendo la %hdirl%\hbvmmt.lib según he leído en ese post, pero no he notado cambios. Gracias de antemano! :) Roberto Sánchez K.
by cyberkily
Thu Jan 28, 2016 12:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Multithread
Replies: 7
Views: 1136

Re: Migrando a Harbour desde xHarbour

... %hbdir%\lib\hbrtl.lib + >> b32.bc echo %hbdir%\lib\hbtip.lib + >> b32.bc echo %hbdir%\lib\hbvm.lib + >> b32.bc echo %hbdir%\lib\hbvmmt.lib + >> b32.bc echo %hbdir%\lib\hbwin.lib + >> b32.bc echo %hbdir%\lib\gtwin.lib + >> b32.bc echo %hbdir%\lib\gtgui.lib + ...
by lelu
Thu Aug 27, 2015 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrando a Harbour desde xHarbour
Replies: 7
Views: 1184

Multithread

Hola Estoy intentando hacer un programa multihilo y según tengo entendido tengo que enlazar la librería hbvmmt.lib en lugar de hbvm.lib El programa está en Visual C. También he visto que había que poner un define al compilar: /dHB_MT_VM Recompilando el proyecto, la función ...
by pgfdz
Tue Aug 25, 2015 11:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Multithread
Replies: 7
Views: 1136

Detailed guide to use the Visual Studio 2013 IDE with FWH

... some of them have to be removed: All that end with ..._dll.lib in their names. You have to remove : hbnortl.lib, hbnulrdd.lib, harbour-32.lib, hbvmmt.lib, hbmaindllp.lib, hbmainstd.lib, hbmaindllp.lib. Right click on their names and delete them (you will go faster if you delete all ..._dll.lib ...
by Antonio Linares
Mon Jun 23, 2014 5:21 am
 
Forum: Utilities / Utilidades
Topic: Detailed guide to use the Visual Studio 2013 IDE with FWH
Replies: 9
Views: 5094

Re: Harbour + MultiThread

Vilian,

Your example is working fine here using FWH 13.07 and Harbour. I have used buildh.bat to build it simply changing:

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

and

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

I can provide you the EXE in case you want to run it
by Antonio Linares
Mon Sep 09, 2013 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour + MultiThread
Replies: 5
Views: 1352

Re: Uma experiencia positiva com Multi-Thread

Sgg,

Já procurei em todo o forum e só encontrei orientação para usar a HBVMMT.LIB e CW32MT.LIB. Mas acho que deve ser algo na linkedição mesmo, uma vez que o problema aparece mesmo que a thread não seja executada - Basta incluir essas 2 libs no projeto que ao sair do sistema já aparece o APPCRASH.
by vilian
Thu Sep 05, 2013 11:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Uma experiencia positiva com Multi-Thread
Replies: 7
Views: 2223

Re: Codejock Calendar Samples?

In order to build those examples hbvmmt.lib has to be linked instead of hbvm.lib

and also from Borland, we have to link cw32mt.lib instead of cw32.lib
by Antonio Linares
Sat May 25, 2013 7:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 47230

MultiThread problem with FWH 12.02

... echo %fwhdir%\lib\FiveH.lib + >> b32.bc echo %fwhdir%\lib\FiveHC.lib + >> b32.bc echo %hdirl%\hbrtl.lib + >> b32.bc echo %hdirl%\hbvmmt.lib + >> b32.bc echo %hdirl%\%GT%.lib + >> b32.bc echo %hdirl%\hblang.lib + >> b32.bc echo %hdirl%\hbmacro.lib + >> b32.bc ...
by Gosha
Sun Jul 22, 2012 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MultiThread problem with FWH 12.02
Replies: 1
Views: 672

Unresolved external '__beginthreadex

Hola

Error: Unresolved external '__beginthreadex' referenced from C:\HARBOUR\LIB\WIN\BCC\HBVMMT.LIB|thread

Que libreria me falta enlazar?


Saludos,
Mauricio
by Mauricio
Tue Dec 06, 2011 2:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Unresolved external '__beginthreadex
Replies: 3
Views: 500

Re: New Fwh 11.09 . TFolderEx error

... image in http://imageshack.us/photo/my-images/832/rascan.jpg/ This function used in libs harbour-21, harbourmt-21, hbextern, hbvm, hbvmmt . All files created 2010.05.23 .
by Rimantas
Sat Oct 15, 2011 5:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Fwh 11.09 . TFolderEx error
Replies: 17
Views: 3395

Re: Timers and loops

Anser, With Harbour it worked fine with these libraries (and a little change in the example source code): From Harbour: hbvmmt.lib instead of hbvm.lib adding xhb.lib (to have xHarbour compatibility on threads) From Borland: cw32mt.lib instead of cw32.lib And I modified this line this ...
by Antonio Linares
Thu Feb 11, 2010 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Timers and loops
Replies: 52
Views: 11624
PreviousNext

Return to advanced search