[xHarbour-developers] ChangeLog: 2017-07-25 02:40 UTC-0600 Ron Pinkas

2017-07-25 Thread Ron Pinkas
2017-07-25 02:40 UTC-0600 Ron Pinkas * make_vc.bat + Added auto detect/setup for MS VS 2017 (more generic approach using vswhere.exe was avoided because it would require wider scope changes than I was ready to perform. * Fixed minor typo --

Re: [xHarbour-developers] Changelog 2017-01-24 21:00 UTC-0600 Ron Pinkas

2017-01-25 Thread Enrico Maria Giordano
Il 25/01/2017 02:06, Ron Pinkas ha scritto: > 2017-01-24 21:00 UTC-0600 Ron Pinkas > * source/vm/hash.c > ! Fixed a -1 bug for 3rd argument (nLevel) in HB_FUNC( HSetPartition ) Thank you Ron! EMG -- http://www.emagsoftware.it http://www.emagsoftware.it/emgmusic http://www.emagsoftware.

[xHarbour-developers] Changelog 2017-01-24 21:00 UTC-0600 Ron Pinkas

2017-01-24 Thread Ron Pinkas
2017-01-24 21:00 UTC-0600 Ron Pinkas * source/vm/hash.c ! Fixed a -1 bug for 3rd argument (nLevel) in HB_FUNC( HSetPartition ) -- Check out the vibrant tech community on one of the world's most engaging tech sites,

Re: [xHarbour-developers] Changelog

2017-01-02 Thread Enrico Maria Giordano
Il 02/01/2017 15:40, Patrick Mast ha scritto: > Works now! Thanks!! Great! Thank you, Luiz! EMG -- http://www.emagsoftware.it http://www.emagsoftware.it/emgmusic http://www.emagsoftware.it/spectrum http://www.emagsoftware.it/tbosg -

Re: [xHarbour-developers] Changelog

2017-01-02 Thread Patrick Mast
Works now! Thanks!! 😁 Patrick On Wed, Dec 28, 2016 at 11:37 AM, Patrick Mast wrote: > Hey Luiz, > > Thanks!! I will take a look in a few days. I'm taking some days off now. > 😀 > > Patrick > > On Dec 28, 2016, at 11:24, Luiz Rafael Culik wrote: > > Hi > > Should be ok after yesterday commit >

[xHarbour-developers] Changelog 2017-01-01 15:30 UTC-0300 Luiz Rafael Culik

2017-01-01 Thread Luiz Rafael Culik
* utils/misc/hblib.c ! added Iphlpapi.lib to borland c libs * source/compiler/hbusage.c * utils/hbdoc/hbdoc.prg * utils/hbmake/hbmake.prg * utils/hbpp/hbpp.c * utils/hbrun/hbrun.prg * utils/hbtest/hbtest.prg * winmake/compile.mak ! bump copyright year to 2017 -

Re: [xHarbour-developers] Changelog

2016-12-28 Thread Patrick Mast
Hey Luiz, Thanks!! I will take a look in a few days. I'm taking some days off now. 😀 Patrick > On Dec 28, 2016, at 11:24, Luiz Rafael Culik wrote: > > Hi > > Should be ok after yesterday commit > > Regards > Luiz > > Em 27 de dez de 2016 08:10, "Enrico Maria Giordano" > escreveu: >> >>

Re: [xHarbour-developers] Changelog

2016-12-28 Thread Luiz Rafael Culik
Hi Should be ok after yesterday commit Regards Luiz Em 27 de dez de 2016 08:10, "Enrico Maria Giordano" < e.m.giord...@emagsoftware.it> escreveu: > > > Il 27/12/2016 11:03, Luiz Rafael Culik ha scritto: > > Patrick >> >> I dont get this error and hb_unconst is inside hbdefs.h >> > > No, there i

Re: [xHarbour-developers] Changelog

2016-12-27 Thread Enrico Maria Giordano
Il 27/12/2016 11:03, Luiz Rafael Culik ha scritto: > Patrick > > I dont get this error and hb_unconst is inside hbdefs.h No, there is no HB_UNCONST inside hbdefs.h. Please check. EMG -- http://www.emagsoftware.it http://www.emagsoftware.it/emgmusic http://www.emagsoftware.it/spectrum http://w

Re: [xHarbour-developers] Changelog

2016-12-27 Thread Patrick Mast, xHarbour.com
Hey Luiz, I’m sorry. I just update xHarbour from latest code and build as usual. I worked before, it gives error since your latest changes in hbssl. Patrick On Tue, Dec 27, 2016 at 11:03 AM, Luiz Rafael Culik wrote: Patrick I dont get this error and hb_unconst is inside hbdefs.h Regards Luiz Em

Re: [xHarbour-developers] Changelog

2016-12-27 Thread Luiz Rafael Culik
Patrick I dont get this error and hb_unconst is inside hbdefs.h Regards Luiz Em 27 de dez de 2016 07:14, "Patrick Mast, xHarbour.com" < patrick.m...@xharbour.com> escreveu: > Hello Luiz, > > Still get: > contrib\hbssl\*bio.c*(506): error C3861: 'HB_UNCONST': identifier not > found > contrib\hbs

Re: [xHarbour-developers] Changelog

2016-12-27 Thread Patrick Mast, xHarbour.com
Hello Luiz, Still get: contrib\hbssl\ bio.c (506): error C3861: 'HB_UNCONST': identifier not found contrib\hbssl\bio.c(629): error C3861: 'HB_UNCONST': identifier not found contrib\hbssl\bio.c(643): error C3861: 'HB_UNCONST': identifier not found contrib\hbssl\bio.c(654): error C3861: 'HB_UNCONS

Re: [xHarbour-developers] Changelog

2016-12-26 Thread Luiz Rafael Culik
Patrick Should be ok after 2016-12-26 22:00 UTC-0300 Luiz Rafael Culik * contrib/hbssl/hbssl.h ! minor fix to previus commit. Regards Luiz 2016-12-26 14:14 GMT-02:00 Patrick Mast, xHarbour.com < patrick.m...@xharbour.com>: > Hey Luiz, > > Ok, but not with me. Dus you look at the log?

Re: [xHarbour-developers] Changelog

2016-12-26 Thread Patrick Mast, xHarbour.com
Thank you Luiz! But I still get these errors building with PellesC: contrib\hbssl\bio.c(506): error C3861: 'HB_UNCONST': identifier not found contrib\hbssl\bio.c(629): error C3861: 'HB_UNCONST': identifier not found contrib\hbssl\bio.c(643): error C3861: 'HB_UNCONST': identifier not found contr

[xHarbour-developers] Changelog

2016-12-25 Thread Luiz Rafael Culik
2016-12-25 23:30 UTC-0300 Luiz Rafael Culik * contrib/hbssl/bio.c * contrib/hbssl/err.c * contrib/hbssl/evp.c * contrib/hbssl/evpciph.c * contrib/hbssl/evpenc.c * contrib/hbssl/evpmd.c * contrib/hbssl/hbssl.ch * contrib/hbssl/hbssl.h * contrib/hbssl/rand.c * contrib/

[xHarbour-developers] changelog 2016-12-24 19:30 UTC-0300 Luiz Rafael Culik

2016-12-24 Thread Luiz Rafael Culik
* contrib/hbssl/rand.c * contrib/hbssl/ssl.c * contrib/hbssl/sslctx.c * contrib/hbssl/bio.c ! minor fix to compile under pelles c with openssl >= 1.1.0 -- Developer Access Program for Intel Xeon Phi Process

[xHarbour-developers] ChangeLog: 2016-11-23 11:24 UTC-0600 Ron Pinkas

2016-11-23 Thread Ron Pinkas
2016-11-23 11:24 UTC-0600 Ron Pinkas * source/vm/hvm.c ! Fixed gpf trap in hb_vmQuit() - afill of s_aStatics did not verify type array. -- ___ xHarbour-developers mail

Re: [xHarbour-developers] ChangeLog: 2016-11-02 19:50 UTC-0500 Ron Pinkas

2016-11-03 Thread Enrico Maria Giordano
Il 03/11/2016 02:04, Ron Pinkas ha scritto: > 2016-11-02 19:50 UTC-0500 Ron Pinkas >* source/compiler/harbour.sly >* source/compiler/harbouryy.c > ! Fixed bug I commited Aug-15-2016 when fixing GPF, failed to reset > codeblock flags. Thank you! EMG -- http://www.emagsoftware.it

[xHarbour-developers] ChangeLog: 2016-11-02 19:50 UTC-0500 Ron Pinkas

2016-11-02 Thread Ron Pinkas
2016-11-02 19:50 UTC-0500 Ron Pinkas * source/compiler/harbour.sly * source/compiler/harbouryy.c ! Fixed bug I commited Aug-15-2016 when fixing GPF, failed to reset codeblock flags. -- Developer Access Progra

[xHarbour-developers] changelog 2016-10-24 06:00 UTC-0300 Luiz Rafael Culik

2016-10-24 Thread Luiz Rafael Culik
* contrib/rdd_ads/ads1.c ! minor fix on last commit Regards Luiz -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot___

Re: [xHarbour-developers] Changelog 2016-10-22 21:20 UTC-0300 Luiz Rafael Culik

2016-10-23 Thread Andi Jahja
Thank you Luiz. Andi Sent from my Samsung device Original message From: Luiz Rafael Culik Date: 10/23/2016 4:03 PM (GMT+07:00) To: Andi Jahja Cc: xHarbour Developers Mailing List Subject: Re: [xHarbour-developers] Changelog 2016-10-22 21:20 UTC-0300 Luiz Rafael

Re: [xHarbour-developers] Changelog 2016-10-22 21:20 UTC-0300 Luiz Rafael Culik

2016-10-23 Thread Luiz Rafael Culik
Hi Andi Fixed 2016-10-23 07:00 UTC-0300 Luiz Rafael Culik * contrib/rdd_ads/ads1.c ! minor fix on last commit Regards Luiz 2016-10-22 23:59 GMT-02:00 Andi Jahja : > Hi Luis, > > contrib\rdd_ads\ads1.c: > Error E2451 contrib\rdd_ads\ads1.c 2082: Undefined symbol 'u32RetVal' in > functio

Re: [xHarbour-developers] Changelog 2016-10-22 21:20 UTC-0300 Luiz Rafael Culik

2016-10-22 Thread Luiz Rafael Culik
Hi Andi I will review in thw morning. Becouse ive done an clean build here with out error Regards Luiz Em 22 de out de 2016 23:59, "Andi Jahja" escreveu: > Hi Luis, > > contrib\rdd_ads\ads1.c: > Error E2451 contrib\rdd_ads\ads1.c 2082: Undefined symbol 'u32RetVal' in > function adsGetValue > *

Re: [xHarbour-developers] Changelog 2016-10-22 21:20 UTC-0300 Luiz Rafael Culik

2016-10-22 Thread Andi Jahja
Hi Luis, contrib\rdd_ads\ads1.c: Error E2451 contrib\rdd_ads\ads1.c 2082: Undefined symbol 'u32RetVal' in function adsGetValue *** 1 errors in Compile *** Andi On Sat, 22 Oct 2016 21:25:33 -0200 Luiz Rafael Culik wrote: 2016-10-22 21:20 UTC-0300 Luiz Rafael Culik >* source/compiler/genc.

[xHarbour-developers] Changelog 2016-10-22 21:20 UTC-0300 Luiz Rafael Culik

2016-10-22 Thread Luiz Rafael Culik
2016-10-22 21:20 UTC-0300 Luiz Rafael Culik * source/compiler/genc.c ! reverted last change * source/rtl/at.c + Added function ATI moved from tip/thtml.prg + changed to use itemapi insted of direct structure manipulation ! Cast to ( LONG ) removed now using HB_SIZE for p

Re: [xHarbour-developers] Changelog 2016-10-10 22:05 UTC-0300 Luiz Rafael Culik

2016-10-11 Thread Enrico Maria Giordano
Il 11/10/2016 11:28, Luiz Rafael Culik ha scritto: > Enrico > > I dont see relation. Otherwise i didnt get successfully builds with > msvc and mingw Ok, never mind. I simply retried to build and now all is fine. Looks like a temporary problem somewhere. Thank you! EMG -- http://www.emagsoftw

Re: [xHarbour-developers] Changelog 2016-10-10 22:05 UTC-0300 Luiz Rafael Culik

2016-10-11 Thread Enrico Maria Giordano
Il 11/10/2016 10:40, Luiz Rafael Culik ha scritto: > Enrico > > I compiled witg msvc 2015 and mingw 6.1 and got no problem Luiz, the problem is with your last changes. No doubt about this. Or not? EMG -- http://www.emagsoftware.it http://www.emagsoftware.it/emgmusic http://www.emagsoftware.it

Re: [xHarbour-developers] Changelog 2016-10-10 22:05 UTC-0300 Luiz Rafael Culik

2016-10-11 Thread Luiz Rafael Culik
Enrico I compiled witg msvc 2015 and mingw 6.1 and got no problem Regards Luiz Em 11 de out de 2016 05:16, "Enrico Maria Giordano" < e.m.giord...@emagsoftware.it> escreveu: > This is what I get after that changelog (compiling with BCC 7.20): > > MAKE Version 5.41 Copyright (c) 1987, 2014 Embar

Re: [xHarbour-developers] Changelog 2016-10-10 22:05 UTC-0300 Luiz Rafael Culik

2016-10-11 Thread Enrico Maria Giordano
This is what I get after that changelog (compiling with BCC 7.20): MAKE Version 5.41 Copyright (c) 1987, 2014 Embarcadero Technologies, Inc. utils\misc\hblib.c: Turbo Incremental Link 6.75 Copyright (c) 1997-2016 Embarcadero Technologies, Inc. Warning: E:/XHBSVN/xharbour/bin/b32/hblib.ilc: 0x000

[xHarbour-developers] Changelog 2016-10-10 22:05 UTC-0300 Luiz Rafael Culik

2016-10-10 Thread Luiz Rafael Culik
* contrib/gtwvw/gtwvw.c ! fixed call to HB_TRACE() macro in hb_gt_FuncInit function. was passing an diferent name of parameter found when compiling with -DHB_TR_LEVEL=HB_TR_DEBUG * source/rdd/dbf1.c * source/rdd/dbf1net.c ! fixed call to HB_TRACE() macro in hb_dbfTableTransact

[xHarbour-developers] ChangeLog : 2016-08-15 17:04 UTC-0400 Ron Pinkas

2016-08-15 Thread Ron Pinkas
2016-08-15 17:04 UTC-0400 Ron Pinkas * bin/bld.bat + Added test for error level after prg compilation * bin/bld_vc.bat + Added support for VS 2013 and 2015 * make_vc.bat * More complete VS 2015 support and minor revision * source/compiler/harbour.sly * source/compile

Re: [xHarbour-developers] changelog 2016-04-25 22:14 UTC-0300 Luiz Rafael Culik

2016-06-08 Thread Ron Pinkas
Dear Luiz, Your recent changes to arrayshb.c (without any ChangeLog notice here) have completely broken CSTRUTURE functionality!!! Most obvious serious bug was with HB_ITEM ID which you changed to a PHB_ITEM, without changing its name to pID, but most importantly code which was sending its PHB

[xHarbour-developers] changelog 2016-04-25 22:14 UTC-0300 Luiz Rafael Culik

2016-04-25 Thread Luiz Rafael Culik
*2016-04-25 22:14 UTC-0300 Luiz Rafael Culik >* * ! utils/hbmake/hbmake.prg* * ! utils/hbmake/hbmlang.c* * ! minor updated for mingw64 bits* * ! winmake/makefile.gc* * minor fix* -- Find and fix application pe

[xHarbour-developers] changelog 2016-02-21 14:46 UTC-0300 Luiz Rafael Culik branch 1.2.5

2016-02-21 Thread Luiz Rafael Culik
! source\common\hbwince.c ! source\ct\ctnet.c ! source\rtl\winos.prg ! source\rtl\gtwvt\gtwvt.h ! source\vm\dynlibhb.c ! source\vm\estack.c ! source\vm\fm.c ! source\vm\maindll.c ! source\vm\maindlle.c ! source\vm\maindllh.c ! source\vm\maindllp.c ! source\vm\mainwin.c ! s

Re: [xHarbour-developers] ChangeLog: 2015-09-24 20:15 UTC-0430 Ron Pinkas

2016-02-21 Thread Luiz Rafael Culik
Changelog 2016-02-21 13:10 UTC-0300 Luiz Rafael Culik * include/fileio.ch ! added constants * include/hbdefs.h ! Added HB_UNCONST and HB_DECONST borrow from harbour ! Added typedef to HB_LONG and HB_ULONG ! Added typedef to HB_FATTR ! Added defines to HB_VMLONG_MAX and H

[xHarbour-developers] ChangeLog: 2015-09-24 20:15 UTC-0430 Ron Pinkas

2015-09-24 Thread Ron Pinkas
2015-09-24 20:15 UTC-0430 Ron Pinkas * contrib/tipssl/mail.prg ! Fixed bug in :FromString() which caused infinite looping + Added support for optional progress block as 4th argument to :FromString() * contrib/tipssl/popcln.prg ! Fixed :List() to return "" instead of NIL + Adde

[xHarbour-developers] ChangeLog: 2015-09-08 14:38 UTC-0430 Ron Pinkas

2015-09-08 Thread Ron Pinkas
2015-09-08 14:38 UTC-0430 Ron Pinkas * include/hbdefs.h * Commented OUT #if defined( __POCC__ ) || defined( __XCC__ ) for #define HB_SYMBOL_UNUSED() * include/hbsetup.ch * Added protection against double define HB_EXT_INKEY --

[xHarbour-developers] Changelog 2015-07-25 21:40 UTC-0300 Luiz Rafael Culik

2015-07-25 Thread Luiz Rafael Culik
* include/hbapiitm.h ! added hb_itemEqual Borrow from harbour * source/vm/itemapi.h ! added hb_itemEqual Borrow from harbour * source/tip/ftpcln.prg ! removed call to getreply on method ls ( reported by Claudio H ) * source/rtl/gttone.c ! minor fix to compile under msvc 20

[xHarbour-developers] ChangeLog: 2015-06-03 13:50 UTC+0200 Saulius Zrelskis

2015-06-03 Thread Saulius Zrelskis
2015-06-03 13:50 UTC+0200 Saulius Zrelskis * source/rtl/isprint.c * source/rtl/tprinter.c ! Release printer handle Best regards, Saulius -- ___ xHarbour-developers maili

Re: [xHarbour-developers] Changelog 2015-05-09 17:55 UTC-0300 Luiz Rafael Culik

2015-05-09 Thread Enrico Maria Giordano
Il 09/05/2015 22:59, Luiz Rafael Culik ha scritto: > 2015-05-09 17:55 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 Best of Spectrum Games: http://www.emagsoftware.

[xHarbour-developers] Changelog 2015-05-09 17:55 UTC-0300 Luiz Rafael Culik

2015-05-09 Thread Luiz Rafael Culik
2015-05-09 17:55 UTC-0300 Luiz Rafael Culik * contrib/tipssl/httpcln.prg ! minor fix on CLOSE method * include/hbapi.h ! hb_strLTrim Added const to function signature * include/hbapirdd.h ! added defined to DBTF_CPYCTR and DBTF_RECALL borrow from harbour * source/common/expropt

[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

[xHarbour-developers] changelog 2015-03-28 16:40 UTC-0300 Luiz Rafael Culik

2015-03-28 Thread Luiz Rafael Culik
! winmake\makefile.bc ! winmake\makefile.vc ! added gtwvw to dll build ! winmake\dll.lst ! added gtwvw to list ! include/hbapi.h ! added hb_winmainGetInstance() to HB_OS_WIN section ! source/vm/itemapi.c ! added return of numeric part in hb_itemGetNS when type is string an

Re: [xHarbour-developers] changelog 2015-03-18 22:50 UTC-0300 Luiz Rafael Culik

2015-03-20 Thread Enrico Maria Giordano
Il 19/03/2015 02:59, Luiz Rafael ha scritto: >! contrib/gtwvw/gtwvw.c > ! in function hb_gt_wvw_Init added variables > hInstance,hPrevInstance,iCmdShow and set then by calling hb_winmainArgGet > ! using s_pWvwData->hInstance insted of hb_hInstance where applicable >! contrib/gt

[xHarbour-developers] changelog 2015-03-18 22:50 UTC-0300 Luiz Rafael Culik

2015-03-19 Thread Luiz Rafael
! contrib/gtwvw/gtwvw.c ! in function hb_gt_wvw_Init added variables hInstance,hPrevInstance,iCmdShow and set then by calling hb_winmainArgGet ! using s_pWvwData->hInstance insted of hb_hInstance where applicable ! contrib/gtwvw/hbgtwvw.h ! added hInstance member to wvw_data struc

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

[xHarbour-developers] ChangeLog: * $Id: ChangeLog 10112 2015-02-23 14:24:01Z zsaulius $

2015-02-23 Thread Saulius Zrelskis
2015-02-23 18:25 UTC+0200 Saulius Zrelskis * source/rtl/hbwinole.c + added parameter IsOLEObjectRegistered( | [, @] ) -> lRegistered added new function in conjunction: IsOLEObjectActive( | [, @] ) -> lActive Best regards, Saulius -

[xHarbour-developers] ChangeLog: 2015-02-21 10:55 UTC+0200 Saulius Zrelskis

2015-02-21 Thread Saulius Zrelskis
2015-02-21 10:55 UTC+0200 Saulius Zrelskis * source/rtl/hbwinole.c + added function IsOLEObjectRegistered( cOleName | cCLSID ) -> lRegistered Regards, Saulius -- Download BIRT iHub F-Type - The Free Enterprise-Grad

[xHarbour-developers] ChangeLog: 2015-02-20 22:20 UTC+0200 Saulius Zrelskis

2015-02-20 Thread Saulius Zrelskis
2015-02-20 22:20 UTC+0200 Saulius Zrelskis * source/rdd/workarea.c ! COPY TO ... SDF/DELIMITED make CA-Cl*pper compatible on deleted records thanks to Joe for reporting the problem Best regards, Saulius -- Dow

[xHarbour-developers] ChangeLog: 2015-02-18 17:25 UTC+0200 Saulius Zrelskis

2015-02-18 Thread Saulius Zrelskis
2015-02-18 17:25 UTC+0200 Saulius Zrelskis * include/hbdefs.h ! define HB_UINT_MAX * source/rtl/hbffind.c * contrib/tipssl/inetssl.c ! fix to compile under OpenWatcom Best regards, Saulius -- Download BIRT i

Re: [xHarbour-developers] ChangeLog: 2014-12-16 21:05 UTC+0200 Saulius Zrelskis

2015-02-06 Thread Enrico Maria Giordano
Il 06/02/2015 15:31, Ron Pinkas ha scritto: > Long time since I reviewed pcre integration. Why should we have > multiple copies in CVS? I don't see multiple copies of pcre in CVS. Only one in source\rtl\pcre. What am I missing? EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EM

Re: [xHarbour-developers] ChangeLog: 2014-12-16 21:05 UTC+0200 Saulius Zrelskis

2015-02-06 Thread Ron Pinkas
Long time since I reviewed pcre integration. Why should we have multiple copies in CVS? > On Feb 5, 2015, at 9:54 PM, Ron Pinkas wrote: > > Hey Saulius :-) > > Sorry to trouble you again, but do you happen to know what could be the cause > for: > > --- > c:\xharbour\include\.

Re: [xHarbour-developers] ChangeLog: 2014-12-16 21:05 UTC+0200 Saulius Zrelskis

2015-02-05 Thread Ron Pinkas
Hey Saulius :-) Sorry to trouble you again, but do you happen to know what could be the cause for: --- c:\xharbour\include\../source/rtl/pcre/pcre_internal.h(2332) : error C2371: 'real_pcre' : redefinition; different basic types c:\xharbour\source\rtl\pcre\pcre.h.generic

Re: [xHarbour-developers] ChangeLog: 2014-12-16 21:05 UTC+0200 Saulius Zrelskis

2014-12-16 Thread Ron Pinkas
Hey Saulius :-) Again, MANY THANKS for your kind contributions!!! Any chance you can review this build error with VS 8 c:\xharbour\include\../source/rtl/pcre/pcre_internal.h(228) : fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory Ron > On Dec 16, 2014, at 2:

[xHarbour-developers] ChangeLog: 2014-12-16 21:05 UTC+0200 Saulius Zrelskis

2014-12-16 Thread Saulius Zrelskis
2014-12-16 21:05 UTC+0200 Saulius Zrelskis * make_bc.bat ! dot not try build DLL when HB_DEBUG=d * winmake/makefile.gc + add hbssl library for mingw * include/cinterface.h ! fix for mingw32 * source/rtl/hbsrlraw.c + contrib/pdflite/include/config.h * contrib/pdflite/pdco

Re: [xHarbour-developers] ChangeLog: 2014-12-10 23:10 UTC+0200 Saulius Zrelskis

2014-12-10 Thread Enrico Maria Giordano
Il 10/12/2014 22:27, Enrico Maria Giordano ha scritto: > I get these on the console: > > source\debug\debugger.prg(3546) Warning W0030 STATIC Function > 'STRIPUNTIL' defined but never used > utils\hbdoc\genpdf1.prg(1407) Warning W0030 STATIC Function 'GETARRAY' > defined but never used > utils

Re: [xHarbour-developers] ChangeLog: 2014-12-10 23:10 UTC+0200 Saulius Zrelskis

2014-12-10 Thread Enrico Maria Giordano
Il 10/12/2014 22:16, Saulius Zrelskis ha scritto: > 2014-12-10 23:10 UTC+0200 Saulius Zrelskis >* include/hbdefs.h > ! fix to compile under OpenWatcom >* source/compiler/genc.c > ! typo in obtaining never used static function > > 2014-12-09 15:50 UTC+0200 Saulius Zrelskis >

[xHarbour-developers] ChangeLog: 2014-12-10 23:10 UTC+0200 Saulius Zrelskis

2014-12-10 Thread Saulius Zrelskis
2014-12-10 23:10 UTC+0200 Saulius Zrelskis * include/hbdefs.h ! fix to compile under OpenWatcom * source/compiler/genc.c ! typo in obtaining never used static function 2014-12-09 15:50 UTC+0200 Saulius Zrelskis * include/simplex.c ! prevent accessing arrays with negative index

Re: [xHarbour-developers] ChangeLog: 2014-12-06 11:15 UTC+0200 Saulius Zrelskis

2014-12-08 Thread Ron Pinkas
Thanks again, my friend. :-) > On Dec 6, 2014, at 4:49 AM, Saulius Zrelskis wrote: > > 2014-12-06 11:15 UTC+0200 Saulius Zrelskis > * source/compiler/gencc1.c > ! bug in datetime pcode; minor formatting > > 2014-12-05 17:35 UTC+0200 Saulius Zrelskis > * include/hbexprc.c > ! fixed

Re: [xHarbour-developers] ChangeLog: 2014-12-04 22:55 UTC+0200 Saulius Zrelskis

2014-12-08 Thread Ron Pinkas
Infinite THANKS Saulious!!! :-) > On Dec 4, 2014, at 4:33 PM, Saulius Zrelskis wrote: > > 2014-12-04 22:55 UTC+0200 Saulius Zrelskis > + tests/omacro.prg > + this file tests support for passing object methods and vars > using macro syntax; borrow from harbour. > It really caus

[xHarbour-developers] ChangeLog: 2014-12-06 11:15 UTC+0200 Saulius Zrelskis

2014-12-06 Thread Saulius Zrelskis
2014-12-06 11:15 UTC+0200 Saulius Zrelskis * source/compiler/gencc1.c ! bug in datetime pcode; minor formatting 2014-12-05 17:35 UTC+0200 Saulius Zrelskis * include/hbexprc.c ! fixed GPF traps when compiling o:¯o things Regards, Saulius --

Re: [xHarbour-developers] ChangeLog: 2014-12-04 22:55 UTC+0200 Saulius Zrelskis

2014-12-05 Thread Enrico Maria Giordano
Il 05/12/2014 10:43, Patrick Mast ha scritto: > Thank you Saulius!! ;-) Patrick, did you receive my email on xharbour.org FTP access? EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG Music page: http://www.emagsoftware.it/emgmusic The EMG's ZX-Spectrum Page: http://www.emagso

Re: [xHarbour-developers] ChangeLog: 2014-12-04 22:55 UTC+0200 Saulius Zrelskis

2014-12-05 Thread Patrick Mast
Thank you Saulius!! ;-) Patrick On Thu, Dec 4, 2014 at 10:03 PM, Saulius Zrelskis wrote: > 2014-12-04 22:55 UTC+0200 Saulius Zrelskis > + tests/omacro.prg > + this file tests support for passing object methods and vars > using macro syntax; borrow from harbour. > It really ca

[xHarbour-developers] ChangeLog: 2014-12-04 22:55 UTC+0200 Saulius Zrelskis

2014-12-04 Thread Saulius Zrelskis
2014-12-04 22:55 UTC+0200 Saulius Zrelskis + tests/omacro.prg + this file tests support for passing object methods and vars using macro syntax; borrow from harbour. It really cause GPF during compiling! 2014-12-04 15:20 UTC+0200 Saulius Zrelskis * include/hbexprb.c ! fixe

Re: [xHarbour-developers] changelog 2014-11-17 09:50 UTC-300 Luiz Rafael Culik

2014-12-02 Thread Luiz Rafael Culik
Ron Try after 2014-12-02 20:00 UTC-300 Luiz Rafael Culik * include/hbdefs.h ! minor fix for double defined HB_SYMBOL_USED Regards Luiz 2014-12-02 19:20 GMT-02:00 Ron Pinkas : > C:\xHarbour\source\vm\estack.c(229): error #2168: Operands of != have > illegal types 'struct _HB_MATH_EXCEP

Re: [xHarbour-developers] changelog 2014-11-17 09:50 UTC-300 Luiz Rafael Culik

2014-12-02 Thread Ron Pinkas
Type: C >>>xcc.exe -Fo"\xbp\xcc\xhb.exe\harbour.obj" -Ot -Zi -DHB_BACK_END=xHarbourBackEnd(szFileName) -D__HB_COMPILER__ -I"\xbp\xcc\xhb.exe" -I"\xhb\include" -I"\xhb\c_include" -I"\xhb\c_include\win" -I"\xhb\c_include\msvc" "C:\xHarbour\source\compiler\harbour.c"<<< \xhb\include\hbdefs.h(152

Re: [xHarbour-developers] changelog 2014-11-17 09:50 UTC-300 Luiz Rafael Culik

2014-12-02 Thread Ron Pinkas
C:\xHarbour\source\vm\estack.c(229): error #2168: Operands of != have illegal types 'struct _HB_MATH_EXCEPTION' and 'int'. Luiz? > On Dec 2, 2014, at 4:31 PM, Ron Pinkas wrote: > > Type: C >>>xcc.exe -Fo"\xbp\xcc\xhb.exe\harbour.obj" -Ot -Zi > -DHB_BACK_END=xHarbourBackEnd(szFileName) -D__HB

Re: [xHarbour-developers] changelog 2014-11-17 09:50 UTC-300 Luiz Rafael Culik

2014-11-17 Thread Enrico Maria Giordano
Warning W8004 contrib\gtwvw\wvwfuncs.c 2294: 'nItems' is assigned a value that is never used in function HB_FUN_WVW__MAKEDLGTEMPLATE EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG Music page: http://www.emagsoftware.it/emgmusic The EMG's ZX-Spectrum Page: http://www.emagsoftwa

[xHarbour-developers] changelog 2014-11-17 09:50 UTC-300 Luiz Rafael Culik

2014-11-17 Thread Luiz Rafael Culik
* contrib/hbsqlit3/sqlite3.c * contrib/hbsqlit3/sqlite3.h * contrib/hbsqlit3/sqlite3ext.h ! updated sqlite to version 3.8.7.1 * contrib/hbsqlit3/xhbsqlite3.c ! some minor updates * contrib/gtwvw/gtwvw.c * contrib/gtwvw/wvwcheck.c * contrib/gtwvw/wvwedit.c * contrib/gtwvw/wvw

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

Re: [xHarbour-developers] ChangeLog: 2014-10-30 22:05 UTC+0200 Saulius Zrelskis

2014-10-31 Thread Enrico Maria Giordano
Il 31/10/2014 09:42, Saulius Zrelskis ha scritto: > 2014-10-30 22:05 UTC+0200 Saulius Zrelskis >* include/cinterface.h > ! copy/paste typo in header comment > > 2014-10-30 21:45 UTC+0200 Saulius Zrelskis >* include/cinterface.h >* contrib/hbsqlit3/config.h > ! changes to

[xHarbour-developers] ChangeLog: 2014-10-30 22:05 UTC+0200 Saulius Zrelskis

2014-10-31 Thread Saulius Zrelskis
2014-10-30 22:05 UTC+0200 Saulius Zrelskis * include/cinterface.h ! copy/paste typo in header comment 2014-10-30 21:45 UTC+0200 Saulius Zrelskis * include/cinterface.h * contrib/hbsqlit3/config.h ! changes to make mingw happy 2014-10-30 17:40 UTC+0200 Saulius Zrelskis * make_gc

[xHarbour-developers] ChangeLog:2014-10-06 23:45 UTC-0430 Ron Pinkas

2014-10-06 Thread Ron Pinkas
2014-10-06 23:45 UTC-0430 Ron Pinkas + include/cinterface.h + New header to define CINTERFACE and genericly workaround missing incomplete CINTERFACE support in Windows SDK's guiddef.h and propkeydef.h * include/hbole.h * Moved CINTERFACE workaround to new cinterface.h * incl

[xHarbour-developers] ChangeLog: 2014-10-03 16:27 UTC-0430 Ron Pinkas

2014-10-03 Thread Ron Pinkas
2014-10-03 16:27 UTC-0430 Ron Pinkas * make_vc.bat + Auto detection of RC.exe-- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are y

[xHarbour-developers] ChangeLog: 2014-02-28 13:50 UTC+0200 Saulius Zrelskis

2014-02-28 Thread Saulius Zrelskis
2014-02-28 13:50 UTC+0200 Saulius Zrelskis * contrib/hbsqlit3/* * sqlite3 update 3.7.15.2 -> 3.8.3.1 Saulius -- Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medi

Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis

2014-02-16 Thread Enrico Maria Giordano
-Messaggio originale- From: Saulius Zrelskis Sent: Sunday, February 16, 2014 3:57 PM To: Enrico Maria Giordano Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis Saulius, > My fault, win_misc.c > I find the way: > svn add All is ok n

Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis

2014-02-16 Thread Enrico Maria Giordano
-Messaggio originale- From: Enrico Maria Giordano Sent: Sunday, February 16, 2014 3:50 PM To: Saulius Zrelskis Cc: Ron Pinkas ; xHarbour Developers Mailing List Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis Saulius, > ? G:\xharb

Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis

2014-02-16 Thread Enrico Maria Giordano
-Messaggio originale- From: Saulius Zrelskis Sent: Sunday, February 16, 2014 3:45 PM To: Enrico Maria Giordano Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis Saulius, > Enrico, > > svn status show: > M G:\xharbour\ChangeLog

Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis

2014-02-16 Thread Enrico Maria Giordano
-Messaggio originale- From: Saulius Zrelskis Sent: Sunday, February 16, 2014 3:00 PM To: Enrico Maria Giordano Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis Saulius, > Hi Enrico, Ron > > Committing files in CVS new file created win_

Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis

2014-02-15 Thread Enrico Maria Giordano
-Messaggio originale- From: Saulius Zrelskis Sent: Saturday, February 15, 2014 4:59 PM To: Enrico Maria Giordano Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis Saulius, > All functions mentioned are embedded in module hbwinole.c > It

Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis

2014-02-15 Thread Enrico Maria Giordano
-Messaggio originale- From: Saulius Zrelskis Sent: Saturday, February 15, 2014 4:42 PM To: Enrico Maria Giordano Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis Saulius, > You want revert OLEMESSAGEBOX to MESSAGEBOX, etc ? Yes, At le

Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis

2014-02-15 Thread Enrico Maria Giordano
-Messaggio originale- From: Ron Pinkas Sent: Saturday, February 15, 2014 3:43 PM To: Enrico Maria Giordano Cc: xHarbour Developers Mailing List ; Saulius Zrelskis Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis Ron, Saulius, > Yes, it must

Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis

2014-02-15 Thread Ron Pinkas
o Maria Giordano > Cc: xHarbour Developers Mailing List ; Saulius Zrelskis > Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 > SauliusZrelskis > > > Ron, > > The intention is very good and reasonable, but it's way to late at this >> time. >&g

Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis

2014-02-15 Thread Ron Pinkas
> To: Enrico Maria Giordano > Cc: xHarbour Developers Mailing List ; Saulius Zrelskis > Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 > SauliusZrelskis > > > Ron, > > I see no reason what so ever to remove those function from the WinOle >>

Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis

2014-02-15 Thread Enrico Maria Giordano
-Messaggio originale- From: Ron Pinkas Sent: Saturday, February 15, 2014 3:38 PM To: Enrico Maria Giordano Cc: xHarbour Developers Mailing List ; Saulius Zrelskis Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis Ron, > The intention is v

Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis

2014-02-15 Thread Enrico Maria Giordano
-Messaggio originale- From: Ron Pinkas Sent: Saturday, February 15, 2014 3:08 PM To: Enrico Maria Giordano Cc: xHarbour Developers Mailing List ; Saulius Zrelskis Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis Ron, > I see no reason what

Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis

2014-02-15 Thread Ron Pinkas
> > > -Messaggio originale- > From: Enrico Maria Giordano > Sent: Saturday, February 15, 2014 11:29 AM > To: Saulius Zrelskis ; xHarbour Developers Mailing List > Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 > SauliusZrelskis > >

Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis

2014-02-15 Thread Enrico Maria Giordano
-Messaggio originale- From: Enrico Maria Giordano Sent: Saturday, February 15, 2014 11:29 AM To: Saulius Zrelskis ; xHarbour Developers Mailing List Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis Saulius, please express your opinion about this

Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis

2014-02-15 Thread Enrico Maria Giordano
-Messaggio originale- From: Saulius Zrelskis Sent: Saturday, February 15, 2014 10:52 AM To: Enrico Maria Giordano Subject: Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis Saulius, > Hi Enrico, > > OLE subsystem in not best place to realise

Re: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis

2014-02-14 Thread Enrico Maria Giordano
-Messaggio originale- From: Saulius Zrelskis Sent: Friday, February 14, 2014 2:22 PM To: xHarbour Developers Mailing List Subject: [xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 SauliusZrelskis Saulius, with this revision I can't compile FWH applications anymore.

[xHarbour-developers] ChangeLog: 2014-02-14 15:05 UTC+0200 Saulius Zrelskis

2014-02-14 Thread Saulius Zrelskis
2014-02-14 15:05 UTC+0200 Saulius Zrelskis * source/rtl/hbwinole.c * source/rtl/win32ole.prg ! fix hidden memory leaks in exceptions service Thanks to Claudio Voskian for notifying * contrib/libnf/dispc.c ! globally visible variables moved to static structure. Saulius -

Re: [xHarbour-developers] ChangeLog: 2013-06-21 12:57 UTC-0430 RonPinkas atxharbour.com>

2013-06-21 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Ron Pinkas" A: "Enrico Maria Giordano" Cc: Data invio: venerdì 21 giugno 2013 19.30 Oggetto: ChangeLog: 2013-06-21 12:57 UTC-0430 RonPinkas atxharbour.com> Ron, > 2013-06-21 12:57 UTC-0430 Ron Pinkas > * source/pp/ppgen.c > * Unused variabls warning

[xHarbour-developers] ChangeLog: 2013-06-21 12:57 UTC-0430 RonPinkas atxharbour.com>

2013-06-21 Thread Ron Pinkas
2013-06-21 12:57 UTC-0430 Ron Pinkas * source/pp/ppgen.c * Unused variabls warning On Jun 21, 2013, at 3:47 AM, Enrico Maria Giordano wrote: > > -Messaggio Originale- Da: "Ron Pinkas" > A: > Data invio: giovedì 20 giugno 2013 21.08 > Oggetto: [xHarb

Re: [xHarbour-developers] ChangeLog: 2013-06-20 12:26 UTC-0430 RonPinkas atxharbour.com>

2013-06-21 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Ron Pinkas" A: Data invio: giovedì 20 giugno 2013 21.08 Oggetto: [xHarbour-developers] ChangeLog: 2013-06-20 12:26 UTC-0430 RonPinkas atxharbour.com> Ron, Warning W8057 source\pp\ppgen.c 151: Parameter 'szSource' is never used

  1   2   3   4   5   6   7   8   9   10   >