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

2009-04-02 Thread Xavi
Thanks victor, Solving last Warning now compiles dlls without MSYS. Xavi ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Another Issue : Data Types

2009-04-02 Thread Xavi
, hb_parl( 4 ) ) ); } else { hb_retptr( ( QFont* ) new QFont() ); } } Xavi Pritpal Bedi escribió: Hi Xavi-13 wrote: Sure, I don't understand. Note : on prg level QFont is available as a pointer as QFont* font. (*font) (*hbqt_par_QFont( n )) No it does not work

Re: [Harbour] Another Issue : Data Types

2009-04-02 Thread Xavi
Also #define hbqt_par_QIcon( n ) ( QIcon( QString::fromLatin1( hb_parc( n ) ) ) ) Xavi Pritpal Bedi escribió: Hi Xavi-13 wrote: Sure, I don't understand. Note : on prg level QFont is available as a pointer as QFont* font. (*font) (*hbqt_par_QFont( n )) No it does

Re: [Harbour] Harbour 1.1.0dev unified binary release (20090331)

2009-04-01 Thread Xavi
); to avoid gcc warning. Xavi ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Harbour 1.1.0dev unified binary release (20090331)

2009-04-01 Thread Xavi
Thanks Viktor and sorry, I read your help but I don't know why not worked. Too many new things for my! Now is Ok and I've solved my print problem. ;) Thanks a lot to all and tomorrow more. :) Xavi Viktor Szakáts escribió: Hi Xavi, On Wed, Apr 1, 2009 at 10:59 AM, Xavi jara...@gmail.com

Re: [Harbour] Closing of 1.1?

2009-03-02 Thread Xavi
Viktor, Sorry, I don't recall any incidence. What is HB_MD5() incompatible modification, miscalculated? Best regards, Xavi Viktor Szakáts escribió: Hi Lorenzo, Here's my pending list (most of the minor of can be postponed, the important ones marked with '(!)'): - core

Re: [Harbour] Closing of 1.1?

2009-03-02 Thread Xavi
Thanks Viktor. Best regards, Xavi Viktor Szakáts escribió: Hi Xavi, No, it's that it's returning the value as a hexadecimal string, instead of a byte string. This is odd behaviour as we have functions available to convert to hexa string from byte string, so it's not necessary to hard-wire

Re: [Harbour] 2008-11-01 21:13 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2009-01-28 Thread Xavi
. ? Sql_sprintf( Phi = %.15f, (1 + 5**0.5) / 2 ) ) Phi = 1.618033988749895 snprintf() it's Ok Phi = 1.618033981323242 hb_snprintf_c() Best regards, Xavi Przemyslaw Czerpak escribió: On Mon, 26 Jan 2009, Xavi wrote: Hi Xavi, stdint.h is C99, Does not exist in many compilers as BCC 5.5 Yes, I

Re: [Harbour] 2008-11-01 21:13 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2009-01-28 Thread Xavi
the \0 byte (terminating null) and sprintf or snprintf not. It's also possible in 1183: while( c != 0 ); --size; Welcome to the fantastic world of floating point arithmetic by Borland. Yes I see. Thanks, now don't have differences in accuracy. Best regards, Xavi Przemyslaw Czerpak escribió

Re: [Harbour] 2008-11-01 21:13 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2009-01-28 Thread Xavi
, sizeof(cBuffer), %s , Hello ); ASSERT( size == strlen(cBuffer) + 1 ); /* No C99 */ Best regards, Xavi Przemyslaw Czerpak escribió: On Wed, 28 Jan 2009, Xavi wrote: Hi Xavi, I cannot find such code in hbprintf.c. In the line 1181: ++size; Sorry, I needed added for testing the if( c != 0 ) and I

Re: [Harbour] 2008-11-01 21:13 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2009-01-28 Thread Xavi
Hi Przemek, Ok, Thanks to you and sorry for my bad English. Best regards, Xavi Przemyslaw Czerpak escribió: On Wed, 28 Jan 2009, Xavi wrote: Hi Xavi, Yes you're right. But sorry for my bad English. Not worse then mine. Now I understand that you are talking about integer value

Re: [Harbour] OT: And why not PostgresSQL?

2008-12-17 Thread Xavi
Thank you very much Jose Luis, I think that now the page is not bad for postgres. Best regards, Xavi Xavi escribió: Sorry Miguel, Can you explain how it corrupts PostgresSQL? If not, could you or Jose Luis correct the comments or allow more comments. http://www.capelblog.com/?p=47 Miguel

Re: [Harbour] OT: And why not PostgresSQL?

2008-12-12 Thread Xavi
. Asi que si lo usas te aconsejo que tengas buenas copias de seguridad externas a Posgress. Saludos Miguel Best regards, Xavi ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] 2008-08-23 19:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-23 Thread Xavi
Ok, thanks Viktor. ! strcpy() - hb_strncpy() in spd.c Best regards, Xavi Szakáts Viktor escribió: 2008-08-23 19:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/common/hbwince.c ! strcpy() - hb_strncpy() ; TOFIX: Only spd.c and dbgentry.c have some remaining strcpy

Re: [Harbour] AADD() - tilts under stress test

2008-08-22 Thread Xavi
memory manages the program? Best regards, Xavi Pritpal Bedi escribió: Hello Function Main() Local i Local a_:={} Local aRecs := {} for i := 1 to 10 a_:= RetArray() aadd( aRecs, a_ ) ? i next Return nil Static Function RetArray() Return afill( array

[Harbour] spd.c * Fixed work with repeat indirect parameters.

2008-08-11 Thread Xavi
, char=%2$t, Date=%3$t, num=%4$s, char=%2$s %%%5$n, nil, String's, dFecha, 5.21, @n) ? Sql_sprintf(Result: i=%d, Len=%d, Pos=%d, i, Len(cSQL), n) next ? Wait return Best regards, Xavi /* * $Id: spd.c 8922 2008-07-03 14:50:43Z vszakats $ */ /* * Harbour Project source code

Re: [Harbour] hb_run vs __run vs hbrun vs __hrbrun vs winexec

2008-08-09 Thread Xavi
adapt to the system. Best regards, Xavi Szakáts Viktor escribió: Hi Lorenzo, There are some old tests that still use hb_run as __hrbrun. Well, that was not your point, but IMO __hrb*() functions should be named hb_hrb*() since they are not really internal features anymore. Should we do

[Harbour] hbmd5.c * cleaned warnings

2008-08-07 Thread Xavi
may lose significant digits in function hb_md5file Warning W8071 hbmd5.c 363: Conversion may lose significant digits in function hb_md5file Thank you very much. Xavi /* * $Id: hbmd5.c 9014 2008-07-28 10:37:57Z druzus $ */ /* * Harbour Project source code: *Harbour MD5 Support

<    1   2   3