[Harbour] Re: Unrecoverable error 9994: Harbour CP (NL850) initialization failure

2009-11-13 Thread Lorenzo Fiorini
On Sat, Nov 14, 2009 at 7:41 AM, Lorenzo Fiorini wrote: > At the end of the make -s install under Ubuntu 9.10 i386 I get: > > Unrecoverable error 9994: Harbour CP (NL850) initialization failure Update: every executable created gives the same error. best regards, Lorenzo _

[Harbour] Unrecoverable error 9994: Harbour CP (NL850) initialization failure

2009-11-13 Thread Lorenzo Fiorini
At the end of the make -s install under Ubuntu 9.10 i386 I get: Unrecoverable error 9994: Harbour CP (NL850) initialization failure make: *** [install] Error 1 just to report these are the warnings I get: In file included from /usr/include/string.h:640, from ../../../sqlite3.c:6

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

2009-11-13 Thread Pritpal Bedi
Hi Viktor Szakáts wrote: > > Now I'm getting crash on exit using MinGW + Win7. > demoxbp.exe ? And crash at what point? On exit ? If yes, then it is possibly that HbDbfModel::~HbDbfModel( void ) { hb_itemRelease( block ); destroy(); } needs some overhaul. What I think is that - hb_it

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

2009-11-13 Thread vszakats
Revision: 12871 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12871&view=rev Author: vszakats Date: 2009-11-14 04:07:58 + (Sat, 14 Nov 2009) Log Message: --- 2009-11-14 05:06 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/codepage/cp_tpl.c *

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

2009-11-13 Thread vszakats
Revision: 12870 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12870&view=rev Author: vszakats Date: 2009-11-14 03:58:36 + (Sat, 14 Nov 2009) Log Message: --- 2009-11-14 04:57 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/codepage/cpde850.c

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

2009-11-13 Thread Viktor Szakáts
Thank you. Now I'm getting crash on exit using MinGW + Win7. Brgds, Viktor On 2009 Nov 14, at 02:59, vouch...@users.sourceforge.net wrote: > Revision: 12868 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12868&view=rev > Author: vouchcac > Date: 2009-11-14 0

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

2009-11-13 Thread Viktor Szakáts
Thanks. On 2009 Nov 14, at 04:22, dru...@users.sourceforge.net wrote: > Revision: 12869 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12869&view=rev > Author: druzus > Date: 2009-11-14 03:22:09 + (Sat, 14 Nov 2009) > > Log Message: > --- > 2009-1

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

2009-11-13 Thread druzus
Revision: 12869 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12869&view=rev Author: druzus Date: 2009-11-14 03:22:09 + (Sat, 14 Nov 2009) Log Message: --- 2009-11-14 04:21 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbdef

Re: [Harbour] cpinfo compiler error in Clipper

2009-11-13 Thread Przemysław Czerpak
On Sat, 14 Nov 2009, Szak�ts Viktor wrote: > Either a ';' is missing, or the EOL is not needed. The EOL is not needed. Thank you for information. > [What is strange that in Harbour it compiles without error.] Not such strange if you look at this code: #ifdef __HARBOUR__ #define EOL

[Harbour] cpinfo compiler error in Clipper

2009-11-13 Thread Viktor Szakáts
Either a ';' is missing, or the EOL is not needed. [What is strange that in Harbour it compiles without error.] --- C:\devl\CLIP52>clipper cpinfo.prg /n Clipper (R) 5.2e Copyright (c) 1985-1995, Computer Associates International, Inc. Microsoft C Floating Point Support Routines Copyright (c) Mic

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

2009-11-13 Thread vouchcac
Revision: 12868 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12868&view=rev Author: vouchcac Date: 2009-11-14 01:58:58 + (Sat, 14 Nov 2009) Log Message: --- 2009-11-13 17:43 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbqt/generator/hbq

Re: [Harbour] how to control the MDI windows in ALIAS ?

2009-11-13 Thread Przemysław Czerpak
On Wed, 11 Nov 2009, Mindaugas Kavaliauskas wrote: Hi, > >>AGAIN > >>To open a table concurrently in multiple work areas, you can do one of > >>the following: > >>Select another work area and issue USE with the table name and the AGAIN > >>clause. > >>Issue USE with the table name and the AGAIN

Re: [Harbour] cpinfo and UA codepage

2009-11-13 Thread Przemysław Czerpak
On Wed, 11 Nov 2009, vatzct wrote: Hi, > This is the result of cpinfo with UA codepage: > 11/11/09 15:52:00 Windows XP 5.1.2600 Service Pack 1 Harbour > 2.0.0beta3 (Rev. 12818) > Character encoding: UA1125 > == > letter 'џ' (159:AU ) is wrongly sor

Re: [Harbour] dbcreate error 1010 windows vista64

2009-11-13 Thread Viktor Szakáts
On 2009 Nov 13, at 21:31, Viktor Szakáts wrote: > I think it's merely a write permission problem. > It'd fail the same way under XP with a restricted > user account. > > It's highly unsafe to use filenames like: "\TEMP\filename.exe" .ext ___ Harbou

Re: [Harbour] dbcreate error 1010 windows vista64

2009-11-13 Thread Viktor Szakáts
I think it's merely a write permission problem. It'd fail the same way under XP with a restricted user account. It's highly unsafe to use filenames like: "\TEMP\filename.exe" or anything without a drive letter, or to write to any location which isn't verified as a proper temp dir. Brgds, Viktor

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

2009-11-13 Thread Viktor Szakáts
>> Can't really evaluate the results (at lest I don't know what >> actions to make), so I've attached cpinfo.txt output from Clipper >> and Harbour. > > Now it should be very simple. > Please regenerate cp*.c files again using Clipper and add them to Harbour > SVN. Some of the above files will use

Re: [Harbour] dbcreate error 1010 windows vista64

2009-11-13 Thread Przemysław Czerpak
On Tue, 10 Nov 2009, AbeB wrote: Hi, > this code generates an error under wista64, never had under XP. > -- > DBCREATE( MTEMPFILE,{; > { "ITEMID", "C", 8, 0 }, ; > { "ITEM", "C", 12, 0 }, ; > { "VITEM", "C", 12, 0 }, ; > { "CLASS", "C", 8, 0 }

Re: [Harbour] fopen in WINCE

2009-11-13 Thread Przemysław Czerpak
On Tue, 10 Nov 2009, AbeB wrote: Hi, > it can return a negative result as a valid handle under wince. > it will return -1 for an error > is that ok? > i used to check the result of fopen if it's < 0 and take it as an error. You should not use such assumptions. In this case I can pacify it and

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

2009-11-13 Thread Przemysław Czerpak
On Tue, 10 Nov 2009, Szak�ts Viktor wrote: Hi, > Can't really evaluate the results (at lest I don't know what > actions to make), so I've attached cpinfo.txt output from Clipper > and Harbour. Now it should be very simple. Please regenerate cp*.c files again using Clipper and add them to Harbour

Re: [Harbour] HB_GT_* and HB_GT_*_DEFAULT

2009-11-13 Thread Przemysław Czerpak
On Fri, 13 Nov 2009, Mindaugas Kavaliauskas wrote: Hi, > does HB_GT_*_DEFAULT request forces HB_GT_* request? It does. > Or we should add both? Pure: REQUEST HB_GT_*_DEFAUL is enough. best regards, Przemek ___ Harbour mailing list (attachment s

[Harbour] HB_GT_* and HB_GT_*_DEFAULT

2009-11-13 Thread Mindaugas Kavaliauskas
Hi, does HB_GT_*_DEFAULT request forces HB_GT_* request? Or we should add both? Regards, Mindaugas ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

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

2009-11-13 Thread snaiperis
Revision: 12867 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12867&view=rev Author: snaiperis Date: 2009-11-13 18:40:38 + (Fri, 13 Nov 2009) Log Message: --- 2009-11-13 20:40 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib

Re: [Harbour] SSL

2009-11-13 Thread Gerald Drouillard
On 11/13/2009 10:09 AM, Alex Strickland wrote: Hi Viktor I have to write some code to pick up an XML file from an https address. I did some test with wget to get the client certificate stuff working ok. Then I downloaded OpenSSL and compiled Harbour. I ran test.prg in hbssl\tests which seems

Re: [Harbour] SSL

2009-11-13 Thread Viktor Szakáts
Hi Alex, On 2009 Nov 13, at 16:09, Alex Strickland wrote: > Hi Viktor > > I have to write some code to pick up an XML file from an https address. > > I did some test with wget to get the client certificate stuff working ok. > > Then I downloaded OpenSSL and compiled Harbour. > > I ran test.pr

[Harbour] SSL

2009-11-13 Thread Alex Strickland
Hi Viktor I have to write some code to pick up an XML file from an https address. I did some test with wget to get the client certificate stuff working ok. Then I downloaded OpenSSL and compiled Harbour. I ran test.prg in hbssl\tests which seems fine. Now, I start to understand just what a hu

Re: [Harbour] Testing Linux

2009-11-13 Thread Mario H. Sabado
Hi Guy, Message: 9 Date: Fri, 13 Nov 2009 08:06:07 +0100 From: Guy Roussin Subject: Re: [Harbour] Testing Linux To: "Harbour Project Main Developer List." Message-ID: <4afd055f.40...@teledetection.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi, > > > I have tri

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

2009-11-13 Thread snaiperis
Revision: 12866 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12866&view=rev Author: snaiperis Date: 2009-11-13 12:31:34 + (Fri, 13 Nov 2009) Log Message: --- 2009-11-13 14:28 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/src/rtl