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

2009-09-23 Thread Saulius Zrelskis
Hi, Mindaugai One small thing. Example below produces hb_out.log file: Application Internal Error - D:\ERROR\test.exe Terminated at: 2009.09.23 10:17:04 Unrecoverable error 9008: hb_xrealloc called with an invalid pointer w

[Harbour] dbDrop() question

2009-09-23 Thread Viktor Szakáts
Hi All, Will dbDrop() also delete compound index and memo file if they are present? Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] dbDrop() question

2009-09-23 Thread Przemyslaw Czerpak
On Wed, 23 Sep 2009, Szak�ts Viktor wrote: Hi, > Will dbDrop() also delete compound index and memo file if they are present? dbDrop() deletes table, memofile and production index if they exist. best regards, Przemek ___ Harbour mailing list Harbour@ha

Re: [Harbour] dbDrop() question

2009-09-23 Thread Viktor Szakáts
Thank you Przemek. Brgds, Viktor On 2009 Sep 23, at 11:53, Przemyslaw Czerpak wrote: On Wed, 23 Sep 2009, Szak�ts Viktor wrote: Hi, Will dbDrop() also delete compound index and memo file if they are present? dbDrop() deletes table, memofile and production index if they exist. best regar

[Harbour] TopBarMenu()

2009-09-23 Thread Mario H. Sabado
Hi, I just want to ask what lib should I link to use TopBarMenu()? TIA, Mario ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

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

2009-09-23 Thread snaiperis
Revision: 12605 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12605&view=rev Author: snaiperis Date: 2009-09-23 11:33:00 + (Wed, 23 Sep 2009) Log Message: --- 2009-09-23 14:30 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * contrib/hbmemio

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

2009-09-23 Thread Mindaugas Kavaliauskas
Saulius Zrelskis wrote: One small thing. Example below produces hb_out.log file: Application Internal Error - D:\ERROR\test.exe Terminated at: 2009.09.23 10:17:04 Unrecoverable error 9008: hb_xrealloc called with an invalid pointer

[Harbour] Harbour under OS/2 - eCS 12604

2009-09-23 Thread David Arturo Macias Corona
Build tests with current Harbour * $Id: ChangeLog 12604 2009-09-22 21:11:13Z snaiperis $ 2009-09-23 00:13 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) build fine with gcc433 Pending to adjust for harbour*.dll and gcc433 At first try it fail with: [...] gcc: ...

[Harbour] OS/2: library format

2009-09-23 Thread David Arturo Macias Corona
Viktor, Maurilio, Przemek: In previous messages I exposed details of Harbour build using gcc335, gcc432, gcc433, gcc440 Since then I build and use Harbour with gcc433 Messages are with subject "Harbour under OS/2 - eCS gcc" and they started in 17 August 2009 They contain detailed info Now I p

[Harbour] bld 12605 and OS/2

2009-09-23 Thread Maurilio Longo
Hi Viktor, a make clean, on OS/2 with GCC, does not remove .dll files nor their import libraries. Looking at globsh.mk I don't see any reference to .dll, while it deletes .exp (??), .tds (watcom compiler?) or .def files explicitly. Any idea? Do I have to add .dll explicitly? And what about .a imp

Re: [Harbour] OS/2: library format

2009-09-23 Thread Maurilio Longo
David, as I said, right now, I can barely find the time to keep building harbour with my toolchain. GCC 4.x is still beta (the OS/2 port, at least) and I don't think it gives any real advantage to the code. So, IMHO, we should use our very limited resources (and Viktor and Przemyslaw willingness

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

2009-09-23 Thread mauriliolongo
Revision: 12606 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12606&view=rev Author: mauriliolongo Date: 2009-09-23 12:16:32 + (Wed, 23 Sep 2009) Log Message: --- 2009-09-23 14:15 UTC+0200 Maurilio Longo (maurilio.lo...@libero.it) * config/os2/gcc.

Re: [Harbour] bld 12605 and OS/2

2009-09-23 Thread Viktor Szakáts
Hi Maurilio, Hi Viktor, a make clean, on OS/2 with GCC, does not remove .dll files nor their import libraries. Looking at globsh.mk I don't see any reference to .dll, while it deletes .exp (??), .tds (watcom compiler?) or .def files explicitly. .exp/.tds/.def is fine, on GNU Make level s

Re: [Harbour] OS/2: library format

2009-09-23 Thread Viktor Szakáts
as I said, right now, I can barely find the time to keep building harbour with my toolchain. GCC 4.x is still beta (the OS/2 port, at least) and I don't think it gives any real advantage to the code. So, IMHO, we should use our very limited resources (and Viktor and Przemyslaw willingnes

Re: [Harbour] OS/2: library format

2009-09-23 Thread Przemyslaw Czerpak
On Wed, 23 Sep 2009, Maurilio Longo wrote: Hi Maurilio and David, I cannot say too much about OS2 real usage because I do not know this system. IMHO it will be good to create doc/os2howto.txt file to collect such information as David presented because it may be very useful in some farther develop

Re: [Harbour] OS/2: library format

2009-09-23 Thread Maurilio Longo
Przemyslaw Czerpak wrote: > On Wed, 23 Sep 2009, Maurilio Longo wrote: > > Hi Maurilio and David, > > I cannot say too much about OS2 real usage because I do not know this > system. IMHO it will be good to create doc/os2howto.txt file to collect > such information as David presented because it ma

Re: [Harbour] bld 12605 and OS/2

2009-09-23 Thread Maurilio Longo
Viktor Szakáts wrote: > > .exp/.tds/.def is fine, on GNU Make level > shell support is generic and I don't think > it's a good idea to delete a few lines to > optimize it, it doesn't hurt, but this way > it's complete and feature-equal with other > shells. > Yes, I did not want to remove them >

Re: [Harbour] OS/2: library format

2009-09-23 Thread Viktor Szakáts
Przemyslaw Czerpak wrote: On Wed, 23 Sep 2009, Maurilio Longo wrote: Hi Maurilio and David, I cannot say too much about OS2 real usage because I do not know this system. IMHO it will be good to create doc/os2howto.txt file to collect such information as David presented because it may be very

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

2009-09-23 Thread snaiperis
Revision: 12607 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12607&view=rev Author: snaiperis Date: 2009-09-23 13:29:52 + (Wed, 23 Sep 2009) Log Message: --- 2009-09-23 16:30 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * contrib/hbmemio

[Harbour] bin/postinst.cmd

2009-09-23 Thread Maurilio Longo
Viktor, postinst.cmd uses HB_INSTALL_PREFIX to decide where to copy some files, on OS/2 HB_INSTALL_PREFIX gets set on startup to ! HB_INSTALL_PREFIX automatically set to: E:\repository\harbour which is where I have my copy of the svn repository, so in postinst.cmd this test is false

Re: [Harbour] bin/postinst.cmd

2009-09-23 Thread Viktor Szakáts
postinst.cmd uses HB_INSTALL_PREFIX to decide where to copy some files, on OS/2 HB_INSTALL_PREFIX gets set on startup to ! HB_INSTALL_PREFIX automatically set to: E:\repository\harbour which is where I have my copy of the svn repository, so in postinst.cmd this test is false

Re: [Harbour] bin/postinst.cmd

2009-09-23 Thread Maurilio Longo
Viktor, I'm sorry but I don't understand; I have set HB_BIN_INSTALL HB_LIB_INSTALL HB_INC_INSTALL HB_DOC_INSTALL Where should this envvar point? Is it attached to the beginning (since it is a _PREFIX) of the various HB_???_INSTALL ones? Maurilio. Viktor Szakáts wrote: >> postinst.cmd uses H

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

2009-09-23 Thread Mindaugas Kavaliauskas
Hi, I want to share more test results after using memory FS in real project. Report generation time (min:sec): Local disk database 3:07 Network database25:52 Local disk database and MemFS2:22 + 0:03 (copying to memory FS) Network database and MemFS

Re: [Harbour] bin/postinst.cmd

2009-09-23 Thread Viktor Szakáts
I'm sorry but I don't understand; I have set HB_BIN_INSTALL HB_LIB_INSTALL HB_INC_INSTALL HB_DOC_INSTALL You only have to use above settings if you want to use non-default dir structure inside HB_INSTALL_PREFIX. Default structure is: - /bin - /lib/os2/gcc - /include - /doc respectively. Where

RE: [Harbour] MS SQL and ODBC.

2009-09-23 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Mindaugas Kavaliauskas [mailto:dbto...@dbtopas.lt] >Sent: Tuesday, September 22, 2009 7:04 PM >To: Harbour Project Main Developer List. >Subject: Re: [Harbour] MS SQL and ODBC. > >Hi, [...] >> Id_klient is numeric, nazwa is varchar. >> Can anybody check this ? >

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

2009-09-23 Thread druzus
Revision: 12608 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12608&view=rev Author: druzus Date: 2009-09-23 15:52:09 + (Wed, 23 Sep 2009) Log Message: --- 2009-09-23 17:50 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbcom

Re: [Harbour] Re: Possible OLE bug

2009-09-23 Thread Antonio Linares
Viktor, Thanks for your answer and time to review it. Good to see that Przemek fixes his own bugs :-) best regards, Antonio 2009/9/23 Przemyslaw Czerpak : > On Wed, 23 Sep 2009, Szak�ts Viktor wrote: >> To all: >> My dev PC (WinXP) died tonight, so don't expect frequent >> SVN updates until th

Re: [Harbour] Re: Possible OLE bug

2009-09-23 Thread Viktor Szakáts
Hi Antonio, I don't understand your message, OLE was never Przemek's code, current SVN is brand new implementation from Mindaugas and additions by Przemek. Brgds, Viktor On 2009 Sep 23, at 18:17, Antonio Linares wrote: Viktor, Thanks for your answer and time to review it. Good to see that P

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

2009-09-23 Thread druzus
Revision: 12609 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12609&view=rev Author: druzus Date: 2009-09-23 20:06:33 + (Wed, 23 Sep 2009) Log Message: --- 2009-09-23 22:05 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/common

[Harbour] Error building Harbour Pelles C 6.0.4

2009-09-23 Thread José Luis Capel
Building Harbour from latest svn (PellesC 32bits 6.0.4) pocc.exe -I. -Ze -Go -MT -W1 -Ot -I../../../../../include -DHB_HAS_PCRE -ID:/ programacion_disk/Programacion/harbour/external/pcre -DPCRE_STATIC -DHB_HAS_ZLIB -ID:/programacion_disk/Programacion/harbour/external/zlib -Fosha2.obj -c ../.

Re: [Harbour] Error building Harbour Pelles C 6.0.4

2009-09-23 Thread Viktor Szakáts
This seems to be a FAQ. I'll update INSTALL. 6.0 IS buggy, moreover I reported all problems (starting with 5.0) and NONE were ever even answered on the forum. Probably in Harbour we should concentrate on serious compilers. Brgds, Viktor On 2009 Sep 23, at 22:51, José Luis Capel wrote: Build

Re: [Harbour] Error building Harbour Pelles C 6.0.4

2009-09-23 Thread José Luis Capel
Viktor, Thanks for your answer... > 6.0 IS buggy, moreover I reported all problems (starting > with 5.0) and NONE were ever even answered on the forum. > > Ups.. I am sorry but I don't follow so closely this list and I dind't remeber to read that problems. > Probably in Harbour we should conc