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

2009-05-07 Thread vszakats
Revision: 11010 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11010&view=rev Author: vszakats Date: 2009-05-08 05:50:23 + (Fri, 08 May 2009) Log Message: --- 2009-05-08 07:48 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/tclass.prg

[Harbour] hb_SToT() without parameter

2009-05-07 Thread Viktor Szakáts
Hi Przemek, Can we you support for hb_SToT() call with no parameter? Currently it RTEs in this case. It's pair hb_SToD() does work without it, and does the same as hb_SToD( "" ). Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.org http://l

[Harbour] Slowness on mailing list ?

2009-05-07 Thread Viktor Szakáts
Hi Phil, It seems we're experiencing slow response times on the list since yesterday. I haven't received commit notifications for last two commits, one of them done 13 hours ago, the other 8 hours ago. Could you take a look at it? Brgds, Viktor ___ Harb

Re: [Harbour] Harbour AND MDB

2009-05-07 Thread Enrico Maria Giordano
-Messaggio Originale- Da: A: Data invio: giovedì 7 maggio 2009 22.08 Oggetto: [Harbour] Harbour AND MDB Hi what have i do to open MDB Access archieves with harbour? This is a sample: #define adOpenForwardOnly 0 #define adOpenKeyset 1 #define adOpenDynamic 2 #define adOp

Re: [Harbour] Harbour AND MDB

2009-05-07 Thread Massimo Belgrano
hbmk2 access.prg rddado.lib hbwin.lib --access.prg #include "adordd.ch" REQUEST ADORDD function Main() USE Test.mdb VIA "ADORDD" TABLE "mail" Browse() USE return nil 2009/5/7 > Hi > what have i do to open MDB Access archieves with harbour? > Which libraries have i to download

[Harbour] Harbour AND MDB

2009-05-07 Thread calimero22
Hi what have i do to open MDB Access archieves with harbour? Which libraries have i to download? In which folder must i store them? How to compile the program PRG? Thank you very much to ALL. Giovanni --Dada.net has a new music store! Get MP3s and Ringtones from 1000s of artists, transfer the

Re: [Harbour] Error with DumpVar

2009-05-07 Thread Rossine
Hello All, I try with harbour 11007 and this errors persist: [ERRORS] Error: Unresolved external '_HB_FUN___SETCLASSSCOPE' referenced from C:\HRB_BCC\LIB\XHB.LIB|dumpvar Error: Unresolved external '_HB_FUN___OBJGETMSGFULLLIST' referenced from C:\HRB_BCC\LIB\XHB.LIB|dumpvar Error: Unresolved exte

Re: [Harbour] Error in Harbour generation with MSVC (again)

2009-05-07 Thread Kleyber
Ranier Vilela wrote: > > Kleyber escreveu: >> Hi, >> >> I've upgraded my Harbour with tha last revision, but when I try to >> compile >> all with make_gnu (using MSVC) it gives me this errors: >> >> make (e=193): Error 193 >> make.exe[3]: *** [expropt.obj] Error 193 >> make.exe[3]: Leaving dire

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

2009-05-07 Thread Viktor Szakáts
Even better, I've committed it, with some more minor opt. [ didn't test it though, probably we should have an hb_alert() function with this and maybe more feature, I was thinking adding it. IMO we should gradually do something with all HB_EXTENSIONs we have, there isn't too many in fact: ALERT()

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

2009-05-07 Thread Viktor Szakáts
Thanks a lot, and I even realized it can be NIL but forgot to apply it to this logic. I'll add checks to all such statements, later we may optimize out those not necessary. I'll commit ASAP. Brgds, Viktor On Thu, May 7, 2009 at 5:58 PM, Przemyslaw Czerpak wrote: > On Thu, 07 May 2009, vszak...

Re: [Harbour] Error with DumpVar

2009-05-07 Thread Viktor Szakáts
Thanks Francesco. Brgds, Viktor On Thu, May 7, 2009 at 4:29 PM, Francesco Saverio Giudice < i...@fsgiudice.com> wrote: > Hi Viktor, > I have my version ho dumpvar for harbour, but I have modified internals to > access objects. > I will post a diff here ASAP to see if my changes can be added to sv

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

2009-05-07 Thread Przemyslaw Czerpak
On Thu, 07 May 2009, Przemyslaw Czerpak wrote: > > 2009-05-07 15:28 UTC+0200 Viktor Szakats (harbour.01 syenar hu) > > * source/rtl/alert.prg > > + Added TIMESTAMP support for Alert() (extended mode only) > What do you think about using: >cMessage := hb_CStr( xMessage ) Ups, it should be

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

2009-05-07 Thread Przemyslaw Czerpak
On Thu, 07 May 2009, vszak...@users.sourceforge.net wrote: Hi, > 2009-05-07 15:28 UTC+0200 Viktor Szakats (harbour.01 syenar hu) > * source/rtl/alert.prg > + Added TIMESTAMP support for Alert() (extended mode only) What do you think about using: cMessage := hb_CStr( xMessage ) Instead

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

2009-05-07 Thread Przemyslaw Czerpak
On Thu, 07 May 2009, vszak...@users.sourceforge.net wrote: Hi, > 2009-05-07 08:55 UTC+0200 Viktor Szakats (harbour.01 syenar hu) > * source/rtl/tget.prg > + Added TIMESTAMP support for GETs. > % Optimizations using SWITCH and FOR EACH. Thank you very much anyhow there is one problem wi

Re: [Harbour] Error with DumpVar

2009-05-07 Thread Francesco Saverio Giudice
Hi Viktor, I have my version ho dumpvar for harbour, but I have modified internals to access objects. I will post a diff here ASAP to see if my changes can be added to svn. Best regards Francesco Il 07/05/2009 14.19, Szakáts Viktor ha scritto: Hi Rossine, I will fix one of these errors, but

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

2009-05-07 Thread druzus
Revision: 11006 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11006&view=rev Author: druzus Date: 2009-05-07 14:44:36 + (Thu, 07 May 2009) Log Message: --- 2009-05-07 16:52 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbcom

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

2009-05-07 Thread vszakats
Revision: 11005 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11005&view=rev Author: vszakats Date: 2009-05-07 13:29:04 + (Thu, 07 May 2009) Log Message: --- 2009-05-07 15:28 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/alert.prg

Re: [Harbour] Error with DumpVar

2009-05-07 Thread Szakáts Viktor
Hi Rossine, I will fix one of these errors, but for the rest AFAIK we don't support them in Harbour as they are dealing with internals on the user/app level. Maybe someone can help with the Harbour alternatives (debug functions?), or by modifying this function to at least build under Harbour wit

[Harbour] Error with DumpVar

2009-05-07 Thread Rossine
Hello, This sample: [CODE] PROCEDURE Main LOCAL aArray := { 1, 2, 3 } LOCAL cString := "Test" LOCAL dDate:= Date() LOCAL hHash:= { "A" => 1, "B" => 2 } LOCAL lLogic := .T. LOCAL nNumber := 1.2345 LOCAL pPointer := ( @Main() ) LOCAL un

Re: [Harbour] hbmk2 .po generation real life testing - speed issue

2009-05-07 Thread Szakáts Viktor
See my above thoughs. Do you think it's possible to do the 'reverse' logic I was referring to? To put it simply, I'd like to be able to update my full .po (containing translation) with one simple .pot file. In this mode only new strings should be added. In another (full-sync) mode, which can

Re: [Harbour] Added some missing credits at changelog of xharbour

2009-05-07 Thread Massimo Belgrano
What is planed in next version od code RDD? 2009/5/7 Przemyslaw Czerpak : > On Thu, 07 May 2009, Massimo Belgrano wrote: >> From: Miguel Angel Marchuet >> Subject: Added some missing credits at changelog. >> Newsgroups: gmane.comp.lang.xharbour.devel >> Date: 2009-05-06 08:25:54 GMT (1 day, 1 ho

Re: [Harbour] Added some missing credits at changelog of xharbour

2009-05-07 Thread Massimo Belgrano
Will be a first step Better that nothing 2009/5/7 Viktor Szakáts : > In fact added one credit, missed to add my copyright, missed to > correct all previous entries for all Harbour authors and missed to > correct misspelled names. > Brgds, > Viktor > > On Thu, May 7, 2009 at 12:10 PM, Massimo Belgr

Re: [Harbour] Added some missing credits at changelog of xharbour

2009-05-07 Thread Przemyslaw Czerpak
On Thu, 07 May 2009, Massimo Belgrano wrote: > From: Miguel Angel Marchuet > Subject: Added some missing credits at changelog. > Newsgroups: gmane.comp.lang.xharbour.devel > Date: 2009-05-06 08:25:54 GMT (1 day, 1 hour and 43 minutes ago) > Added some missing credits at changelog. > Best regards,

Re: [Harbour] Added some missing credits at changelog of xharbour

2009-05-07 Thread Viktor Szakáts
In fact added one credit, missed to add my copyright, missed to correct all previous entries for all Harbour authors and missed to correct misspelled names. Brgds, Viktor On Thu, May 7, 2009 at 12:10 PM, Massimo Belgrano wrote: > From: Miguel Angel Marchuet > Subject: Added some missing credits

Re: [Harbour] QT - Xbase++ XbpParts Library - Namespace

2009-05-07 Thread Massimo Belgrano
Will prefix "XBP" be made first of 1.1? 2009/4/10 Pritpal Bedi : > > Hello Everybody > > Before starting the project XbpParts.lib (?) based on QT, > I need group opinion on the namespace we should be > using. All parts in Xbase++ begins with prefix "XBP". > > If we retain the same namespace, i.e.

[Harbour] Added some missing credits at changelog of xharbour

2009-05-07 Thread Massimo Belgrano
From: Miguel Angel Marchuet Subject: Added some missing credits at changelog. Newsgroups: gmane.comp.lang.xharbour.devel Date: 2009-05-06 08:25:54 GMT (1 day, 1 hour and 43 minutes ago) Added some missing credits at changelog. Best regards, Miguel Angel Marchuet -- Massimo Belgrano __

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

2009-05-07 Thread druzus
Revision: 11004 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11004&view=rev Author: druzus Date: 2009-05-07 10:05:10 + (Thu, 07 May 2009) Log Message: --- 2009-05-07 12:13 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/debug/

Re: [Harbour] hbmk2 .po generation real life testing - speed issue

2009-05-07 Thread Przemyslaw Czerpak
On Wed, 06 May 2009, Szak�ts Viktor wrote: Hi, > Sounds like a useful option. There is one problem again though: > Incremental builds. In this mode -j+ would only create .pots for files > actually recompiled, while we'd need the full set in order to make > it work with current autotrans logic. He

Re: [Harbour] Scanner Manipulation Library

2009-05-07 Thread Massimo Belgrano
In Windows imaging applications, the most used API for scanning is TWAIN www.twain.org. 2009/5/7 Massimo Belgrano : > I am using in a vb.net project atalasoft Dotimage Document Imaging > Toolkits for .NET > Multipage PDF WITH Annotations Support AND OCR > Thanks to Dotimage my application recogni

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

2009-05-07 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Przemyslaw Czerpak [mailto:dru...@acn.waw.pl] >Sent: Wednesday, May 06, 2009 11:03 AM >To: Harbour Project Main Developer List. >Subject: Re: [Harbour] SF.net SVN: harbour-project:[10991] >trunk/harbour > >On Wed, 06 May 2009, vszak...@users.sourceforge.net wrot