[Harbour] CodePage and RDDSQL

2009-10-13 Thread Horodyski Marek (PZUZ)
Mindaugas, RDDSQL/SQLMIX ignored CP parametr in function : dbUseArea( <.nw.>, , <(db)>, <(a)>, if(<.sh.> .or. <.ex.>, !<.ex.>, NIL), <.ro.> [, ] ) Can you add support for this parameter? Regards, Marek Horodyski ___ Harbour mailing list Harbour@harbour

Re: [Harbour] HBQT - HBXBP : Garbage Collection

2009-10-13 Thread Massimo Belgrano
Follow my link "An implicitly shared class has total control of its internal data. In any member function that modify its data, it automatically detaches before modifying the data." http://www.kde.gr.jp/~ichi/qt-2.3.2/shclass.html "Memory manager in qt..with Qt it is possible to emulate garbage co

Re: [Harbour] RDDADO on Beta3

2009-10-13 Thread fmancera
Hello everybody, I long work with SQL directly, and that's what I am recommending to others who ask me about ADORDD. I vote to eliminate it of harbor. Anyway Antonio Linares has long held a post in their forums about adordd with a downloadable version. Anyone who wants to use it can go there, sure

Re: [Harbour] RDDADO on Beta3

2009-10-13 Thread Massimo Belgrano
Posted problem and i follow Answer http://forums.fivetechsupport.com/viewtopic.php?f=3&t=6814&p=88290#p88290 i invite everybody interested participate to discussion 2009/10/13 : > Hello everybody, > > I long work with SQL directly, and that's what I am recommending to others > who ask me about AD

Re: [Harbour] Harbour Forum and Wiki.

2009-10-13 Thread Przemyslaw Czerpak
On Tue, 13 Oct 2009, Szak�ts Viktor wrote: Hi, > I can't solve the PP parser part, but if such > function gets added to core, I'm ready to add support > for it in hbmk2. > Przemek, do you think that such function would be possible > to implement? > __PP_INCLUDELIST( , ) -> > (or something with

Re: [Harbour] Harbour Forum and Wiki.

2009-10-13 Thread Viktor Szakáts
It has to be fully integrated with compiler because included files may depend on conditional compilation so you have to activate compiler with all compiler switches which are used for normal compilation (plus switch(es) which enable autodependent checking) to preproces .prg files otherwise it w

RE: [Harbour] RDDADO on Beta3

2009-10-13 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: fmanc...@viaopen.com [mailto:fmanc...@viaopen.com] >Sent: Tuesday, October 13, 2009 10:36 AM >To: Harbour Project Main Developer List. >Subject: Re: [Harbour] RDDADO on Beta3 > >Hello everybody, > >I long work with SQL directly, and that's what I am >recommendin

Re: [Harbour] RDDADO on Beta3

2009-10-13 Thread Massimo Belgrano
2009/10/13 Horodyski Marek (PZUZ) : >>-Original Message- > I have tested ADO from contrib. > >From Oracle correctly maps only field type CHARACTER. > For others types, gives the value of U. Can you post a sample (that recreate your problem ) http://forums.fivetechsupport.com/viewtopic.php?f

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

2009-10-13 Thread vszakats
Revision: 12696 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12696&view=rev Author: vszakats Date: 2009-10-13 10:41:18 + (Tue, 13 Oct 2009) Log Message: --- 2009-10-13 12:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_prn2.c

Re: [Harbour] Harbour Forum and Wiki.

2009-10-13 Thread Przemyslaw Czerpak
On Tue, 13 Oct 2009, Szak�ts Viktor wrote: >> Please also remember that Harbour supports also #pragma __[c]streaminclude >> which should also be detected and in the future may support some other >> extensions like using compiler switches in #if expressions, i.e.: >> #if enabled( -kh ) >> #in

Re: [Harbour] Harbour Forum and Wiki.

2009-10-13 Thread Lorenzo Fiorini
On Tue, Oct 13, 2009 at 11:27 AM, Przemyslaw Czerpak wrote: > I'll add to compiler support for such functionality. > It will work like -M in GCC. > For hbmk2 which uses embedded Harbour compiler I also add support > for function which will return list of dependencies instead of > sending them to

Re: [Harbour] Harbour Forum and Wiki.

2009-10-13 Thread Roberto Lopez
Przemyslaw Czerpak wrote: in summary it means that the only one method to generate correct dependencies list which will always work is compiler (or code which fully replicates compiler and PP behavior). I'll add to compiler support for such functionality. It will work like -M in GCC. For hbmk2 w

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

2009-10-13 Thread druzus
Revision: 12697 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12697&view=rev Author: druzus Date: 2009-10-13 13:17:15 + (Tue, 13 Oct 2009) Log Message: --- 2009-10-13 15:16 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbpp.

Re: [Harbour] Harbour Forum and Wiki.

2009-10-13 Thread Massimo Belgrano
Very Good Thanks! 2009/10/13 Przemyslaw Czerpak : > On Tue, 13 Oct 2009, Szak�ts Viktor wrote: > > in summary it means that the only one method to generate correct > dependencies list which will always work is compiler (or code > which fully replicates compiler and PP behavior). > I'll add to comp

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

2009-10-13 Thread Roberto Lopez
dru...@users.sourceforge.net wrote: + added support for new compiler switch -sm which can be used to generate dependencies list. * modified HB_COMPILEBUF() function to return dependencies list instead of .HRB file body when -sm switch is used. Files in single module are

RE: [Harbour] RDDADO on Beta3

2009-10-13 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Massimo Belgrano [mailto:mbelgr...@deltain.it] >Sent: Tuesday, October 13, 2009 12:09 PM >To: Harbour Project Main Developer List. >Subject: Re: [Harbour] RDDADO on Beta3 > >2009/10/13 Horodyski Marek (PZUZ) : >>>-Original Message- >> I have tested ADO fr

Re: [Harbour] Harbour Forum and Wiki.

2009-10-13 Thread Massimo Belgrano
I noticed that Antonio Linares have a right idea request contribute in the wiki for fivetech product and pay with fivetech product and seem also having a good response Compliment! What can we do something of similar? Can we search any kind of collaboration with Fivetech? >Help to complete the wik

Re: [Harbour] RDDADO on Beta3

2009-10-13 Thread Massimo Belgrano
I can try i Need Connection string and structure/data Oracle can give more way from ado OLE DB Provider for Oracle (from Microsoft) strConnect = _T("Provider=MSDAORA;Data Source=MyOracleDB;User Id=myUsername;" "Password=myPassword;"); OLE DB Standard Provider for Oracle (from Oracle). strConnect =

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

2009-10-13 Thread druzus
Revision: 12698 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12698&view=rev Author: druzus Date: 2009-10-13 14:47:49 + (Tue, 13 Oct 2009) Log Message: --- 2009-10-13 16:47 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/compiler/

Re: [Harbour] Harbour Forum and Wiki.

2009-10-13 Thread Viktor Szakáts
I noticed that Antonio Linares have a right idea request contribute in the wiki for fivetech product and pay with fivetech product and seem also having a good response Compliment! What can we do something of similar? Can we search any kind of collaboration with Fivetech? FiveTech wants to outsou

Re: [Harbour] Harbour Forum and Wiki.

2009-10-13 Thread Massimo Belgrano
You are right also if last Offer of fivetech is started from Aug 20, 2009 and reading post i think that about 20 user have completed works/request copies Fivewin for [x]Harbour have 69000 messages (90.00 total) so is a big comunity 1500 user This comunity know and use Harbour so i think a way of co

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

2009-10-13 Thread vszakats
Revision: 12699 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12699&view=rev Author: vszakats Date: 2009-10-13 15:52:57 + (Tue, 13 Oct 2009) Log Message: --- 2009-10-13 17:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.pt_BR.p

Re: [Harbour] Web Services in Harbour

2009-10-13 Thread Viktor Szakáts
Hi Marek, Toninho, pls. test this code, it work for my : // test Web Servicess PROCEDURE Main() LOCAL oSoapClient := CreateObject( "MSSOAP.SoapClient" ) Cls ? 'Test czy typ klienta jest dostępny :', ValType( oSoapClient) oSoapClient:msSoapInit( 'http://www.dataaccess.com/ webservicesserver/t

Re: [Harbour] Web Services in Harbour

2009-10-13 Thread Massimo Belgrano
IMO dotnet framework or soap sdk 3.0 toolkit http://www.microsoft.com/downloads/details.aspx?FamilyId=C943C0DD-CEEC-4088-9753-86F052EC8450&displaylang=en 2009/10/13 Viktor Szakáts : > Hi Marek, > >> Toninho, pls. test this code, it work for my : >> >> // test Web Servicess >> PROCEDURE Main() >> L

Re: [Harbour] Web Services in Harbour

2009-10-13 Thread Viktor Szakáts
Thanks. SOAP Toolkit is deprecated by .NET Framework. I have the latter on the machine, it was a prerequisite of MSVS 2008, I've installed it (them) through Windows Update after installing the VM. Yet, this example doesn't work. Any ideas? Brgds, Viktor On 2009 Oct 13, at 18:25, Massimo Bel

Re: [Harbour] Web Services in Harbour

2009-10-13 Thread Massimo Belgrano
Hope be usefull http://objectmix.com/dotnet/107166-where-get-mssoap-soapclient.html http://support.microsoft.com/kb/307033/it http://www.codeproject.com/KB/XML/vcsoapclient.aspx?msg=223 But you can also other way like CreateObject("MSSOAP.SoapClient30") 2009/10/13 Viktor Szakáts : > Thanks.

Re: [Harbour] Web Services in Harbour

2009-10-13 Thread Viktor Szakáts
I've found these links on Google also. Anyhow I realized how it works now, while SOAP Toolkit is "superceded" by .NET Framework, in MS parlance this means that SOAP Toolkit is *abandoned*, and instead you must use .NET Framework to access similar functionality through other means. Which means I

[Harbour] About the new -sm option

2009-10-13 Thread Lorenzo Fiorini
I'm trying to figure out how to use it in my makefiles with hb* scripts. To avoid the double call of hbcmp, I'm trying to create a make depend target that creates a .d file. Is this the supposed usage? best regards, Lorenzo ___ Harbour mailing list Har

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

2009-10-13 Thread vszakats
Revision: 12700 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12700&view=rev Author: vszakats Date: 2009-10-13 18:03:23 + (Tue, 13 Oct 2009) Log Message: --- 2009-10-13 20:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/tests/testo

Re: [Harbour] HBQT - HBXBP : Garbage Collection

2009-10-13 Thread Pritpal Bedi
Hello Massimo Massimo Belgrano-3 wrote: > > "Memory manager in qt..with Qt it is possible to emulate garbage > collection for child and parent classes that are derived from > QObject." > http://silmor.de/33 > Thanks for the links. But this is not what fits our purpose though it has provided

Re: [Harbour] Re: SF bug tracker#2873146: Lang ES850c not fully compatible with clipper

2009-10-13 Thread Maurizio Faccio adinet
I've tried the suggestion that Xavi proposed, but it produces a bad conversion. 1- Changing the es850C as proposed by CPINFO. 2- Changing cdpapi as XAVI propose and (1). It produce UPPER(á)-> B 3- original cdpapi with the following change in de es850c as detailed in the CPINFO.txt. I guess tha

Re: [Harbour] Re: SF bug tracker#2873146: Lang ES850c not fully compatible with clipper

2009-10-13 Thread Viktor Szakáts
Hi Maurizio, Please post any patches, source files, etc, zipped and attached. In some mailers (like Apple Mail) such mails like this will flow text attachments directly into mail body, so it's impossible to extract them without spending valuable time on reformatting them manually. Also see sect

Re: [Harbour] Re: SF bug tracker#2873146: Lang ES850c not fully compatible with clipper

2009-10-13 Thread Viktor Szakáts
Ok I send the zipped patch Thank you. I do not find the section 13 in INSTALL Just try, it's there. [ it has been added a few weeks ago, maybe you use older sources ] Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.org http://lists

Re: [Harbour] HBQT - HBXBP : Garbage Collection

2009-10-13 Thread Massimo Belgrano
Glad to be usefull, and thanks for your effort 2009/10/13 Pritpal Bedi : > > Hello Massimo > > > Massimo Belgrano-3 wrote: >> >> "Memory manager in qt..with Qt it is possible to emulate garbage >> collection for child and parent classes that are derived from >> QObject." >> http://silmor.de/33 >>

Re: [Harbour] Web Services in Harbour

2009-10-13 Thread Massimo Belgrano
Glad to be usefull, and thanks for your effort 2009/10/13 Viktor Szakáts : > I've found these links on Google also. > > Anyhow I realized how it works now, while SOAP Toolkit > is "superceded" by .NET Framework, in MS parlance > this means that SOAP Toolkit is *abandoned*, and instead > you must u

Re: [Harbour] About the new -sm option

2009-10-13 Thread Przemyslaw Czerpak
On Tue, 13 Oct 2009, Lorenzo Fiorini wrote: > I'm trying to figure out how to use it in my makefiles with hb* scripts. > To avoid the double call of hbcmp, I'm trying to create a make depend > target that creates a .d file. > Is this the supposed usage? If you want to use it in such context then w

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

2009-10-13 Thread druzus
Revision: 12701 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12701&view=rev Author: druzus Date: 2009-10-13 22:16:30 + (Tue, 13 Oct 2009) Log Message: --- 2009-10-14 00:16 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbcom

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

2009-10-13 Thread Viktor Szakáts
Thank you. You read my mind :) Brgds, Viktor On 2009 Oct 14, at 00:16, dru...@users.sourceforge.net wrote: Revision: 12701 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12701&view=rev Author: druzus Date: 2009-10-13 22:16:30 + (Tue, 13 Oct 2009) Log Messa

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

2009-10-13 Thread druzus
Revision: 12702 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12702&view=rev Author: druzus Date: 2009-10-13 23:04:05 + (Tue, 13 Oct 2009) Log Message: --- 2009-10-14 01:03 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/compiler/

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

2009-10-13 Thread Przemyslaw Czerpak
On Wed, 14 Oct 2009, Szak�ts Viktor wrote: > Thank you. You read my mind :) :-) Please also look at next commit. If hbmk2 uses all harbour compiler parameters set by user also with -sm switch (does it?) then passing -m to hbmk2 should give some additional small improvement. In practice it finish

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

2009-10-13 Thread Viktor Szakáts
On Wed, 14 Oct 2009, Szak�ts Viktor wrote: Thank you. You read my mind :) :-) Please also look at next commit. If hbmk2 uses all harbour compiler parameters set by user also with -sm switch (does it?) then passing -m to hbmk2 should give some additional Yes, it does. small improvement. I

[Harbour] Using RDD CDX

2009-10-13 Thread Bruno Luciani
I need to know , how is the correct way to iniate RDD CDX in windows and in linux I have some problems using it and may be is the way that I use thanks in advance Bruno ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project

Re: [Harbour] Re: SF bug tracker#2873146: Lang ES850c not fully compatible with clipper

2009-10-13 Thread Viktor Szakáts
Hi Maurizio, Could you post the Clipper versions and NATSORT modules versions you used for reference? These lines are missing from CPINFO output. Brgds, Viktor On 2009 Oct 13, at 22:41, Maurizio Faccio adinet wrote: Ok I send the zipped patch I do not find the section 13 in INSTALL THANKS

Re: [Harbour] Re: SF bug tracker#2873146: Lang ES850c not fully compatible with clipper

2009-10-13 Thread Viktor Szakáts
On 2009 Oct 14, at 01:58, Viktor Szakáts wrote: Hi Maurizio, Could you post the Clipper versions and NATSORT modules versions you used for reference? These lines are missing from CPINFO output. [ sry, not missing: these the Harbour output only. ] ___

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

2009-10-13 Thread Viktor Szakáts
This way it could even be possible to optimize parsing by skipping files which had already been traversed once. (it is done this way in hbmk2 default mode) I'm afraid this latter cannot be done using PP method. Sorry for the noise. Brgds, Viktor ___

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

2009-10-13 Thread vouchcac
Revision: 12703 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12703&view=rev Author: vouchcac Date: 2009-10-14 00:53:02 + (Wed, 14 Oct 2009) Log Message: --- 2009-10-13 17:46 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbqt/qth/QBitmap.qt

Re: [Harbour] Re: Harbour Forum and Wiki.

2009-10-13 Thread Phil Barnett
On Mon, 2009-10-12 at 14:19 -0200, Angel Pais wrote: > Maybe here we are having language barriers difficulting communication, > but in the experimental HMG 3.0, Roberto have icluded hbmk2 and is using > it. > He is running some tests to report here later the things he finds. > Roberto has issued

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

2009-10-13 Thread Przemyslaw Czerpak
On Tue, 13 Oct 2009, vszak...@users.sourceforge.net wrote: Hi, > 2009-10-13 17:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) > * utils/hbmk2/hbmk2.pt_BR.po > * utils/hbmk2/hbmk2.hu_HU.po > * utils/hbmk2/hbmk2.prg > + Added support for new dependency checking method which uses >

[Harbour] Re: Harbour Forum and Wiki.

2009-10-13 Thread Angel Pais
Yes of course Phil This problem arose form success. Programmers want to use all new toys Harbour is having right now, and this is putting pressure on products like HMG. So let's not count this a a difficulty but a pain derived from growth. Additionally more people testing Harbour on different s

Re: [Harbour] About the new -sm option

2009-10-13 Thread Lorenzo Fiorini
On Wed, Oct 14, 2009 at 12:15 AM, Przemyslaw Czerpak wrote: >   #!/bin/sh >   echo -n "${1%.prg}.o: " > "${1%.prg}.d" >   hbcmp -n2 -sm -q2 "$1" >> "${1%.prg}.d" What about integrate it with hbcmp itself? This is a typical rules file I use in a hrb+js+xml app where prg includes many js and xml