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

2009-12-04 Thread Massimo Belgrano
I have see project definition in source tab button select can't work i suggest add Additional library/rc additional external element like text file(documentation of project ) not included in make How use load project and compile/link? When i activate load module function list it not remember at

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

2009-12-04 Thread vszakats
Revision: 13117 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13117view=rev Author: vszakats Date: 2009-12-04 09:32:31 + (Fri, 04 Dec 2009) Log Message: --- 2009-12-04 10:29 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) *

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

2009-12-04 Thread snaiperis
Revision: 13118 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13118view=rev Author: snaiperis Date: 2009-12-04 13:57:10 + (Fri, 04 Dec 2009) Log Message: --- 2009-12-04 15:55 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) *

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

2009-12-04 Thread Mindaugas Kavaliauskas
Hi, snaipe...@users.sourceforge.net wrote: 2009-12-04 15:55 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/src/rdd/dbf1.c ! fixed variable length field setting after DBCREATE() I hope I didn't break some important part of Harbour. Please test. Here is my test code

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

2009-12-04 Thread Viktor Szakáts
Hi Mindaugas, 2) I'm a little confused how to implement GC pointers. So, I've implemented two version in hbcairo/core.c. It can be selected [not]using HB_USE_ITEM define. In current code the switch is not defined and more low level version is used (actually, I even forgot to test using

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

2009-12-04 Thread snaiperis
Revision: 13119 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13119view=rev Author: snaiperis Date: 2009-12-04 16:41:49 + (Fri, 04 Dec 2009) Log Message: --- 2009-12-04 18:40 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) *

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

2009-12-04 Thread Mindaugas Kavaliauskas
Hi, Viktor Szakáts wrote: 2) I'm a little confused how to implement GC pointers. So, I've implemented two version in hbcairo/core.c. It can be selected [not]using HB_USE_ITEM define. In current code the switch is not defined and more low level version is used (actually, I even forgot to

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

2009-12-04 Thread Viktor Szakáts
I did not want to use extra container for GC pointer. This code operates on low level things like GC mark and programmer must know how GC work, so I do not think it can not use hb_gcRefInc/Dec. These functions are not more internal in that context. I do not think there is something

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

2009-12-04 Thread vszakats
Revision: 13120 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13120view=rev Author: vszakats Date: 2009-12-04 17:49:05 + (Fri, 04 Dec 2009) Log Message: --- 2009-12-04 18:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbsetup.h *

[Harbour] HBMK2 and Linux x...@64

2009-12-04 Thread Przemysław Czerpak
Hi Viktor, In most of 64 bit Linux systems where hardware allow to execute 32 and 64 bit binaries default library directories for native 64 bit libraries are /lib64 and /usr/lib64. /lib and /usr/lib also exists but they are used for 32 bit libraries. HBMK2 executed from /usr/bin by default choose

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

2009-12-04 Thread Pritpal Bedi
Hi Massimo Belgrano-3 wrote: I have see project definition in source tab button select can't work I small bug in text parsing. Just enter one more blank line after different sections. The source tab will start working. i suggest add Additional library/rc .rc or .res can be

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

2009-12-04 Thread vszakats
Revision: 13121 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13121view=rev Author: vszakats Date: 2009-12-04 22:12:54 + (Fri, 04 Dec 2009) Log Message: --- 2009-12-04 23:12 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/hbi18n2.prg !

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

2009-12-04 Thread vszakats
Revision: 13122 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13122view=rev Author: vszakats Date: 2009-12-04 23:32:00 + (Fri, 04 Dec 2009) Log Message: --- 2009-12-05 00:31 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk %

Re: [Harbour] HBMK2 and Linux x...@64

2009-12-04 Thread Viktor Szakáts
Hi, One thing is not clear for me. What are these switches doing on non-Intel systems? Next thing to decide is how to control this matter, because if you say that hbmk2 should automatically add -m64 as linker option, it means we're converting -m* switches to hbmk2 ones, and in this case I'm

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

2009-12-04 Thread vszakats
Revision: 13123 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13123view=rev Author: vszakats Date: 2009-12-05 00:48:59 + (Sat, 05 Dec 2009) Log Message: --- 2009-12-05 01:32 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk +

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

2009-12-04 Thread vszakats
Revision: 13124 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13124view=rev Author: vszakats Date: 2009-12-05 00:59:30 + (Sat, 05 Dec 2009) Log Message: --- 2009-12-05 01:56 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

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

2009-12-04 Thread Viktor Szakáts
Hi, BTW, here today I just switched to DWARF-2 build of mingw, did a new clean build and didn't have this problem. I don't see build parameters in the report so I can just guess that it may be you're forcing C++ mode for mingw. In this case we should decide what to do, hack hbmk2, hack

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

2009-12-04 Thread vouchcac
Revision: 13125 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13125view=rev Author: vouchcac Date: 2009-12-05 02:42:09 + (Sat, 05 Dec 2009) Log Message: --- 2009-12-03 23:24 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbide/hbide.ch +

Re: [Harbour] HBMK2 and Linux x...@64

2009-12-04 Thread Przemysław Czerpak
On Sat, 05 Dec 2009, Szak�ts Viktor wrote: Hi, One thing is not clear for me. What are these switches doing on non-Intel systems? Simultaneous runtime support for 32 and 64 bit modes is not only x86 world feature. Many processors have such capacity, i.e. SUN SPARCs or HP PR-RISC machines.

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

2009-12-04 Thread vszakats
Revision: 13126 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13126view=rev Author: vszakats Date: 2009-12-05 03:00:44 + (Sat, 05 Dec 2009) Log Message: --- 2009-12-05 03:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * bin/postinst.bat +

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

2009-12-04 Thread vszakats
Revision: 13127 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13127view=rev Author: vszakats Date: 2009-12-05 03:29:12 + (Sat, 05 Dec 2009) Log Message: --- 2009-12-05 04:28 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/pp/hbpp.c *

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

2009-12-04 Thread vszakats
Revision: 13128 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13128view=rev Author: vszakats Date: 2009-12-05 03:35:01 + (Sat, 05 Dec 2009) Log Message: --- 2009-12-05 04:33 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

Re: [Harbour] Error on winprn.

2009-12-04 Thread Viktor Szakáts
This was simple problem with the test. Someone added new lines, which pushed down some next tests so much down the page that they slipped off of it. Should be OK now. Brgds, Viktor On 2009 Dec 2, at 21:54, Itamar Lins wrote: Hi! The lines below of file testprg.prg in to folder

[Harbour] HMG Extended, hbmk2 and more (to Grigory Filatov)

2009-12-04 Thread Viktor Szakáts
Hi Grigory, Mildly off topic, but I was just checking release hmg-1.7-77-setup.zip, and I have a few points to make: 1) It was nice to see that hbmk2 is now included, but the build is a modified version which has some strange bugs (enough to run it like: 'hbmk2 a.prg' to see). Plus it