On Sat, 28 Mar 2009, Angel Pais wrote:
Hi,
> this is the .bat file I use to compile Harbour.
> All the rest is pure svn code.
> compile.bat
> SET PATH=C:\vsk\vc\bin;C:\vsk\bin;
> SET LIB=C:\vsk\vc\lib;C:\vsk\lib;
> SET INCLUDE=C:\vsk\vc\include;C:\vsk\include;
> set HB_COMPILER=msvc
> set HB_INST
Revision: 10721
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10721&view=rev
Author: vszakats
Date: 2009-03-29 09:09:24 + (Sun, 29 Mar 2009)
Log Message:
---
2009-03-29 11:02 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* INSTALL
* external/Make
I have tried compiling tests
c:\harbour\contrib\hbhpdf\tests>hbmk2 harupdf.prg hbhpdf.lib
hbmk: Processing configuration: c:\harbour\mingw\bin\hbmk.cfg
hbmk: Processing: hbhpdf.hbp
Harbour 1.1.0dev (Rev. 10721)
Copyright (c) 1999-2009, http://www.harbour-project.org/
Compiling 'harupdf.prg'...
Lin
If we share a kit of executable of test on rapidshare (or in our web)
this will be executed also from user that is not ready to compile so
we have more comparison.
2009/3/29 Przemyslaw Czerpak :
> On Sat, 28 Mar 2009, Angel Pais wrote:
>
> Hi,
>
>> this is the .bat file I use to compile Harbour.
>
Revision: 10722
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10722&view=rev
Author: vszakats
Date: 2009-03-29 13:46:34 + (Sun, 29 Mar 2009)
Log Message:
---
2009-03-29 15:46 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* bin/hb-mkdyn.sh
* bin/h
>
> BTW: in hbsetup.h you added:
> ( defined(__POCC_TARGET__) && __POCC_TARGET__ == 2 )
> to detect HB_OS_WIN_CE builds. Maybe it's documented method in POCC
> and in such case should be left but if not then I suggest to rather
> use sth like:
> ( defined( HB_OS_WIN ) &&
Revision: 10723
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10723&view=rev
Author: vouchcac
Date: 2009-03-29 16:25:35 + (Sun, 29 Mar 2009)
Log Message:
---
2009-03-29 09:03 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
* harbour/contrib/gtwvg/wvgsi
Revision: 10724
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10724&view=rev
Author: druzus
Date: 2009-03-29 17:13:52 + (Sun, 29 Mar 2009)
Log Message:
---
2009-03-29 19:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbapi
On Sun, 29 Mar 2009, Przemyslaw Czerpak wrote:
Hi,
> > this is the .bat file I use to compile Harbour.
> > All the rest is pure svn code.
> > compile.bat
> > SET PATH=C:\vsk\vc\bin;C:\vsk\bin;
> > SET LIB=C:\vsk\vc\lib;C:\vsk\lib;
> > SET INCLUDE=C:\vsk\vc\include;C:\vsk\include;
> > set HB_COMPI
Here new set of results with download link included...
Please other windows users download and post results here
HTH
Angel
Przemyslaw Czerpak escribió:
Can you also check what will happen if you rebuild Harbour with:
set HB_USER_CFLAGS=-DHB_FM_STATISTICS_OFF -DHB_FM_WIN_ALLOC
best regards
Revision: 10725
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10725&view=rev
Author: druzus
Date: 2009-03-29 17:51:15 + (Sun, 29 Mar 2009)
Log Message:
---
2009-03-29 19:57 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/fm.
Revision: 10726
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10726&view=rev
Author: vszakats
Date: 2009-03-29 17:55:37 + (Sun, 29 Mar 2009)
Log Message:
---
2009-03-29 19:52 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* external/sqlite3/Makefil
I couldn't recompile harbour
Here the error:
cl.exe -nologo -I. -I../../../../../include -Gs -TP -W4 -wd4127 -Ot2b1
-EHs-c- -MT -DHB_FM_STATISTICS_OFF -DHB_FM_DLMT_ALLOC -DHB_MT_VM -c
../../../fm.c -Fofm.obj
fm.c
../../../fm.c(403) : error C2440: '=' : cannot convert from 'mspace' to
'msp
On Sun, 29 Mar 2009, Angel Pais wrote:
Hi,
> Here new set of results with download link included...
> Please other windows users download and post results here
Thank you very much.
> Computer PIV Dual COre 3.0 win 2003 server, used tru VNC
> 03/29/2009 14:04:15 Windows XP 05.02 Build 03790
> Xb
On Sun, 29 Mar 2009, Angel Pais wrote:
Hi,
> I couldn't recompile harbour
> Here the error:
> cl.exe -nologo -I. -I../../../../../include -Gs -TP -W4 -wd4127 -Ot2b1
> -EHs-c- -MT -DHB_FM_STATISTICS_OFF -DHB_FM_DLMT_ALLOC -DHB_MT_VM -c
> ../../../fm.c -Fofm.obj
> fm.c
> ../../../fm.c(403) : e
Awesome
I don't know if scalability is better but processor time went down from
100% to 62% in average on same machine.
Also sacalability improved a little
See attached...
If my compiling settings are ok I can upload a new set of tests to
rapidshare including this last one.
HTH
Angel
P
On Sun, 29 Mar 2009, Angel Pais wrote:
Hi,
> I don't know if scalability is better but processor time went down from
> 100% to 62% in average on same machine.
> Also sacalability improved a little
> See attached...
> Compiler and Enviroment:
> set HB_COMPILER=msvc
> set HB_VISUALC_VER=90
> set H
Oops !
Then I wil have to re compile harbour with the 3 mem allocator switches
and to all tests again.
No problem. It was my fault. Will try to finish them today.
Regards
Angel
Przemyslaw Czerpak escribió:
On Sun, 29 Mar 2009, Angel Pais wrote:
Hi,
I don't know if scalability is better
Revision: 10727
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10727&view=rev
Author: druzus
Date: 2009-03-29 20:00:33 + (Sun, 29 Mar 2009)
Log Message:
---
2009-03-29 22:07 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/tests/speedts
if upload rapidstare i try
This is correct ?
speedxpp.exe --thread=2 --scale >T.TXT
speedhb1.exe --thread=2 --scale >> T.TXT
speedhb2.exe --thread=2 --scale >> t.txt
2009/3/29 Angel Pais :
> Oops !
> Then I wil have to re compile harbour with the 3 mem allocator switches and
> to all tes
On Sun, 29 Mar 2009, Angel Pais wrote:
Hi,
> Oops !
> Then I wil have to re compile harbour with the 3 mem allocator switches and
> to all tests again.
> No problem. It was my fault. Will try to finish them today.
My too. I've just added warning to speedtst result messages which informs
abo
Wait till new upload.
And yes, each exe is a different compiler setting.
No need to redirect anything cause set alternate is additive.
Regards
Angel
Massimo Belgrano escribió:
if upload rapidstare i try
This is correct ?
speedxpp.exe --thread=2 --scale >T.TXT
speedhb1.exe --thread=2 --scale >
Performance went to the sky !
Scalability not so much...
Preliminary results here (2 consecutive runs).
Will recompile harbour with all 3 mem allocators and upload binaries to
rapidshare.
HTH
Angel
Przemyslaw Czerpak escribió:
On Sun, 29 Mar 2009, Angel Pais wrote:
Hi,
Oops !
Then I wi
Forgot the attachment... =D
Angel Pais escribió:
Performance went to the sky !
Scalability not so much...
Preliminary results here (2 consecutive runs).
Will recompile harbour with all 3 mem allocators and upload binaries to
rapidshare.
HTH
Angel
Compiler and Enviroment:
set HB_COMPILER=ms
Revision: 10728
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10728&view=rev
Author: vszakats
Date: 2009-03-29 20:53:47 + (Sun, 29 Mar 2009)
Log Message:
---
2009-03-29 22:26 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* config/dos/owatcom.cf
Revision: 10729
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10729&view=rev
Author: vouchcac
Date: 2009-03-29 21:28:27 + (Sun, 29 Mar 2009)
Log Message:
---
2009-03-29 09:03 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
+ harbour/contrib/hbqt/doc
Hi Viktor,
Il 29/03/2009 22.53, vszak...@users.sourceforge.net ha scritto:
2009-03-29 22:26 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/xhb/hbserv.c
! Disabled for poccce.
Now I get:
J:\cvs\harbourSVN_trunk\contrib\xhb>if not exist ..\..\lib\win\msvc\. md
..\..\lib\win\m
Revision: 10730
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10730&view=rev
Author: vszakats
Date: 2009-03-29 21:46:48 + (Sun, 29 Mar 2009)
Log Message:
---
2009-03-29 22:46 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/xhb/hbserv.c
On Sun, 29 Mar 2009, vouch...@users.sourceforge.net wrote:
Hi,
> ; REQUEST ( Przemek ) - Can you please provide a GTWVT.C like
> skeleton .cpp which I could use as a base for GTQTC ?
I'll try to make it in this week.
best regards,
Przemek
___
Thanks a lot.
Przemyslaw Czerpak-2 wrote:
>
>> ; REQUEST ( Przemek ) - Can you please provide a GTWVT.C like
>> skeleton .cpp which I could use as a base for GTQTC ?
>
> I'll try to make it in this week.
>
Regards
Pritpal Bedi
--
View this message in context:
http://www.n
Hi Viktor,
Il 29/03/2009 23.46, vszak...@users.sourceforge.net ha scritto:
2009-03-29 22:46 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/xhb/hbserv.c
! Fixed issues with prev commit. (Thanks Francesco)
it works again. Thank you.
Best regards,
Francesco
___
Your results are near optimal.
Can't understand what i'm doing wrong =(
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
Hi Angel,
Il 30/03/2009 1.35, Angel Pais ha scritto:
Your results are near optimal.
Can't understand what i'm doing wrong =(
I will wait Przemek before, but I suspect that there is influence of
some software and surely there is CPU that is different.
Could you try using MSTSC instead of VNC
Angel,
Il 30/03/2009 1.46, Francesco Saverio Giudice ha scritto:
Hi Angel,
Il 30/03/2009 1.35, Angel Pais ha scritto:
Your results are near optimal.
Can't understand what i'm doing wrong =(
I will wait Przemek before, but I suspect that there is influence of
some software and surely there i
Thank you Francesco
It will be usefull to know if it's a hardwre thing.
Here the full set of tests:
http://amigo-software.com.uy/test/speedhb.zip
Regards
Angel
Francesco Saverio Giudice escribió:
Angel,
Il 30/03/2009 1.46, Francesco Saverio Giudice ha scritto:
Hi Angel,
Il 30/03/2009 1.35,
Angel Pais wrote:
> Performance went to the sky !
> Scalability not so much...
:
> 03/29/09 17:58:22 Windows Server 2003 / XP x64 5.2.3790
> Harbour 1.1.0dev (Rev. 10726) (MT)+ Microsoft Visual C++ 14.0.24999 (32-bit)
It looks like Windows 64-bit version and 32-bit executable. Can it effect the
r
36 matches
Mail list logo