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

2009-10-28 Thread vouchcac
Revision: 12781 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12781&view=rev Author: vouchcac Date: 2009-10-29 02:16:21 + (Thu, 29 Oct 2009) Log Message: --- * contrib/hbqt/hbqt_slots.cpp * contrib/hbqt/hbqt_slots.h * contrib/hbqt/qth/QAbstract

[Harbour] Search Mailing List?

2009-10-28 Thread Jerry Finuliar
Hi, Is there a way to search through the mailing list archives? (of course except from downloading it) Sorry for asking this silly question. Thanks, Jerry -- ___ Surf the Web in a faster, safer and easier way: Download Opera 9 at http://www.opera

Re: [Harbour] Re: hbmk2

2009-10-28 Thread Viktor Szakáts
while my file hwgui.lib is recompiled if I call: c:>\project\hbmk2 sciwin.hbm It don't relink the new lib. :( Try dropping .lib extension from -l options. They are unnecessary and may break the process depending on the compiler you use. [ See hbmk2 --help about that at -l option description. ] If

[Harbour] Re: hbmk2

2009-10-28 Thread Itamar Lins
Viktor Szakáts escreveu: Hi, hbmk2 don't check if lib is more recent and not link again with new lib. In my project my files is: --->8-- -inc -lhwgui.lib -lhwg_qhtm.lib -lprocmisc.lib -lhbxml.lib -gui -run --8<--- while my file hwgui.lib is recompiled if I call: c:>\project\hbmk

Re: [Harbour] hbmk2

2009-10-28 Thread Viktor Szakáts
Hi, hbmk2 don't check if lib is more recent and not link again with new lib. In my project my files is: --->8-- -inc -lhwgui.lib -lhwg_qhtm.lib -lprocmisc.lib -lhbxml.lib -gui -run --8<--- while my file hwgui.lib is recompiled if I call: c:>\project\hbmk2 sciwin.hbm It don't re

[Harbour] hbmk2

2009-10-28 Thread Itamar Lins
Hi! Mr Viktor Szakáts. hbmk2 don't check if lib is more recent and not link again with new lib. In my project my files is: --->8-- -inc -lhwgui.lib -lhwg_qhtm.lib -lprocmisc.lib -lhbxml.lib -gui -run --8<--- while my file hwgui.lib is recompiled if I call: c:>\project\hbmk2 sciwin

Re: [Harbour] ADS limits

2009-10-28 Thread Viktor Szakáts
Hi Przemek, I was unable to find a index level limit in Harbour's DBFCDX driver using the test. Because it's not possible to exploit this problem in Harbour CDX implementation. If you are using ADS then you can try to use ADI indexes. Looking at .ADI files with binary editor they seem to be sl

[Harbour] Portable win .dll support

2009-10-28 Thread Viktor Szakáts
* contrib/hbwin/win_dll.c % Deleted cDLL structure member. - Deleted __XHARBOUR__ guarded parts (related to C structure handling, probably never tested, plus it didn't look something mature anyway) ; TOFIX: win64 .dll support, strangely testdll gives slightly differe

Re: [Harbour] ADS limits

2009-10-28 Thread Przemysław Czerpak
On Wed, 28 Oct 2009, Mindaugas Kavaliauskas wrote: Hi, > in the beginning I was going to write a private email to Przemek and > ask about CDX detail, but more deep test gave me an answer. > The problem of the customers was that sometimes browse does not show > records (in scoped alias), but recor

Re: [Harbour] ADS limits

2009-10-28 Thread Mindaugas Kavaliauskas
Hi, ToninhoFWi wrote: I had this problem in the past and I change ads1.c to trap it: 2008-09-22 16:19 UTC-0300 Antonio Carlos Pantaglione * harbour/contrib/rddads/ads1.c * using AdsCreateIndex61 when ADS_LIB_VERSION >= 610. This functions use ADS_DEFAULT as index page size parameter and

Re: [Harbour] ADS limits

2009-10-28 Thread ToninhoFWi
Hi Mindaugas, I had this problem in the past and I change ads1.c to trap it: 2008-09-22 16:19 UTC-0300 Antonio Carlos Pantaglione * harbour/contrib/rddads/ads1.c * using AdsCreateIndex61 when ADS_LIB_VERSION >= 610. This functions use ADS_DEFAULT as index page size parameter and force Adva

Re: [Harbour] will harbour run on present and future os for small device?

2009-10-28 Thread Massimo Belgrano
seem that Android is more good for native c application: Developer Nathan Freitas has announced that the native C Tor application has been successfully ported to Android, including an application that "installs, runs and provides the glue needed to make it useful to end users 2.0 sdk released http:

Re: [Harbour] ADS limits

2009-10-28 Thread Massimo Belgrano
To direct access follow is right link http://www.nntp.hk/web/devzone.advantagedatabase.com,Advantage.xHarbour.html 2009/10/28 Massimo Belgrano > I suggest you post also at advantage news group of [x]harbour > That is

Re: [Harbour] ADS limits

2009-10-28 Thread Massimo Belgrano
I suggest you post also at advantage news group of [x]harbour That is very active You can access via web using follow http://www.nntp.hk/web/?server=devzone.advantagedatabase.com and choice advantage.xharbour or if works http://www.nntp

Re: [Harbour] bug: GTXWC and HB_GTI_WINTITLE

2009-10-28 Thread Tamas TEVESZ
On Wed, 28 Oct 2009, Przemysław Czerpak wrote: > > > hb_gtInfo( HB_GTI_WINTITLE, "string with accented chars" ) > > > doesn't seem to respect app CP (like now f.e. GTWVT does) > > > with GTXWC, accented chars don't appear correctly in title > > > bar. > > > I tried to fix it by convertin

[Harbour] ADS limits

2009-10-28 Thread Mindaugas Kavaliauskas
Hi, in the beginning I was going to write a private email to Przemek and ask about CDX detail, but more deep test gave me an answer. The problem of the customers was that sometimes browse does not show records (in scoped alias), but records for sure exist in database. We found that ORDKEYCO

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

2009-10-28 Thread Lorenzo Fiorini
On Wed, Oct 28, 2009 at 10:12 AM, wrote: >  * contrib/hbxbp/tests/demoxbp.prg > >    ! Fixes to release objects in proper order. >      Now demoxbp.exe terminates fine. Also you can >      open as many dialogs as you want. Closing next dialog >      releases the memory belonging to Qt objects bu

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

2009-10-28 Thread vouchcac
Revision: 12780 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12780&view=rev Author: vouchcac Date: 2009-10-28 09:12:14 + (Wed, 28 Oct 2009) Log Message: --- 2009-10-28 02:01 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbqt/hbqt_slots.cpp

Re: [Harbour] Error making harbour - ChangeLog 12778

2009-10-28 Thread Alex Strickland
Przemysław Czerpak wrote: Please try again with current SVN code. Should be fixed at: 2009-10-28 09:13 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) It is fixed, and testax.prg works flawlessly, so does my hwgui test code. Thank you once again. Regards Alex ___

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

2009-10-28 Thread Viktor Szakáts
Thank you very much (also to Tamas), after this patch it's working perfectly. Brgds, Viktor On 2009 Oct 28, at 09:13, dru...@users.sourceforge.net wrote: Revision: 12779 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12779&view=rev Author: druzus Date: 2009-10-

Re: [Harbour] Error making harbour - ChangeLog 12778

2009-10-28 Thread Przemysław Czerpak
On Wed, 28 Oct 2009, Alex Strickland wrote: Hi, > With Harbour (Changelog: * $Id: ChangeLog 12778 2009-10-27 18:49:44Z druzus $) > I did a SVN update this morning, "make clean", "make", and "make > install". Only harbour.exe and hbpp.exe were copied to the bin > directory (I discovered this tryin

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

2009-10-28 Thread druzus
Revision: 12779 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12779&view=rev Author: druzus Date: 2009-10-28 08:13:41 + (Wed, 28 Oct 2009) Log Message: --- 2009-10-28 09:13 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/gtxwc

Re: [Harbour] bug: GTXWC and HB_GTI_WINTITLE

2009-10-28 Thread Przemysław Czerpak
On Wed, 28 Oct 2009, Tamas TEVESZ wrote: Hi, > > hb_gtInfo( HB_GTI_WINTITLE, "string with accented chars" ) > > doesn't seem to respect app CP (like now f.e. GTWVT does) > > with GTXWC, accented chars don't appear correctly in title > > bar. > > I tried to fix it by converting to UTF8 in gtx

[Harbour] Error making harbour - ChangeLog 12778

2009-10-28 Thread Alex Strickland
With Harbour (Changelog: * $Id: ChangeLog 12778 2009-10-27 18:49:44Z druzus $) I did a SVN update this morning, "make clean", "make", and "make install". Only harbour.exe and hbpp.exe were copied to the bin directory (I discovered this trying to test testax.prg). I am using MSVC 2008. I then