Re: [Harbour] SF.net SVN: harbour-project:[10871] trunk/harbour

2009-04-17 Thread Viktor Szakáts
Hi Leonardo, Try to use MAIN as the main function, or you can try using -main=MYENTRY hbmk2 option to set it to a different name. Thanks for the other bug report, it should be fixed now. Brgds, Viktor On Fri, Apr 17, 2009 at 7:09 AM, sygecom leona...@sygecom.com.br wrote: Hi Viktor, Well I

[Harbour] SF.net SVN: harbour-project:[10877] trunk/harbour

2009-04-17 Thread vszakats
Revision: 10877 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10877view=rev Author: vszakats Date: 2009-04-17 08:51:56 + (Fri, 17 Apr 2009) Log Message: --- 2009-04-17 10:48 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg

Re: [Harbour] SF.net SVN: harbour-project:[10872] trunk/harbour

2009-04-17 Thread Viktor Szakáts
The 'WindowCloseButtonHint' is probably caused by the QT version. BTW Can we remove this line: #define QT_VERSION 0x040500 from hbqt.h? Why we have it? Is it necessary for MS-Windows QT ports? It's not, the value is defined by qglobal.h, included two lines below. Brgds, Viktor

Re: [Harbour] Visual FoxPro incompatibility

2009-04-17 Thread Adam Lubszczyk
Hi Przemek, You same time ago write: Przemyslaw Czerpak wrote: On Mon, 16 Jul 2007, Enrico Maria Giordano wrote: [...] It's not necessary. This CDX file uses Windows unicode collation function to hash index keys. The index key size is twice longer and is unreadable (check ordKeyVal()).

Re: [Harbour] SF.net SVN: harbour-project:[10833] trunk/harbour

2009-04-17 Thread Viktor Szakáts
Thanks Przemek, my suggestion is then to make HB_FM_STATISTICS_DYN_OFF the default build setting in Harbour (both release and normal builds), this will include stat code, but in disabled state, causing only minimal overhead (one compare CPU instruction per hb_x*() call). Stats can be enabled by

Re: [Harbour] SF.net SVN: harbour-project:[10833] trunk/harbour

2009-04-17 Thread Viktor Szakáts
Ops one more: plus at the same time, we should IMO make 'HB_HVM_ALL=yes' the default settings, except for compilers which cannot handle large sources. I think such is owatcom 1.7 (previous version), maybe older pocc and dmc. We can change defaults for these when they actually fail. Brgds, Viktor

Re: [Harbour] SF.net SVN: harbour-project:[10873] trunk/harbour

2009-04-17 Thread Przemyslaw Czerpak
On Thu, 16 Apr 2009, Rossine wrote: Hi, Yes I understood your explanation and it works :). But this cycle of 100.000, is possible set this or the GC is about who determines how much should the cycle? Now I set it arbitrary in GC code to fixed value. In the future I may change it to some

RE: [Harbour] DBF to migrate from PostGreSQL

2009-04-17 Thread Horodyski Marek (PZUZ)
-Original Message- From: Massimo Belgrano [mailto:mbelgr...@deltain.it] Sent: Friday, April 17, 2009 12:45 AM To: Harbour Project Main Developer List. Subject: Re: [Harbour] DBF to migrate from PostGreSQL SQLWIN - a free (open source) RDD for SQL by antonio linares propotipe

[Harbour] MinGW problem ?

2009-04-17 Thread Jaroslaw Kadziola
Hi all, When i'm building harbour from last nigtly.zip with mingw+gcc : ' ' ' G:\harbour\contrib\gtwvgif not exist ..\..\lib\win\mingw\. md ..\..\lib\win\mingw mingw32-make.exe[3]: Entering directory `G:/harbour/contrib/gtwvg/win/mingw' gcc -I. -I../../../../include -Wall -W -O3

Re: [Harbour] SF.net SVN: harbour-project:[10833] trunk/harbour

2009-04-17 Thread Viktor Szakáts
compare CPU instruction per hb_x*() call). Stats can be enabled by using envvar 'HB_FM_STAT=yes' on any systems before starting up the app. It does not have to work on all systems. On some it may even break default build or some possible builds. To read envvars we have to call some

Re: [Harbour] Visual FoxPro incompatibility

2009-04-17 Thread Przemyslaw Czerpak
On Fri, 17 Apr 2009, Adam Lubszczyk wrote: Hi, It's not necessary. This CDX file uses Windows unicode collation function to hash index keys. The index key size is twice longer and is unreadable (check ordKeyVal()). Such indexes can be created and used only in Windows because MS haven't

Re: [Harbour] SF.net SVN: harbour-project:[10833] trunk/harbour

2009-04-17 Thread Viktor Szakáts
Ops one more: plus at the same time, we should IMO make 'HB_HVM_ALL=yes' the default settings, except for compilers which cannot handle large sources. I think such is owatcom 1.7 (previous version), maybe older pocc and dmc. We can change defaults for these when they actually fail. Brgds, Viktor

Re: [Harbour] DBF to migrate from PostGreSQL

2009-04-17 Thread Massimo Belgrano
Seem that no free five user of mediator is aivable 2009/4/17 Massimo Belgrano mbelgr...@deltain.it: I remember a five user version -- Massimo Belgrano ___ Harbour mailing list Harbour@harbour-project.org

Re: [Harbour] SF.net SVN: harbour-project:[10833] trunk/harbour

2009-04-17 Thread Przemyslaw Czerpak
On Wed, 15 Apr 2009, Szak�ts Viktor wrote: Hi, Even in dynamic mode we could keep current default settings (on for default build, off for releases/mpkg builds). So what to do? Remove this feature or switch to dynamic with compatible defaults? (is it doable at all to control it via hbfmstat

[Harbour] SF.net SVN: harbour-project:[10878] trunk/harbour

2009-04-17 Thread vszakats
Revision: 10878 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10878view=rev Author: vszakats Date: 2009-04-17 13:13:48 + (Fri, 17 Apr 2009) Log Message: --- 2009-04-17 15:10 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/vm/Makefile +

[Harbour] Trouble with sample test of ole

2009-04-17 Thread Horodyski Marek (PZUZ)
I don't can compile this simple sample test.prg with ow : Function Main() Request createobject inkey( 0) Return Nil In raport have I : --- Open Watcom Linker Version 1.8 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved. Source code is available under the

Re: [Harbour] SF.net SVN: harbour-project:[10833] trunk/harbour

2009-04-17 Thread Przemyslaw Czerpak
On Fri, 17 Apr 2009, Szak�ts Viktor wrote: Isn't it a solution to use '#define USE_DL_PREFIX' for all compilers, just like we do now for msvc*? No. We do not use DLMALLOC as default for all builds. The default memory manager in SUSE Linux is much more efficient then DLMALLOC and very well

[Harbour] Wich tool for microsoft access replacement

2009-04-17 Thread Massimo Belgrano
Anybody know a tool free or commercial good for final user (like microsoft access): very easy to use able to query reporting without re import table Capable of working on large database with optimisation Integrated with dbf four big of database Mssql,Oracle,mysql,Postgress Now access have a

Re: [Harbour] SF.net SVN: harbour-project:[10878] trunk/harbour

2009-04-17 Thread Przemyslaw Czerpak
On Fri, 17 Apr 2009, vszak...@users.sourceforge.net wrote: Hi, 2009-04-17 15:10 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/vm/Makefile + Enabled amalgamated VM lib for all compilers/platforms, except for those where this doesn't give any advantage, or it

[Harbour] SF.net SVN: harbour-project:[10879] trunk/harbour

2009-04-17 Thread druzus
Revision: 10879 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10879view=rev Author: druzus Date: 2009-04-17 13:41:07 + (Fri, 17 Apr 2009) Log Message: --- 2009-04-17 15:48 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

Re: [Harbour] Trouble with sample test of ole

2009-04-17 Thread Viktor Szakáts
Try building your app with hbmk2. Brgds, Viktor On Fri, Apr 17, 2009 at 3:29 PM, Horodyski Marek (PZUZ) m.horody...@pzuzycie.com.pl wrote: I don't can compile this simple sample test.prg with ow : Function Main() Request createobject inkey( 0) Return Nil In raport have I :

[Harbour] SF.net SVN: harbour-project:[10880] trunk/harbour

2009-04-17 Thread druzus
Revision: 10880 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10880view=rev Author: druzus Date: 2009-04-17 14:19:15 + (Fri, 17 Apr 2009) Log Message: --- 2009-04-17 16:26 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

[Harbour] Intel joining gcc efforts

2009-04-17 Thread Viktor Szakáts
http://www.h-online.com/open/Intel-wants-to-co-develop-the-GCC--/news/113065 http://gcc.gnu.org/ml/gcc/2009-04/msg00336.html Good move, it'd be nice to see closer to icc quality code in gcc. Brgds, Viktor ___ Harbour mailing list

[Harbour] SF.net SVN: harbour-project:[10882] trunk/harbour

2009-04-17 Thread vouchcac
Revision: 10882 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10882view=rev Author: vouchcac Date: 2009-04-17 15:36:24 + (Fri, 17 Apr 2009) Log Message: --- 2009-04-17 08:36 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) *

Re: [Harbour] Question: Can submit huge file text to Harbour developers list?

2009-04-17 Thread Ranier Vilela
Viktor Szakáts escreveu: I´ve been searched about unsave conversion from 'FARPROC' and the solution, apparently is #pragma warning ( disable : 4191 ) */// unsafe conversion from .../* Ironic! Indeed :) So we can add -wd4191 to our default options and forget about this.

Re: [Harbour] Little siggestion regarding hbmk

2009-04-17 Thread Viktor Szakáts
Hi Massimo, You got stuck in an infinite loop, and just increasing the noise I'm afraid. I've explicitly covered this specific problem in my mail on Apr 1 (but it wasn't a joke), with a three lines which does actually work, but, you apparently *still* didn't read it. Sorry to say, but this

Re: [Harbour] More warnigs requiring attention...

2009-04-17 Thread Ranier Vilela
Przemyslaw Czerpak escreveu: On Thu, 16 Apr 2009, Ranier Vilela wrote: cl.exe -nologo -I. -I../../../../include -Gs -TP -Wall -wd4127 -Ot2b1 -EHs-c- -MT -c ../../set.c -Foset.obj set.c ../../set.c(1321) : warning C4061: enumerator 'HB_SET_TIMEFORMAT' in switch of enum 'HB_set_enum' is

Re: [Harbour] Question: Can submit huge file text to Harbour developers list?

2009-04-17 Thread Viktor Szakáts
Hi Ranier, Ppl seldom worry about warnings, especially when there are that many of them :) If anyone does, I think it's just a good thing and it encourages correcting them eventually. Maybe someone can even go and send us such patches. Brgds, Viktor On Fri, Apr 17, 2009 at 7:58 PM, Ranier

Re: [Harbour] Little siggestion regarding hbmk

2009-04-17 Thread Massimo Belgrano
It worked for me after massaging it a bit: set PATH=%~dp0 pexports ace32.dll ace32.def dlltool -d ace32.def -D ace32.dll -k -l libace32.a for me not work, generate a 0 byte I am using pexport 0.43and i have tried either dlltool 2.17.50 ,2.19.1, 2.15.91 Can you help me on how create it? So, for

RE: [Harbour] SF.net SVN: harbour-project:[10881] trunk/harbour

2009-04-17 Thread Pritpal Bedi
Thanks Bisz Bisz István wrote: The main problem with the existing solution is that the MenuBar object: oMenuBar := QMenuBar():new( QT_PTROF( oWnd ) ) defined in demoqt isn't connected to the QMainWindow object. This fact can be easily checked by the QMainWindow resizing; the

[Harbour] SF.net SVN: harbour-project:[10883] trunk/harbour

2009-04-17 Thread vouchcac
Revision: 10883 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10883view=rev Author: vouchcac Date: 2009-04-17 18:50:26 + (Fri, 17 Apr 2009) Log Message: --- 2009-04-17 11:47 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) *

Re: [Harbour] Little siggestion regarding hbmk

2009-04-17 Thread Massimo Belgrano
i have find one solution!! (work for me because here not works set PATH=%~dp0) pexports ace32.dll ace32.def dlltool -S C:\devl\mingw\bin\as.exe -d ace32.def -D ace32.dll -k -l libace32.a Now the remain the problem thath not able to manage to use libace32.a to actually link a Harbour executable.