Re: [xHarbour-developers] xharbour port for LibHaru PDF creation library is ready

2008-05-19 Thread Andi Jahja
Hi, I'll soon upload a stand-alone harupdf.lib which do not require downloads of foreign libs. I'll upload whole libharu and png libs AS IS plus wrappers borrowed from Harbour. Fortunately we have had ZLIB incorporated. Any objection? -- Andi On Sun, 18 May 2008 20:43:37 + Pritpal Bedi

Re: [xHarbour-developers] GPF on xharbour linux

2008-05-19 Thread Luiz Rafael Culik Guimaraes
Ron Does line 6663 from harbour.c should be change from hb_xfree( ( void * ) pClass ); to if ( pClass ) - Original Message - From: Luiz Rafael Culik Guimaraes [EMAIL PROTECTED] To: xharbour-developers@lists.sourceforge.net; Ron Pinkas [EMAIL PROTECTED] Sent: Sunday, May 18,

Re: [xHarbour-developers] GPF on xharbour linux

2008-05-19 Thread Luiz Rafael Culik Guimaraes
Ron Does line 6663 from harbour.c should be change from hb_xfree( ( void * ) pClass ); to if ( pClass ) { hb_xfree( ( void * ) pClass ); } Regards Luiz - Original Message - From: Luiz Rafael Culik Guimaraes [EMAIL PROTECTED] To:

[xHarbour-developers] 2008-05-19 11:06 UTC-0430 Ron Pinkas ron/at/xharbour.com

2008-05-19 Thread Ron Pinkas
2008-05-19 11:06 UTC-0430 Ron Pinkas ron/at/xharbour.com * makefile.bc + Readded support for LFLAGS EnvVar * source/compiler/harbour.c ! Fixed typo which caused GPF trap when using -w3 - This SF.net email is

Re: [xHarbour-developers] GPF on xharbour linux

2008-05-19 Thread Ron Pinkas
Luiz, No. Please test after: 2008-05-19 11:06 UTC-0430 Ron Pinkas ron/at/ xharbour.com Ron On May 19, 2008, at 6:20 AM, Luiz Rafael Culik Guimaraes wrote: Ron Does line 6663 from harbour.c should be change from hb_xfree( ( void * ) pClass ); to if ( pClass ) {

Re: [xHarbour-developers] GPF on xharbour linux

2008-05-19 Thread Luiz Rafael Culik Guimaraes
Ron ok, will compile and post result in few minutes Regards Luiz - Original Message - From: Ron Pinkas [EMAIL PROTECTED] To: Luiz Rafael Culik Guimaraes [EMAIL PROTECTED] Cc: xharbour-developers@lists.sourceforge.net Sent: Monday, May 19, 2008 12:44 PM Subject: Re:

Re: [xHarbour-developers] GPF on xharbour linux

2008-05-19 Thread Luiz Rafael Culik Guimaraes
Ron No. Please test after: 2008-05-19 11:06 UTC-0430 Ron Pinkas ron/at/ xharbour.com Fix confirmed. thanks Regards Luiz - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio

[xHarbour-developers] Time for a release?

2008-05-19 Thread Patrick Mast, xHarbour.com
Hello all, User feedback on bugs seems to be low at this point. Are we ready for a new release? Shall we start with a release freeze or do you guys have pending commits? Thanks! Patrick - This SF.net email is sponsored by:

Re: [xHarbour-developers] Time for a release?

2008-05-19 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Patrick Mast, xHarbour.com [EMAIL PROTECTED] A: xHarbour-Developers xharbour-developers@lists.sourceforge.net Data invio: lunedì 19 maggio 2008 20.13 Oggetto: [xHarbour-developers] Time for a release? Hello all, User feedback on bugs seems to be low at this

Re: [xHarbour-developers] Time for a release?

2008-05-19 Thread Ron Pinkas
I have the following pending bugs (that I'm unable to fix, sorry): 1. (not so important) FUNCTION MAIN() LOCAL oExcel := CREATEOBJECT( Excel.Application ) LOCAL cXls := e:\xharbour\test.xls //oExcel:WorkBooks:Open( cXls, , , 1, , , , 1, , , .T., , .T. )

Re: [xHarbour-developers] 2008-05-19 18:43 UTC-0430 Ron Pinkas ron/at/xharbour.com

2008-05-19 Thread Luis Krause Mantilla
Ron: BCC 5.5.1 gives this error: source\vm\classes.c: Error E2451 source\vm\classes.c 1192: Undefined symbol 'uiDestroyed' in function hb_objGetMthd Warning W8057 source\vm\classes.c 1302: Parameter 'iOptimizedSend' is never used in function hb_objGetMthd *** 1 errors in Compile *** ** error