Re: [Harbour] have harbour support for SQLite?

2008-05-31 Thread Szakáts Viktor
It's GPL. Brgs Viktor On 2008.05.31., at 22:51, Lorenzo Fiorini wrote: On Sat, May 31, 2008 at 9:07 PM, Szakáts Viktor [EMAIL PROTECTED]> wrote: Great news, thanks a lot Petr :) I'll do is ASAP. Which is the license? Alejandro's one was GPL. best regards, Lorenzo

Re: [Harbour] have harbour support for SQLite?

2008-05-31 Thread Lorenzo Fiorini
On Sat, May 31, 2008 at 9:07 PM, Szakáts Viktor <[EMAIL PROTECTED]> wrote: > Great news, thanks a lot Petr :) I'll do is ASAP. Which is the license? Alejandro's one was GPL. best regards, Lorenzo ___ Harbour mailing list Harbour@harbour-project.org ht

Re: [Harbour] have harbour support for SQLite?

2008-05-31 Thread Szakáts Viktor
Great news, thanks a lot Petr :) I'll do is ASAP. Brgds, Viktor On 2008.05.31., at 19:50, Petr Chornyj wrote: Szakáts Viktor wrote: Do you have any objections or opinions to include yours in Harbour contrib? No objections :) Regards, Petr -- View this message in context: http://w

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

2008-05-31 Thread Szakáts Viktor
2008-05-31 21:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbcurl/hbcurl.c * contrib/hbcurl/tests/ftp_uldl.prg + Using hb_fsReadLarge()/hb_fsWriteLarge() + Added redefinitiion of memory allocator functions. (doesn't work, disabled. hb_xgrab() is getting ptrs

Re: [Harbour] have harbour support for SQLite?

2008-05-31 Thread Petr Chornyj
Szakáts Viktor wrote: > > > Do you have any objections or opinions to include yours > in Harbour contrib? > > No objections :) Regards, Petr -- View this message in context: http://www.nabble.com/have-harbour-support-for-SQLite--tp17571692p17577844.html Sent from the Harbour - Dev mai

[Harbour] Show symbol of the square root in console application

2008-05-31 Thread Guillermo Varona Silupú
Hi I have a small console application in which I want to show the symbol of the square root, but the screen shows me at number 1 as superscript. What should I set to display the symbol of the square root? Env.: WinXP SP2 + Harbour + MinGW TIA Best Regards GVS _

Re: [Harbour] have harbour support for SQLite?

2008-05-31 Thread Guillermo Varona Silupú
Szakáts Viktor escribió: Hi Petr, Nice! Including yours, we have three implementations in total. Do you have any objections or opinions to include yours in Harbour contrib? I believe that the implementation of Petr is the most updated. Vote for inclusion in the contrib. Best Regards GVS

Re: [Harbour] have harbour support for SQLite?

2008-05-31 Thread Szakáts Viktor
Hi Petr, Nice! Including yours, we have three implementations in total. Do you have any objections or opinions to include yours in Harbour contrib? Brgds, Viktor On 2008.05.31., at 15:30, Petr Chornyj wrote: Guillermo Varona wrote: I was looking for what Alexander Garate, very interest

Re: [Harbour] Compile errors with ChangeLog 8539 2008-05-30

2008-05-31 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Luis Krause Mantilla" <[EMAIL PROTECTED]> A: "Harbour Project Main Developer List." Data invio: sabato 31 maggio 2008 17.01 Oggetto: Re: [Harbour] Compile errors with ChangeLog 8539 2008-05-30 Enrico: It was 2 in the morning... pasted from the wrong dos w

Re: [Harbour] Compile errors with ChangeLog 8539 2008-05-30

2008-05-31 Thread Luis Krause Mantilla
Enrico: It was 2 in the morning... pasted from the wrong dos window! It is indeed the same as yours! Mine says Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland -- Luis Krause Mantilla lkrausem at shaw dot ca luis_krause at hotmail dot com "May the Source be with GNU" __

Re: [Harbour] have harbour support for SQLite?

2008-05-31 Thread Guillermo Varona Silupú
Hi Viktor and Petr In fact, there are more than what I thought, I start studying Thanks you very much Best Regards GVS Szakáts Viktor escribió: Hi Guillermo, It's quite easy to handle this lib as a local contrib, compiles without any problems. It also compiles fine with 2.8.16 which is the l

[Harbour] 2008-05-31 15:37 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-05-31 Thread Szakáts Viktor
2008-05-31 15:37 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/rddads/adsfunc.c * contrib/rddads/ads1.c ! Replaced AdsShowError() calls with HB_TRACE() ones. DEBUG guards removed. ! Minor fixes in HB_TRACE messages. * contrib/rddads/adsmgmnt.c * Minor form

Re: [Harbour] have harbour support for SQLite?

2008-05-31 Thread Petr Chornyj
Guillermo Varona wrote: > > > I was looking for what Alexander Garate, very interesting, but rather > outdated, is based on the version 2.8.6, as I said earlier, it would be > nice to have it within the contrib to see if anyone is encouraged. > > http://www.nabble.com/Re%3AExperiences-wi

Re: [Harbour] have harbour support for SQLite?

2008-05-31 Thread Szakáts Viktor
Hi Guillermo, It's quite easy to handle this lib as a local contrib, compiles without any problems. It also compiles fine with 2.8.16 which is the latest of the 2.x series of SQLite. For 3.x it would need some more serious rework, because the API changed quite a bit. (I guess the majority of the

[Harbour] 2008-05-31 14:44 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-05-31 Thread Przemyslaw Czerpak
2008-05-31 14:44 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbmacro.ch * harbour/source/vm/macro.c * harbour/source/vm/hvm.c - removed HB_MACRO_STATEMENTS and HB_SM_PREPROC best regards Przemek ___ Harbour mailing li

Re: [Harbour] have harbour support for SQLite?

2008-05-31 Thread Guillermo Varona Silupú
Hi Viktor. Thanks you for responding I was looking for what Alexander Garate, very interesting, but rather outdated, is based on the version 2.8.6, as I said earlier, it would be nice to have it within the contrib to see if anyone is encouraged. Best Regards GVS Szakáts Viktor escribió: Alej

Re: [Harbour] have harbour support for SQLite?

2008-05-31 Thread Guillermo Varona Silupú
Hi Lorenzo Thank you for responding It would be good to see the code and in contrib, but I'm just a programmer Clipper and C do not know much, but to see if anyone is encouraged. Best Regards GVS P.D.: I send my mail to the sources. Lorenzo Fiorini escribió: On Sat, May 31, 2008 at 6:03 AM,

[Harbour] 2008-05-31 13:15 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-05-31 Thread Szakáts Viktor
2008-05-31 13:15 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbcurl/hbcurl.c * contrib/hbcurl/tests/ftp_uldl.prg + Using Harbour FS API. ! Minor fix in uploaded file name. * contrib/make_b32_all.bat * contrib/make_gcc_all.sh * contrib/make_vc_all.bat + Ad

[Harbour] 2008-05-31 12:46 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-05-31 Thread Szakáts Viktor
2008-05-31 12:46 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + contrib/hbcurl + contrib/hbcurl/Makefile + contrib/hbcurl/make_b32.bat + contrib/hbcurl/make_vc.bat + contrib/hbcurl/common.mak + contrib/hbcurl/make_gcc.sh + contrib/hbcurl/hbcurl.ch + contrib/hbcurl/hbcurl.c

Re: [Harbour] Compile errors with ChangeLog 8539 2008-05-30

2008-05-31 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Luis Krause Mantilla" <[EMAIL PROTECTED]> A: "Harbour Project Main Developer List." Data invio: sabato 31 maggio 2008 3.05 Oggetto: Re: [Harbour] Compile errors with ChangeLog 8539 2008-05-30 Viktor: Mine is the free version you download from Borland's (C

[Harbour] 2008-05-31 11:30 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-05-31 Thread Przemyslaw Czerpak
2008-05-31 11:30 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/debug/debugger.prg * removed some unused var, formatting * harbour/source/pp/ppcore.c * harbour/source/common/expropt1.c * harbour/source/common/expropt2.c * harbour/source/common/hbdate.c * ca

Re: [Harbour] Compile errors with ChangeLog 8539 2008-05-30

2008-05-31 Thread Szakáts Viktor
Hi Luis, Thanks, I'm awaiting to hear your results. .dll was my last suspect, since the whole issue is around HB_EXPORT / HB_IMPORT which is active only for .dll build. (I've never tried to do a .dll build BTW). HB_IMPORT is explicitly activated in rddads, that's why the warning there. Brgds, V

Re: [Harbour] 2008-05-31 09:57 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-05-31 Thread Luis Krause Mantilla
Viktor: This indeed fixes (or at least hides) the warning and now harbour-b32.dll builds OK again and the warning is also gone from ads1.c Back in business. Thanks. Szakáts Viktor wrote: 2008-05-31 09:57 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * include/hbdefs.h * For __BORLAND

Re: [Harbour] have harbour support for SQLite?

2008-05-31 Thread Szakáts Viktor
Alejandro de Garate wrote one which is available on the internet. Google for: 'sqlite harbour alejandro' [ I have no real life experience with this package though, but it compiles fine. ] Brgds, Viktor On 2008.05.31., at 6:03, Guillermo Varona Silupú wrote: Does Harbour Support for SQLite? B

Re: [Harbour] Compile errors with ChangeLog 8539 2008-05-30

2008-05-31 Thread Luis Krause Mantilla
Viktor: I think I know why now. I was obviously confused when I said it the error occurred while building the multi-threaded libs. It was when it tries to create the harbour-b32.dll I had this setting SET HB_BUILD_DLL=yes as soon as I changed it to SET HB_BUILD_DLL=no No more errors logged

[Harbour] 2008-05-31 09:57 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-05-31 Thread Szakáts Viktor
2008-05-31 09:57 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * include/hbdefs.h * For __BORLANDC__: _declspec( dllexport ) -> __declspec( dllexport ) _declspec( dllimport ) -> __declspec( dllimport ) to suppress warning: Non-ANSI keyword used: '_declspec'. NOT

Re: [Harbour] Compile errors with ChangeLog 8539 2008-05-30

2008-05-31 Thread Szakáts Viktor
Now, for this one, I'm also getting a warning, and I always did, because I used '-w', which I've recently added to the default BCC make switches, that's why you also see it. Yes, we'd need to hunt this down. (I've added a hack to hbapollo to solve the same warnings in their code.) The hack is eas

Re: [Harbour] Compile errors with ChangeLog 8539 2008-05-30

2008-05-31 Thread Szakáts Viktor
Hi, But there's always a but When it starts building the MT libs I get the same error: Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland source\common\expropt1.c: Warning W8036 include\hbvmpub.h 204: Non-ANSI keyword used: '_declspec' Warning W8036 include\hbapi.h 465: No

Re: [Harbour] Compile errors with ChangeLog 8539 2008-05-30

2008-05-31 Thread Szakáts Viktor
Hi Luiz, I'm also using the free version, but there was an update to this toolset (__BORLANDC__: 0x0550 -> 0x0551). (The one on the homepage is most probably the newer one.) But, I've tried a build using 5.5.0 and I got no warnings again (using the mentioned environment and switches) Brgds, Vik