[xHarbour-developers] Changelog ( multiples )

2015-03-29 Thread Luiz Rafael Culik
2015-03-29 10:45 UTC-0300 Luiz Rafael Culik ! contrib/rdd_ads/rddads.h ! added extern BOOL hb_ads_bOEM; when ADS_USE_OEM_TRANSLATION if not defined ! contrib/rdd_ads/adsfunc.c ! Moved BOOL hb_ads_bOEM = FALSE; to outside #ifdef ADS_USE_OEM_TRANSLATION block 2015-03-28 16:40 UTC-030

Re: [xHarbour-developers] changelog multiples

2015-03-06 Thread Enrico Maria Giordano
Il 06/03/2015 15:22, Luiz Rafael Culik ha scritto: > 2015-03-06 11:20 UTC-0300 Luiz Rafael Culik > 2015-03-01 15:10 UTC-0300 Luiz Rafael Culik http://www.emagsoftware.it The EMG Music page: http://www.emagsoftware.it/emgmusic The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The B

[xHarbour-developers] changelog multiples

2015-03-06 Thread Luiz Rafael Culik
2015-03-06 11:20 UTC-0300 Luiz Rafael Culik * contrib/tipssl/sendmail.prg * contrib/tipssl/smtpcln.prg * source/vm/strapi.c ! in function hb_itemPutStrUTF8 using hb_cdpUTF8ToStrn insted of hb_cdpStrnToUTF8n * utils/hbmake/hbmake.prg ! harbour.lib->xharbour.lib ! some adjust to

Re: [xHarbour-developers] changelog multiples

2014-11-06 Thread Enrico Maria Giordano
Il 06/11/2014 17:31, Luiz Rafael Culik ha scritto: > Enrico > > This will be resolved when I commit the changes for 64bits for gtwvw Ok, thank you. EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG Music page: http://www.emagsoftware.it/emgmusic The EMG's ZX-Spectrum Page: htt

Re: [xHarbour-developers] changelog multiples

2014-11-06 Thread Luiz Rafael Culik
Enrico This will be resolved when I commit the changes for 64bits for gtwvw Regards Luiz 2014-11-06 13:53 GMT-02:00 Enrico Maria Giordano < e.m.giord...@emagsoftware.it>: > > > Il 06/11/2014 16:37, Luiz Rafael Culik ha scritto: > > 2014-11-06 13:40 UTC-300 Luiz Rafael Culik >> > > Still there

Re: [xHarbour-developers] changelog multiples

2014-11-06 Thread Enrico Maria Giordano
Il 06/11/2014 16:37, Luiz Rafael Culik ha scritto: > 2014-11-06 13:40 UTC-300 Luiz Rafael Culik Still there, sorry: Warning W8008 contrib\gtwvw\gtwvw.c 7896: Condition is always false in function HB_FUN_WVW_NOPENWINDOW Warning W8066 contrib\gtwvw\gtwvw.c 7898: Unreachable code in function H

[xHarbour-developers] changelog multiples

2014-11-06 Thread Luiz Rafael Culik
2014-11-06 13:40 UTC-300 Luiz Rafael Culik * source/vm/fm.c ! in structure _HB_MEMINFO changed ULONG ulSignature to UINT32 ulSignature do the value will be 32bits on 64 bits compile ! in hb_xautorelease function changed PHB_MEMINFO pMemBlock = ( PHB_MEMINFO ) ( ( char * ) pMem - HB_MEMIN

Re: [xHarbour-developers] changelog multiples

2014-11-02 Thread Enrico Maria Giordano
Warning W8008 contrib\gtwvw\gtwvw.c 7896: Condition is always false in function HB_FUN_WVW_NOPENWINDOW Warning W8066 contrib\gtwvw\gtwvw.c 7898: Unreachable code in function HB_FUN_WVW_NOPENWINDOW EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG Music page: http://www.emagsoftw

[xHarbour-developers] changelog multiples

2014-11-01 Thread Luiz Rafael Culik
2014-11-01 17:40 UTC-300 Luiz Rafael Culik * contrib/gtwvw/gtwvw.c ! in hb_gt_wvwDlgProcMLess change init of iType variable from NULL to 0. also inside WM_NCDESTROY init the variable s_pWvwData->s_sApp->iType[ iIndex ] with 0 insted of NULL ! in hb_gt_wvwDlgProcModal change init of iType

[xHarbour-developers] changelog multiples

2012-12-02 Thread Luiz Rafael
2012-12-02 12:40 UTC-200 Luiz Rafael Culik * contrib/Makefile ! added hbhpdf and hbmxml folder 2012-12-02 11:40 UTC-200 Luiz Rafael Culik * source/rtl/fstemp.c ! Fixed compilation under *nix * source/rtl/hbip.c ! Fixed compilation under linux by applying correct cast

[xHarbour-developers] changelog Multiples

2012-09-03 Thread Luiz Rafael
2012-09-02 21:41 UTC-0300 Luiz Rafael Culik * source/vm/thread.c ! Protected one function for compilation under windows 2012-09-02 21:20 UTC-0300 Luiz Rafael Culik * source/winos.prg ! added stub for OS_ISWIN8 when compiling under *nix 2012-09-02 21:10 UTC-0300 Luiz Rafael Culik

[xHarbour-developers] Changelog ( multiples

2012-08-06 Thread Luiz Rafael Culik
2012-08-06 13:50 UTC-0300 Luiz Rafael Culik * source/rtl/Makefile source/include/Makefile ! added new depenciencies from Andi last commits 2012-08-05 19:10 UTC-0300 Luiz Rafael Culik * include/thread.h ! when in non-mt mode compile, define HB_CRITICAL_T as ULONG * source/rtl/

Re: [xHarbour-developers] Changelog ( multiples )

2009-09-17 Thread Phil Krylov
Hi, On Thu, Sep 17, 2009 at 4:24 PM, Luiz Rafael Culik Guimaraes wrote: > 2009-09-16 18:20 UTC-0300 Luiz Rafael Culik > * contrib/hbzlib/ziparchive.cpp >contrib/hbzlib/include/ziparchive.h >contrib/hbzlib/include/zipstring.h >contrib/hbzlib/include/zipexception.h >contrib/hbzlib

[xHarbour-developers] Changelog ( multiples )

2009-09-17 Thread Luiz Rafael Culik Guimaraes
2009-09-17 09:20 UTC-0300 Luiz Rafael Culik * source/tip/ftpcln.prg ! added new method cdup 2009-09-16 18:20 UTC-0300 Luiz Rafael Culik * contrib/hbzlib/ziparchive.cpp contrib/hbzlib/include/ziparchive.h contrib/hbzlib/include/zipstring.h contrib/hbzlib/include/zipexception.h

[xHarbour-developers] changelog ( multiples )

2009-09-07 Thread Luiz Rafael Culik Guimaraes
2009-09-07 18:40 UTC-0300 Luiz Rafael Culik * contrib/gtwvw/gtwvw.c * contrib/gtwvw/wvwdraw.c * contrib/gtwvw/wvwmenu.c * contrib/gtwvw/wvwtbar.c * contrib/gtwvw/wvwstbar.c * contrib/gtwvw/wvwpush.c * contrib/gtwvw/wvwcheck.c * contrib/gtwvw/wvwedit.c * contrib/gtwvw/wvwfuncs.c