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:

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

[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'.

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

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?

[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 *

[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

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.

[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

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

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. harbour@harbour-project.org 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...

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

[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

[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 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