[Harbour] 2008-06-05 12:50 UTC-0400 Phil Barnett

2008-06-04 Thread Phil Barnett
2008-06-05 12:50 UTC-0400 Phil Barnett * Set version in harbour.spec to 1.0.0-RC1 * Set version in include/hbver.h to 1.0.0-RC1 -- Waiting for sunspots. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/l

Re: [Harbour] Release Time

2008-06-04 Thread Phil Barnett
On Wednesday 04 June 2008 08:44:44 am Massimo Belgrano wrote: > Where? I think the obvious place would be [EMAIL PROTECTED] -- Waiting for sunspots. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/

[Harbour] 2008-06-05 03:25 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
2008-06-05 03:25 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbsqlit3/hbsqlit3.c * Suppressed GCC warnings in foreign code. Only works for GCC 4.2.x and above. Please test. -- Brgds, Viktor ___ Harbour mailing list Har

[Harbour] 2008-06-05 03:05 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
2008-06-05 03:05 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbsqlit3/hbsqlit3.c * Suppressed MSVC warnings in foreign code. ; Added NOTE that suppressing warnings with #pragmas is not possible in GCC. -- Brgds, Viktor _

[Harbour] 2008-06-05 02:05 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
2008-06-05 02:05 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * hbpgsql/make_b32.bat * hbpgsql/make_vc.bat * hbpgsql/tests/bld_b32.bat * hbpgsql/tests/bld_vc.bat ! Fixed to use the right .dll to generate the .lib. ; TOMERGE [RC1] * hbpgsql/tpostgre.prg * Comment. --

[Harbour] 2008-06-05 02:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
2008-06-05 02:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * hbpgsql/postgres.c ! Don't request windows.h. + Using hb_parptrGC() for PGconn() + PQCONNECT() larger buffer for connect string. ! PQCONNECT() not passing trash to PG API if no. of params != 5 ! PQCONNECT(

[Harbour] 2008-06-05 02:34 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-06-04 Thread Przemyslaw Czerpak
2008-06-05 02:34 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/macro.c ! pass macro compiled string to error object. It fixes Clipper incompatible behavior reported by Mindaugas. ! fixed few possible internal errors when user error handler will try t

[Harbour] Contents of file: body.tmp

2008-06-04 Thread Szakáts Viktor
* hbpgsql/make_b32.bat * hbpgsql/make_vc.bat * hbpgsql/tests/bld_b32.bat * hbpgsql/tests/bld_vc.bat ! Fixed to use the right .dll to generate the .lib. ; TOMERGE [RC1] * hbpgsql/tpostgre.prg * Comment. -- Brgds, Viktor ___

[Harbour] [RC1] 2008-06-05 00:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
2008-06-05 00:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbsqlit2/Makefile ! Readded last char of last line. [RC1] -- Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mail

[Harbour] [RC1] 2008-06-04 22:13 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
2008-06-04 22:13 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * tests/rto_get.prg + Added keypress emulator to aid automated testing. + Added test for EMG's bug case. [RC1] -- Brgds, Viktor ___ Harbour mailing list Harbour@harbour-p

[Harbour] 2008-06-05 00:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
2008-06-05 00:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbsqlit2/Makefile ! Readded last char of last line. [RC1] -- Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mail

Re: [Harbour] 2008-06-04 23:18 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
On 2008.06.04., at 23:34, Guillermo Varona Silupú wrote: Szakáts Viktor escribió: 2008-06-04 23:18 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbsqlit2/hbsqlit2.c * Removed commented debug code. * Code cleanup, optimizations. ! GPFs fixed in many function, when no db

Re: [Harbour] 2008-06-04 23:18 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Guillermo Varona Silupú
Szakáts Viktor escribió: 2008-06-04 23:18 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbsqlit2/hbsqlit2.c * Removed commented debug code. * Code cleanup, optimizations. ! GPFs fixed in many function, when no db was open. ! Automatically closing previous db when

Re: [Harbour] 2008-06-04 20:17 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
Hi Guillermo, These are warnings in foreign code, they should either be: 1) ignored (since they most probably don't cause any harm) 2) fixed (and submitted to the sqlite project) 3) suppressed by compiler specific pragmas or other methods. (BCC is suppressed already) It seems that Harbour's "

[Harbour] 2008-06-04 23:18 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
2008-06-04 23:18 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbsqlit2/hbsqlit2.c * Removed commented debug code. * Code cleanup, optimizations. ! GPFs fixed in many function, when no db was open. ! Automatically closing previous db when opening a new one. !

Re: [Harbour] 2008-06-04 20:17 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Guillermo Varona Silupú
Szakáts Viktor escribió: 2008-06-04 20:17 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbsqlit3/hbsqlit3.c ! Fix for GCC. Hello, I'm doing tests with hbsqlite3, when the genre LIB throws me several Warnings, but it generates the LIB and work examples. What do these warning

Re: [Harbour] 2008-06-04 20:17 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Guillermo Varona Silupú
Szakáts Viktor escribió: 2008-06-04 20:17 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbsqlit3/hbsqlit3.c ! Fix for GCC. Hello, I'm doing tests with hbsqlite3, when the genre LIB throws me several Warnings, but it generates the LIB and work examples. What do these warnin

[Harbour] 2008-06-04 22:13 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
2008-06-04 22:13 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * tests/rto_get.prg + Added keypress emulator to aid automated testing. + Added test for EMG's bug case. [RC1] -- Brgds, Viktor ___ Harbour mailing list Harbour@harbour-p

[Harbour] [RC1] 2008-06-04 22:13 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
2008-06-04 22:13 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * tests/rto_get.prg + Added keypress emulator to aid automated testing. + Added test for EMG's bug case. [RC1] -- Brgds, Viktor ___ Harbour mailing list Harbour@harbour-p

Re: [Harbour] Bug in GET

2008-06-04 Thread Szakáts Viktor
Yes, it's a known bug, also related to the one Edmer has sent not long ago. I don't know when I'll have free time to look at this and fix it, so I'd welcome if someone would do some fixing work on this remaining untested part of TGet(): ::unTransform(), ::PutMask() and ::Picture(). I highly recom

[Harbour] 2008-06-04 21:44 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
2008-06-04 21:44 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbcurl/hbcurl.ch * contrib/hbcurl/hbcurl.c * contrib/hbcurl/tests/ftp_uldl.prg + Added test for deleting file. + Added dummy upload option: + CURL_EASY_SETOPT() / HB_CURLOPT_UL_NULL_SETUP ! Fixe

[Harbour] Bug in GET

2008-06-04 Thread Enrico Maria Giordano
In the following sample press a numeric key and you will see that the decimal separator become the dot: FUNCTION MAIN() LOCAL GetList := {} LOCAL nVar := 0 @ 10, 10 GET nVar; PICTURE "@EZ 999,999.99" READ RETURN NIL EMG -- EMAG Software Homepage: http://www.

[Harbour] 2008-06-04 20:17 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
2008-06-04 20:17 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbsqlit3/hbsqlit3.c ! Fix for GCC. -- Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] 2008-06-04 20:12 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
2008-06-04 20:12 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbcurl/hbcurl.c * Minor. * contrib/hbodbc/todbc.prg * contrib/hbodbc/odbc.txt * contrib/hbodbc/sql.ch * contrib/hbodbc/readme.txt + Added SVN headers. * contrib/hbodbc/sql.ch ! Aligned #defi

[Harbour] [RC1] 2008-06-04 19:54 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
2008-06-04 19:54 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbsqlit3/hbsqlit3.c ! Removed 'HB_VER_MAJOR < 1' version check, as it makes it fail with the new version setting. -- Brgds, Viktor ___ Harbour mailing list Harbour@

Re: [Harbour] Skipping rddads buiild when building all contibs

2008-06-04 Thread Luis Krause Mantilla
Viktor: Thanks. That makes sense. Szakáts Viktor wrote: Hi Luis, make_*_all script will only build contribs with external dependencies, if their corresponding HB_DIR_* envvar is set, otherwise they will be skipped. This is the case with RDDADS, too, its envvar is HB_DIR_ADS. Brgds, Viktor O

[Harbour] gtwvt function used in xharbour

2008-06-04 Thread Massimo Belgrano
How can rewrite in Harbour using gtwvt or gtwvg ? SetShutDownEvent(2048) setkey(2048,{|| ReShutDown()}) SetCloseEvent(2049) setkey(2049,{|| ReAppQuit()}) setkey(K_SH_INS,{|| WVT_PasteFromClipboard()}) Massimo Belgrano ___ Harbour maili

[Harbour] 2008-06-04 19:21 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
2008-06-04 19:21 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbcurl/hbcurl.c ! Missing cast. -- Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Skipping rddads buiild when building all contibs

2008-06-04 Thread Szakáts Viktor
Hi Luis, make_*_all script will only build contribs with external dependencies, if their corresponding HB_DIR_* envvar is set, otherwise they will be skipped. This is the case with RDDADS, too, its envvar is HB_DIR_ADS. Brgds, Viktor On 2008.06.04., at 18:59, Luis Krause Mantilla wrote: Vikto

RE: [Harbour] Skipping rddads buiild when building all contibs

2008-06-04 Thread Massimo Belgrano
Afaik without set HB_DIR_ADS= instead of set HB_DIR_ADS=C:\Program Files\Extended Systems\Advantage 8.1\acesdk Harbour not compile advantage lib -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Luis Krause Mantilla Sent: Wednesday, June 04, 2008 7:00 P

[Harbour] 2008-06-04 18:55 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
2008-06-04 18:55 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbcurl/hbcurl.c * contrib/hbcurl/hbcurl.ch * contrib/hbcurl/tests/ftp_uldl.prg + Added some more test for downloading to memory, uploading from memory. + Added possibility to download to memory, and

[Harbour] Skipping rddads buiild when building all contibs

2008-06-04 Thread Luis Krause Mantilla
Viktor: For those developers that like to build all contribs but do not have the advantage SDK, is there a way to instruct make_*_all to skip it it to avoid errors? Regards, -- Luis Krause Mantilla lkrausem at shaw dot ca luis_krause at hotmail dot com "May the Source be with GNU" ___

[Harbour] 2008-06-04 17:32 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
2008-06-04 17:32 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbcurl/hbcurl.c * Changed all logical options to default to .T.. This way all work the same way, and in real life usage the logical parameter can omitted in most cases. INCOMPATIBLE. * contr

[Harbour] 2008-06-04 17:21 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
2008-06-04 17:21 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbcurl/hbcurl.c + Changed to use hb_parc() (instead of hb_parcx()) for all curl_easy_setopt() string options, so that NULL (NIL) will reset these options to default state, instead of passing an

[Harbour] threee question regarding harbour

2008-06-04 Thread Massimo Belgrano
How detect wich os is running? aversion:=OS_VersionInfo() if aversion[1]=6 // SE WINDOWS VISTA Can i change active gt only at startup with parameter like "//GTWIN" Or can I change via code? How undestrand if a function (like cstr) is present in one or more library? Massimo Belgrano

Re: [Harbour] SQLite 2/3

2008-06-04 Thread Szakáts Viktor
Thanks Petr, you're now added. Welcome! Brgds, Viktor On 2008.06.04., at 16:23, Petr Chornyj wrote: Szakáts Viktor wrote: So, if you have an sf.net ID, I'd gladly add you to the developer list. Hi Viktor, my sf.net ID is petr_ch Regards Petr -- View this message in context: ht

Re: [Harbour] SQLite 2/3

2008-06-04 Thread Petr Chornyj
Szakáts Viktor wrote: > > > So, if you have an sf.net ID, I'd gladly add > you to the developer list. > > Hi Viktor, my sf.net ID is petr_ch Regards Petr -- View this message in context: http://www.nabble.com/SQLite-2-3-tp17585333p17647976.html Sent from the Harbour - Dev mailing li

[Harbour] 2008-06-04 15:48 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
2008-06-04 15:48 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/rtl/hbbit.c + Added important NOTE about hb_bit*() functions' relation to the compiler optimization engine. * source/vm/fm.c * source/vm/extrap.c * Log filenames converted to static variables. With

RE: RE: [Harbour] untranslate seem not work with #INCLUDE"hbcompat.ch"

2008-06-04 Thread Massimo Belgrano
I have added to mysource #include "hbcompat.ch" and receive this error ARCALOG.PRG(3632) Error E0030 Syntax error: "syntax error at ')'" ARCALOG.PRG(3632) Error E0022 Invalid lvalue: '()' ARCALOG.PRG(3636) Error E0030 Syntax error: "syntax error at 'ENDIF'" Without #include "hbcompat.ch" I not

[Harbour] Macro compile syntax error argument

2008-06-04 Thread Mindaugas Kavaliauskas
Hi, one more Clipper/Harbour compatibility issue. Harbour does not set oErrorObject:Args in case of macro compile syntax error. Sample: PROC main() LOCAL bI ERRORBLOCK({|e| QOUT(VALTYPE(e:Args))}) bI := &("{|| 'hhh}") RETURN Clipper: A Harbour: U Best regards, Mindaugas __

RE: [Harbour] Release Time

2008-06-04 Thread Massimo Belgrano
Where? Google or Yahoo group is better than old source forge mailing system Requirement can be: Aivable via web or nntp or mailing list capability of Attach file (so user can attach little image or database) http://en.wikipedia.org/wiki/Google_Groups http://en.wikipedia.org/wiki/Yahoo_group http:

Re: [Harbour] SQLite 2/3

2008-06-04 Thread Szakáts Viktor
Hi Petr, Sorry, I forgot to check if you have R/W access for Harbour SVN to be able to access your own work here, but I see you don't. So, if you have an sf.net ID, I'd gladly add you to the developer list. Brgds, Viktor On 2008.06.01., at 17:02, Petr Chornyj wrote: Szakáts Viktor wrote:

[Harbour] 2008-06-04 14:27 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
2008-06-04 14:27 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbsqlit2/hbsqlit2.c * Further cleanup, optimizations. ! Converted to use ANSI comment only. * contrib/hbsqlit3/hbsqlit3.c % Minor optimization. -- Brgds, Viktor _

Re: [Harbour] harbour-RC1 tag is in place.

2008-06-04 Thread Phil Barnett
On Wednesday 04 June 2008 02:45:33 am Szakáts Viktor wrote: > Hi Phil, > > Many thanks. > > I wonder if we should rather have a 'harbour-1.0.0' > (or similar, with an agreed version number), and we > should simply release RC1 -> RC2 -> RCn by doing > updates inside this one branch, rather than havi

Re: [Harbour] Release Time

2008-06-04 Thread Phil Barnett
On Wednesday 04 June 2008 05:28:41 am Massimo Belgrano wrote: > Do you plan open a fidonet group or something similar for user group ? > Is possible after new release having something of news in webside? We can reopen the mailing list harbour-users. -- Waiting for sunspots. _

Re: [Harbour] 2008-06-02 16:46 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-06-04 Thread Ryszard Glab
On 2 Jun 2008 at 20:13, Szakáts Viktor wrote: > > Probably Ryszard should answer for this. > > Now upper letters are used to disable some features. > > In the future we may need more combinations so maybe it's > > good idea to keep it case sensitive. > > Well, I really hope so we won't need that m

RE: [Harbour] Scan to pdf

2008-06-04 Thread Massimo Belgrano
http://sourceforge.net/projects/scribus/ You can made a static library for Manage scanner from harbour? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fritz Eichelhardt Sent: Wednesday, June 04, 2008 5:09 PM To: harbour@harbour-project.org Subject: Re: [

[Harbour] 2008-06-04 14:02 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
2008-06-04 14:02 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbsqlit3/hbsqlit3.c % Removed __XHARBOUR__ guards. * Minor cleanups. * contrib/hbsqlit2/hbsqlit2.c % Major cleanup, formatting, optimizations. ! INCOMPATIBLE: public vars prefixed with 'hb_sqlite2_'

Re: [Harbour] Scan to pdf

2008-06-04 Thread Fritz Eichelhardt
hi massimo, Am Freitag, 23. Mai 2008 17:05:06 schrieb Massimo Belgrano: > There is a way in harbour for Scan a page and generate a pdf? i would do that with sribus. the spelling was wrong. i meant scribus. what happened to your idea? you'll find scribus at www.sourceforge.org. it's fre

[Harbour] Bug in hbgtmk.sh or make_rpm.sh

2008-06-04 Thread ABIX - Adam Jurkiewicz
Thi is for Przemek... I've just ran hbgtmk.sh and ... Pobrano wersję 8599. błąd: linia 96: Nielegalny znak '-' w version: Version:0.9.9-RC1 Translation: Illegal char '-' in Version Because hbgtmk.sh has only 40 lines, I've checked out make_rmp.sh in line 96: 93:if test_reqrpm "postg

[Harbour] 2008-06-04 11:41 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
2008-06-04 11:41 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * include/hbver.h + Added HB_VERSION unified version identifier: three bytes: major + minor + revision (0x000909) This is to aid 3rd parties to detect version. [RC1] * contrib/hbsqlit3/make_b32.bat *

[Harbour] [RC1] 2008-06-04 11:26 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-04 Thread Szakáts Viktor
2008-06-04 11:26 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * include/hbver.h + Added HB_VERSION unified version identifier: three bytes: major + minor + revision (0x000909) This is to aid 3rd parties to detect version. -- Brgds, Viktor ___

RE: [Harbour] Release Time

2008-06-04 Thread Massimo Belgrano
Do you plan open a fidonet group or something similar for user group ? Is possible after new release having something of news in webside? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Phil Barnett Sent: Wednesday, June 04, 2008 4:59 AM To: harbour@harbo