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
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
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
-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
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
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
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
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
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()
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...
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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.
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
__
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/
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
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
>-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
30 matches
Mail list logo