[xHarbour-developers] howtoext.doc

2008-10-24 Thread Vicente Guerra
Miguel, Thank you for your contributions! There's an unofficial (but adopted for most people here) guide with many *unofficial* standards for programming. It's the file xharbour/doc/howtoext.doc . It explains some coding convention and styles. I hope you have a chance for read it.

Re: [xHarbour-developers] 2008-10-23 17:52 UTC+0100 Miguel AngelMarchuet [EMAIL PROTECTED]

2008-10-24 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Miguel Angel Marchuet [EMAIL PROTECTED] A: Enrico Maria Giordano [EMAIL PROTECTED] Cc: Xharbour-Developers List xharbour-developers@lists.sourceforge.net Data invio: venerdì 24 ottobre 2008 9.21 Oggetto: Re: [xHarbour-developers] 2008-10-23 17:52 UTC+0100 Miguel

Re: [xHarbour-developers] 2008-10-23 21:10 UTC+0100 Miguel AngelMarchuet [EMAIL PROTECTED]

2008-10-24 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Miguel Angel Marchuet [EMAIL PROTECTED] A: Enrico Maria Giordano [EMAIL PROTECTED] Cc: Xharbour-Developers List xharbour-developers@lists.sourceforge.net Data invio: venerdì 24 ottobre 2008 9.24 Oggetto: Re: [xHarbour-developers] 2008-10-23 21:10 UTC+0100 Miguel

[xHarbour-developers] 2008-10-24 09:39 UTC+0100 Miguel Angel Marchuet [EMAIL PROTECTED]

2008-10-24 Thread Miguel Angel Marchuet
2008-10-23 17:52 UTC+0100 Miguel Angel Marchuet [EMAIL PROTECTED] * source\vm\fm.c * restored the use of memory, now to test DL_ALLOC will be explicit with macro -DHB_FM_DL_ALLOC #if defined( HB_FM_DL_ALLOC ) ( defined( _MSC_VER ) || defined( __BORLANDC__ ) || defined(

Re: [xHarbour-developers] 2008-10-24 09:39 UTC+0100 Miguel AngelMarchuet [EMAIL PROTECTED]

2008-10-24 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Miguel Angel Marchuet [EMAIL PROTECTED] A: xharbour developer list xharbour-developers@lists.sourceforge.net Data invio: venerdì 24 ottobre 2008 9.39 Oggetto: [xHarbour-developers] 2008-10-24 09:39 UTC+0100 Miguel AngelMarchuet [EMAIL PROTECTED] 2008-10-23

Re: [xHarbour-developers] 2008-10-23 21:10 UTC+0100 Miguel AngelMarchuet [EMAIL PROTECTED]

2008-10-24 Thread Miguel Angel Marchuet
With last upload is the default setting #if defined( HB_FM_DL_ALLOC ) ( defined( _MSC_VER ) || defined( __BORLANDC__ ) || defined( __MINGW32__ ) ) #undef HB_FM_STD_ALLOC #undef HB_FM_WIN32_ALLOC #elif defined( __EXPORT__ ) !defined( HB_FM_WIN32_ALLOC )

Re: [xHarbour-developers] 2008-10-23 21:10 UTC+0100 Miguel AngelMarchuet [EMAIL PROTECTED]

2008-10-24 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Miguel Angel Marchuet [EMAIL PROTECTED] A: Enrico Maria Giordano [EMAIL PROTECTED]; xharbour developer list xharbour-developers@lists.sourceforge.net Data invio: venerdì 24 ottobre 2008 10.37 Oggetto: Re: [xHarbour-developers] 2008-10-23 21:10 UTC+0100 Miguel

Re: [xHarbour-developers] Version 1.2.0 + Unfreezzz

2008-10-24 Thread Eduardo Fernandes
Patrick, I would like to build binaries for release 1.1.0, since last release (Nov/2007) was 1.0.0. What the instructions to upload ? regards, Eduardo --- Em ter, 21/10/08, Patrick Mast [EMAIL PROTECTED] escreveu: De: Patrick Mast [EMAIL PROTECTED] Assunto: [xHarbour-developers] Version

Re: [xHarbour-developers] 2008-10-24 09:39 UTC+0100 Miguel Angel Marchuet [EMAIL PROTECTED]

2008-10-24 Thread Vicente Guerra
Miguel, On Fri, 24 Oct 2008, Miguel Angel Marchuet wrote: 2008-10-23 17:52 UTC+0100 Miguel Angel Marchuet [EMAIL PROTECTED] * source\vm\fm.c * restored the use of memory, now to test DL_ALLOC will be explicit with macro -DHB_FM_DL_ALLOC Could you please revert these changes?

Re: [xHarbour-developers] 2008-10-24 09:39 UTC+0100 Miguel Angel Marchuet [EMAIL PROTECTED]

2008-10-24 Thread Miguel Angel Marchuet
() doesn't have HB_FM_PTR() when it doesn't uses HB_FM_STATICS. I don't know why with your recent changes free() doesn't crashes on a non-allocated memory block. Atte. Vic __ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 3551 (20081024

Re: [xHarbour-developers] 2008-10-23 17:52 UTC+0100 Miguel AngelMarchuet [EMAIL PROTECTED]

2008-10-24 Thread Miguel Angel Marchuet
Managing memory in Windows prior to Win32 involved a great deal of uncertainty about using the C run-time (CRT) library. With Win32 there should be little hesitation. The CRT library in Win32 is implemented in a manner similar to FIXED memory allocated via the local and global memory

[xHarbour-developers] 2008-10-24 13:41 UTC+0100 Miguel Angel Marchuet [EMAIL PROTECTED]

2008-10-24 Thread Miguel Angel Marchuet
2008-10-24 13:41 UTC+0100 Miguel Angel Marchuet [EMAIL PROTECTED] * source\vm\fm.c ! fixed some remaining bugs, now are tested 3 group of memory functions. please test it. many thks to Vicente Guerra. Best regards, Miguel Angel Marchuet

Re: [xHarbour-developers] Version 1.2.0 + Unfreezzz

2008-10-24 Thread Miguel Angel Marchuet
Antivirus, versión de la base de firmas de virus 3552 (20081024) __ ESET NOD32 Antivirus ha comprobado este mensaje. http://www.eset.com - This SF.Net email is sponsored by the Moblin Your Move Developer's

Re: [xHarbour-developers] 2008-10-24 13:41 UTC+0100 Miguel AngelMarchuet [EMAIL PROTECTED]

2008-10-24 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Miguel Angel Marchuet [EMAIL PROTECTED] A: xharbour developer list xharbour-developers@lists.sourceforge.net Data invio: venerdì 24 ottobre 2008 13.44 Oggetto: [xHarbour-developers] 2008-10-24 13:41 UTC+0100 Miguel AngelMarchuet [EMAIL PROTECTED] 2008-10-24

[xHarbour-developers] 2008-10-24 17:40 UTC-0300 Luiz Rafael Culik( luiz at xharbour.com.br)

2008-10-24 Thread Luiz Rafael Culik Guimaraes
+ source/rtl/pcre/pcre_ucd.c ! added missing file ! source/rtl/pcre/Makefile Commom.mak compile.mak A added pcre_ucd.c as dependencie Regards Luiz - This SF.Net email is sponsored by the Moblin Your