Re: [Harbour] Time wrong in Harbour.exe /build vs hb_buildDate()

2008-09-20 Thread [EMAIL PROTECTED]
>My latest Harbour.exe /build display time 1 second more than >hb_buildDate() > >harbour.exe /build = 21:24:09 >hb_buildDate() = 21:24:08 Now is fixed, thanks. Toninho. ___ Yahoo! Mail - Sempre a melhor opção para você! Experimente já e veja

[Harbour] what is changed from clipper.lib and extend.lib in library structure

2008-09-20 Thread Massimo Belgrano
I have read an problem regarding getprinters on harbour user and I have tried to recompile sample Each times that I try recompile harbour sample I have a lot of problem regarding library resolve In clipper I must link basically only clipper.lib and extend.lib with in harbour I have big number

Re: [Harbour] MT Modal - Harbour vs xHarbour

2008-09-20 Thread Andi Jahja
And this is the reply from xHarbour expert: Pritpal Bedi ha scritto: > Jimmy > >>> :-) Which means that you cannot work on the same area from different >>> threads. >> you can use Xbase++ ZeroSpace() to switch Workspace if you want ... I cannot see any relation with the problem at stake. > > A

RE: [Harbour] Unresolved External with BCC582

2008-09-20 Thread Massimo Belgrano
Build Harbour without HB_BUILD_ST macro. set HB_BUILD_ST=no You will find two version of Harbour VM library: hbvm.lib and hbvmmt.lib. Use first version to link single thread application and second one with cw32mt to create MT program. -Original Message- From: [EMAIL PROTECTED] [mailto:[EM

[Harbour] Re: 2008-09-19 22:27 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-09-20 Thread David Arturo Macias Corona
Przemek: 2008-09-19 22:27 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbthread.h * harbour/source/vm/thread.c * unlock HVM stack during thread join operation * added workaround for DosWaitThread() which seems to fail if thread terminated before ; added

[Harbour] Make_gnu and Mingw

2008-09-20 Thread José Luis Capel -
Hi, I build latest cvs harbour for mingw (win32) using these sets: SET LIB=\programacion\mingw\lib SET INCLUDE=\programacion\mingw\include SET PATH=\programacion\mingw\bin;%PATH% SET HB_GT_LIB=gtgui SET HB_GT_DEFAULT=gui SET CLIBFLAGS=-DHB_OS_WIN_32 SET HB_MAKE_PROGRAM=\programacion\mingw\bin\

Re: RE: RE: [Harbour] Wince - Evc4 and GPF

2008-09-20 Thread José Luis Capel -
Hi Przemek, It can be hardware/OS dependent so on one machine it may terminate program but on some other other not. There is many different WinCE versions, ARM processors and other devices used in mobile devices. Anyhow Harbour core code should not GPF. If it does then it should be fixed. What