[xHarbour-developers] 2023-04-16 14:10 UTC-0500 Ron Pinkas

2023-04-16 Thread Ron Pinkas
2023-04-16 14:10 UTC-0500 Ron Pinkas * .gitignore + Added tests\*.c to ignore generated test files. * source/pp/ppgen.c + Added missing legacy #define HB_VER_CVSID * tests/Makefile ! Fixed multiple errors in Makefile. + tests/make_gnu.sh + New script to build

[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

[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

[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

Re: [xHarbour-developers] A bug or my fault?

2016-11-23 Thread Ron Pinkas
Should be fixed after: 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. > On Nov 23, 2016, at 9:38 AM, Enrico Maria Giordano > <e.m.giord...@emagsoftware.it> wrote: > > Why th

[xHarbour-developers] Build Errors - Open SSL

2016-11-05 Thread Ron Pinkas
Hi, Could someone HELP me resolve the following: CL -D__WIN32__ -D_HAVE_SQLITE_CONFIG_H -DHAVE_CONFIG_H -DHARBOUR_CONF -DOPENSSL_NO_DEPRECATED -DHB_VM_ALL -DHB_FM_DL_ALLOC -I"C:\OpenSSL\include" -I"C:\Program Files\Advantage 11.10\acesdk" -I"contrib\rddsql" -I"contrib\hbsqlit3"

[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

Re: [xHarbour-developers] Recent changes to low level internals

2016-11-02 Thread Ron Pinkas
I must apologize, it may be related to a change I made Aug 15. I am currently reviewing. Ron > On Nov 2, 2016, at 5:20 PM, Enrico Maria Giordano > wrote: > > > > Il 02/11/2016 23:14, Enrico Maria Giordano ha scritto: > >> Me too. But I have to say that I've

[xHarbour-developers] Recent changes to low level internals

2016-10-08 Thread Ron Pinkas
Dear Luiz, I recently received notifications from SF of changes to xHarbour which I did not see any notification on the Developers Group. Could you please describe the changes? When changes of this scope take place I believe it is important to describe to the group what the change is about,

Re: [xHarbour-developers] Another one

2016-08-17 Thread Ron Pinkas
>> Simply avoiding the ambiguity, either by changing the line to : >> >>MYSAY … ROW … COL … >> >> Note the ORDER! > > Ok, this way: > > MYSAY &( "cVar" + LTRIM( STR( n ) ) ) ROW 12 COL 0 Yes. >> Also you can so round the & exp with () this too will remove the ambiguity. > > Do you mean

Re: [xHarbour-developers] Another one

2016-08-16 Thread Ron Pinkas
If you check the .PPO you will understand that you have a Pre Processing issue, with your command. > On Aug 16, 2016, at 9:26 AM, Enrico Maria Giordano > wrote: > > #command MYSAY []; >[ROW ]; >[COL ]; > => MySayText( , , )

[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

Re: [xHarbour-developers] OpenSSL compile error - Win 10 32bit VS 2015 Pro OpenSSL 1.02

2016-08-09 Thread Ron Pinkas
Luiz? > On Aug 5, 2016, at 5:31 PM, Ron Pinkas <ron.pin...@xharbour.com> wrote: > > Does anyone know why I might get this: > > > > WARNING: __MSC__ is not defined > CL -D__WIN32__ -D_HAVE_SQLITE_CONFIG_H -DHAVE_CONFIG_H -DHARBOUR_CONF > -D

[xHarbour-developers] OpenSSL compile error - Win 10 32bit VS 2015 Pro OpenSSL 1.02

2016-08-05 Thread Ron Pinkas
Does anyone know why I might get this: WARNING: __MSC__ is not defined CL -D__WIN32__ -D_HAVE_SQLITE_CONFIG_H -DHAVE_CONFIG_H -DHARBOUR_CONF -DOPENSSL_NO_DEPRECATED -DHB_VM_ALL -DHB_FM_DL_ALLOC -I"C:\OpenSSL\include" -I"C:\Program Files\Advantage 11.10\acesdk"

Re: [xHarbour-developers] changelog 2016-04-25 22:14 UTC-0300 Luiz Rafael Culik <l...@xharbour.com.br>

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

Re: [xHarbour-developers] Memory leak in macro compiler.

2016-04-19 Thread Ron Pinkas
Hey Walter, :-) (How are you?) How much memory, and what is stored int it? We need to follow the EXPRESSION TREE, and find which element is not released. It should be a Parenthesized Exp, which has a single element, being an EQUATION where the left side is the IDENTIFIER file_alias, and the

[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 "" inst

[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

Re: [xHarbour-developers] WITH OBJECT

2015-07-08 Thread Ron Pinkas
Hi Andi, Could you kindly post a reduced sample? As long as you are not using -gc3 (as per Przemek observation) and/or recursion which exceeds the fixed limit, then I am not aware of such issue. Ron On Jun 30, 2015, at 6:13 AM, Andi Jahja andi.ja...@yahoo.co.id wrote: Hi Przemek, Many

Re: [xHarbour-developers] WITH OBJECT

2015-07-08 Thread Ron Pinkas
Hi Przemek, :-) As always your input is greatly appreciated. I am sure I speak for everyone when I invite you to post fixes to problems you recognize. It probably would have taken you less time to fix the -gc3 omissions than writing this message. :-) In such cases it is more productive to

Re: [xHarbour-developers] WITH OBJECT

2015-07-08 Thread Ron Pinkas
Yes. On Jul 8, 2015 2:41 PM, Andi Jahja andi.ja...@yahoo.co.id wrote: Yes it is, -gc3 is to produce C source. I think the bug is there, not in the VM engine. So, not using -gc3 may perhaps cure the problem. Andi On Wed, 8 Jul 2015 14:35:52 -0700 Ron Pinkas ron.pin...@xharbour.com wrote

Re: [xHarbour-developers] WITH OBJECT

2015-07-08 Thread Ron Pinkas
, but not aware where the recursion is. IMO, Przemek's example should demonstrate it. Andi On Wed, 8 Jul 2015 13:15:25 -0700 Ron Pinkas ron.pin...@xharbour.com wrote: Hi Andi, Could you kindly post a reduced sample? As long as you are not using -gc3 (as per Przemek observation

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 ron.pin...@xharbour.com wrote: Hey Saulius :-) Sorry to trouble you again, but do you happen to know what could be the cause for: --- c

[xHarbour-developers] HBTest new HB_StoD() failures.

2015-02-04 Thread Ron Pinkas
Hi Guys, It has been a while, but I just noted these “new” failures: ! 3146 MAIN_MISC(0)HB_SToD( 9990905) Result: HB_SToD(09990905) Expected: HB_SToD() ! 3147 MAIN_MISC(0)HB_SToD( 990905) Result: HB_SToD(19990905)

Re: [xHarbour-developers] HBTest crash, latest build with MSVC

2015-02-04 Thread Ron Pinkas
Many thanks Luiz. :-) On Feb 4, 2015, at 1:06 PM, Enrico Maria Giordano e.m.giord...@emagsoftware.it wrote: Il 04/02/2015 17:30, Luiz Rafael Culik ha scritto: Hi should be fixed after 2015-02-04 14:30 UTC-0300 Luiz Rafael Culik l...@xharbour.com.br mailto:l...@xharbour.com.br

[xHarbour-developers] HBTest crash, latest build with MSVC

2015-02-03 Thread Ron Pinkas
Just updated, and clean built, using VS 2008, got the following crash running habitats: Unrecoverable error 9006: hb_xgrab can't allocate memory Called from REPLICATE(0) Called from MAIN_STR(0) Called from TEST_CALL(0) Called from MAIN_STR(0) Called from _APPMAIN(0) Ron

Re: [xHarbour-developers] HBTest crash, latest build with MSVC

2015-02-03 Thread Ron Pinkas
Sorry VS 2005. Did not yet try other compilers. On Feb 3, 2015, at 9:37 PM, Ron Pinkas ron.pin...@xharbour.com wrote: Just updated, and clean built, using VS 2008, got the following crash running habitats: Unrecoverable error 9006: hb_xgrab can't allocate memory Called from REPLICATE(0

[xHarbour-developers] Build Error: PCRE using VS 8.0

2015-01-13 Thread Ron Pinkas
c:\xharbour\include\../source/rtl/pcre/pcre_internal.h(230) : fatal error C1083: Cannot open include file: 'inttypes.h': No such file or directory -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA.

Re: [xHarbour-developers] itemapi

2015-01-03 Thread Ron Pinkas
Hi Enrico, I am not sure if it could be noticeable, but in general, it is far better approach, for the long term, to ALWAYS use proper API. On Dec 28, 2014, at 6:21 AM, Enrico Maria Giordano e.m.giord...@emagsoftware.it wrote: ! changed to use itemapi insted of direct structure

Re: [xHarbour-developers] Bison 3.0.2

2015-01-03 Thread Ron Pinkas
Hey Saulius :-) ChangeLog on CVS suggests you did find it, or at least you did Bison 3.02 on some platform to update CVS. Can you please advise where can we get it for Windows? Otherwise can find some solution so we can continue building on Windows withOUT having to give-up ability to modify

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 labi...@gmail.com wrote: 2014-12-04 22:55 UTC+0200 Saulius Zrelskis labitas... + tests/omacro.prg + this file tests support for passing object methods and vars using macro syntax; borrow from harbour.

Re: [xHarbour-developers] changelog 2014-11-17 09:50 UTC-300 Luiz Rafael Culik luiz/AT/xharbour/com/br

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 ron.pin...@xharbour.com wrote: Type: C xcc.exe -Fo\xbp\xcc\xhb.exe\harbour.obj -Ot -Zi -DHB_BACK_END=xHarbourBackEnd

Re: [xHarbour-developers] Optimizing 2nd parameter of __DBLIST()

2014-12-02 Thread Ron Pinkas
: -- proc main() local cFields LIST (cFields) return -- Ron, can you remember, what happens with PCODE after implementing this change: 2001-07-26 02:50 UTC-0800 Ron Pinkas r...@profit-master.com mailto:r...@profit-master.com * include/hbexpra.c + Added logic to optimize 2nd

[xHarbour-developers] ChangeLog:2014-10-06 23:45 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com

2014-10-06 Thread Ron Pinkas
2014-10-06 23:45 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com + 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

[xHarbour-developers] 2014-07-24 19:55 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com

2014-07-24 Thread Ron Pinkas
2014-07-24 19:55 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com * bin/bld_vc.bat * Added missing VS support to match make_vc.bat -- Want fast and easy access to all the code in your enterprise? Index and search up

[xHarbour-developers] GZLib Build Errors

2014-07-17 Thread Ron Pinkas
Hi All, Apparently some recent changes to GZLib sources are not compatible with xCC, and I now get the following errors: Creating library: \xhb\bin\xHBDll.LIB xLINK: error: Unresolved external symbol '__snprintf referenced from (gzlib.obj)'. xLINK: error: Unresolved external symbol '__wopen

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

2014-02-15 Thread Ron Pinkas
I see no reason what so ever to remove those function from the WinOle code. Thos are platform specific prerequisits of the OLE module, and we can't remove them, after all those years. :-) On Feb 15, 2014 3:04 PM, Enrico Maria Giordano e.m.giord...@emagsoftware.it wrote: -Messaggio

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

2014-02-15 Thread Ron Pinkas
The intention is very good and reasonable, but it's way to late at this time. On Feb 15, 2014 3:36 PM, Enrico Maria Giordano e.m.giord...@emagsoftware.it wrote: -Messaggio originale- From: Ron Pinkas Sent: Saturday, February 15, 2014 3:08 PM To: Enrico Maria Giordano Cc: xHarbour

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

2014-02-15 Thread Ron Pinkas
Yes, it must be fixed, because tons of user code relies on them. On Feb 15, 2014 3:42 PM, Enrico Maria Giordano e.m.giord...@emagsoftware.it wrote: -Messaggio originale- From: Ron Pinkas Sent: Saturday, February 15, 2014 3:38 PM To: Enrico Maria Giordano Cc: xHarbour Developers

Re: [xHarbour-developers] sendmail.prg

2013-12-09 Thread Ron Pinkas
2013/12/9 Ron Pinkas ron.pin...@xharbour.com Hi Guys, (Luiz) For a long while I am not able to build using: make_vc CLEAN BUILD Due to following: -- contrib\tipssl\sendmail.prg(368) Warning W0032 Variable 'LRETURN' is assigned b ut not used in function

[xHarbour-developers] 2013-12-09 17:16 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com

2013-12-09 Thread Ron Pinkas
2013-12-09 17:16 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com * contrib/tipssl/sendmail.prg ! minor fix -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download

Re: [xHarbour-developers] sendmail.prg

2013-12-09 Thread Ron Pinkas
review. On Dec 9, 2013, at 4:46 PM, Luiz Rafael Culik l...@xharbour.com.br wrote: Ron their is no return lreturn in HB_SetMimeType function Regards Luiz 2013/12/9 Ron Pinkas ron.pin...@xharbour.com It should be the lReturn of function above. On Dec 9, 2013 2:26 PM, Luiz Rafael

[xHarbour-developers] ChangeLog: 2013-06-20 12:26 UTC-0430 Ron Pinkas atxharbour.com

2013-06-20 Thread Ron Pinkas
2013-06-20 12:26 UTC-0430 Ron Pinkas atxharbour.com * source/compiler/comptool.c * Commented an #ifndef HB_COMPILER (I am not yet sure about this :-) * source/pp/ppgen.c + Added missing definitions for hb_xgrabEx(), hb_xreallocEx() and hb_xfreeEx() + xcode + xcode

Re: [xHarbour-developers] datetime()

2013-05-30 Thread Ron Pinkas
The problem is with our that build of xCC, and I hope to fix it asap. On May 29, 2013, at 3:25 PM, Gerald Drouillard ger...@drouillard.ca wrote: Works fine in latest version from SVN. Thanks for checking. The beta 514 build from xharbour.com gpf's in xprompt when you do: ?

Re: [xHarbour-developers] TipSSl MSVC Build Error

2013-05-28 Thread Ron Pinkas
More likely it is a matter of configuration, using #define etc. Who is maintaining this contrib? Luiz? On May 28, 2013 3:37 AM, Enrico Maria Giordano e.m.giord...@emagsoftware.it wrote: -Messaggio Originale- Da: Ron Pinkas ron.pin...@xharbour.com A: xHarbour Developers Mailing List

Re: [xHarbour-developers] TipSSl MSVC Build Error

2013-05-28 Thread Ron Pinkas
2013/5/28 Ron Pinkas ron.pin...@xharbour.com More likely it is a matter of configuration, using #define etc. Who is maintaining this contrib? Luiz? On May 28, 2013 3:37 AM, Enrico Maria Giordano e.m.giord...@emagsoftware.it wrote: -Messaggio Originale- Da: Ron Pinkas ron.pin

Re: [xHarbour-developers] HB_NO_BACKGROUND

2013-05-28 Thread Ron Pinkas
You need to DEFINE it at COMPILE TIME, when BUILDING xHarbour, NOT when RUNNING the app. The value is not relevant, it just need to be defined. On May 28, 2013 3:51 PM, Enrico Maria Giordano e.m.giord...@emagsoftware.it wrote: -Messaggio Originale- Da: Luis Krause Mantilla

Re: [xHarbour-developers] HB_NO_BACKGROUND

2013-05-28 Thread Ron Pinkas
If it is not found in the make files then it is not supported. You can easily add such support by reviewing the existing support for many env vars, anđ copy adjust it. :-) On May 28, 2013 5:05 PM, Enrico Maria Giordano e.m.giord...@emagsoftware.it wrote: -Messaggio Originale- Da: Ron

[xHarbour-developers] ChangeLog

2013-05-27 Thread Ron Pinkas
Hi All, Last ChangeLog notice that I received on this list has been: 2013-05-11 14:00 UTC+0200 Saulius Zrelskis labitas… I do receive new kind of what appears to be an automated email, informing me of changes to repository, as follows: http://sourceforge.net/p/xharbour/code/9956/ but is this

[xHarbour-developers] TipSSl MSVC Build Error

2013-05-27 Thread Ron Pinkas
Hi All, When building, using: MAKE_VC CLEAN BUILD I get: CL -D__WIN32__ -D_HAVE_SQLITE_CONFIG_H -DHAVE_CONFIG_H -DHARBOUR_CONF -DOPENSSL_NO_DEPRECATED -DHB_VM_ALL -DHB_FM_DL_ALLOC -IC:\OpenSSL\include -IC:\Program Files\Advantage 9.10\acesdk -Icontrib\rddsql -Icontrib\hbsqlit3

Re: [xHarbour-developers] ChangeLog

2013-05-27 Thread Ron Pinkas
Hey Saulius :-) Yes it appears automated, but did you intentionally not send a ChangeLog notice to this list? On May 28, 2013 12:31 AM, Saulius Zrelskis labi...@gmail.com wrote: Hi Ron, Strange things, i done nothing for this to appear It is generated automatically ? Saulius

Re: [xHarbour-developers] ChangeLog: 2013-03-2109:40UTC+0200SauliusZrelskis

2013-03-24 Thread Ron Pinkas
One could also suppress warnings for respective problematic code segments, using #pragma. On Mar 22, 2013, at 7:02 AM, Enrico Maria Giordano e.m.giord...@emagsoftware.it wrote: Any news? :-) -Messaggio Originale- Da: Enrico Maria Giordano e.m.giord...@emagsoftware.it A:

[xHarbour-developers] OpenSSL

2013-03-18 Thread Ron Pinkas
Hi, I have downloaded Win OpenSSL and unzipped it to |openSSL and have set: SET HB_DIR_OPENSSL = C:\OpelSSL when trying to build, I now get: CL -D__WIN32__ -D_HAVE_SQLITE_CONFIG_H -DHAVE_CONFIG_H -DHARBOUR_CONF -DOPENSSL_NO_DEPRECATED -DHB_VM_ALL -DHB_FM_DL_ALLOC

Re: [xHarbour-developers] 2013-03-06 22:30 UTC+0200 Saulius Zrelskis

2013-03-09 Thread Ron Pinkas
Thanks Saulius :-) On Mar 6, 2013 4:09 PM, Saulius Zrelskis labi...@gmail.com wrote: 2013-03-06 22:30 UTC+0200 Saulius Zrelskis labitas... * winmake/makefile.gc * winmake/mdir.bat + changed hard-coded COPY, DEL, TYPE for w32 more cleanups * make_gc.bat * make_w32.bat

Re: [xHarbour-developers] About NAMESPACE

2013-02-25 Thread Ron Pinkas
Hi Saulius :-) I developed the namespace support long time ago, and as far as I remeber it was a fairly complete implementation, supporting both PRG code, and also macros for C coded functions. I posted some description in the docs folder, and some samples in the tests folder. Now I don't have

Re: [xHarbour-developers] Good Luck xHarbour

2013-01-23 Thread Ron Pinkas
Dear Andi, Sorry but I am confused, I have alwyas seen nothing but praises, and thanks, for your immense contributions. Where and when, did anyone claimed, you did anything wrong? I strongly urge you to rethink this response. I am sure I speak for everyone, when I acknoledge and thank your

Re: [xHarbour-developers] NEW RELEASE

2013-01-20 Thread Ron Pinkas
I fully agree with Przemek, that we can NOT aford to drop support for Linux. There are too many reasons to count, and Przmek did mention most of them. I would only add, that many prospective open source contributors are Linux users. As to the other obsevations and comments of Przemek, I must

[xHarbour-developers] NEW RELEASE

2013-01-17 Thread Ron Pinkas
Hi All, First happy new year to every one, and thanks for your kind contributions in 2012.. :-) . Welcome aboard to our new developer, Saulius. Saulius has contributed few important fixes to memory leaks in the compiler, and it is great to welcome someone that an contribute to the compiler

[xHarbour-developers] Make files

2013-01-14 Thread Ron Pinkas
Hi Andi, Trying to synch my xBuild build scripts for xHarbour, I have encountered the following errors, due to pplib.c calling HVM functionality. I have not found which DEFINE should be used so that pplib.c is not using HVM when compiled for harbour.exe compiler. Please advise...

Re: [xHarbour-developers] Fw: SourceForge Project UpgradeNotification

2012-11-01 Thread Ron Pinkas
://sourceforge.net/p/upgrade/ Andi On Wed, 31 Oct 2012 07:21:10 -0700 Ron Pinkas ron.pin...@xharbour.com wrote: Sorry I don't understand. Do we have 2 active source repositories? -- From: Andi Jahja andi.ja...@yahoo.co.id Sent: Wednesday

Re: [xHarbour-developers] Fw: SourceForge Project UpgradeNotification

2012-10-31 Thread Ron Pinkas
Sorry I don't understand. Do we have 2 active source repositories? -- From: Andi Jahja andi.ja...@yahoo.co.id Sent: Wednesday, October 31, 2012 4:39 AM To: xharbour-developers@lists.sourceforge.net Subject: Re: [xHarbour-developers] Fw: SourceForge

[xHarbour-developers] 2012-10-27 12:09 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com

2012-10-27 Thread Ron Pinkas
2012-10-27 12:09 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com * source/rdd/dbstrux.prg ! Fixed dbModifyStructure() to support deletion of field[s] * source/vm/fm.c * Corrected typo -- WINDOWS 8

Re: [xHarbour-developers] problems with compiler

2012-10-24 Thread Ron Pinkas
Did anyone fix this? I am not seeing any exception, including full debug info. -- From: Przemyslaw Czerpak dru...@acn.waw.pl Sent: Tuesday, October 09, 2012 11:14 AM To: Enrico Maria Giordano e.m.giord...@emagsoftware.it Cc: xHarbour Developers

[xHarbour-developers] 2012-10-24 18:16 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com

2012-10-24 Thread Ron Pinkas
2012-10-24 18:16 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com * include/simplex.c ! Fixed bug, where EOF was reached while trying to match extended pattern. -- Everyone hates slow websites. So do we. Make your

Re: [xHarbour-developers] ChangeLog: 2012-10-20 06:37 UTC+0700 AndiJahja xharbour/AT/telkom/net/id

2012-10-21 Thread Ron Pinkas
Sorry meant to say VS 2005. -- From: Ron Pinkas ron.pin...@xharbour.com Sent: Sunday, October 21, 2012 8:12 AM To: Andi Jahja andi.ja...@yahoo.co.id; xharbour-developers@lists.sourceforge.net Subject: Re: [xHarbour-developers] ChangeLog: 2012-10-20

Re: [xHarbour-developers] ChangeLog: 2012-10-20 06:37 UTC+0700 AndiJahja xharbour/AT/telkom/net/id

2012-10-21 Thread Ron Pinkas
Using VS 2008: MAKE_VC CLEAN BUILD WARNING: __MSC__ is not defined CL -DHB_VM_ALL -DHB_FM_DL_ALLOC -MT -TP -D__WIN32__ -D_HAVE_SQLITE_CONFIG_H -DHAVE_CONFIG_H -c -EHsc -Otyb1 -GA -Gs -W4 -wd4127 -wd4054 -wd4055 -nologo -Iinclude -Iobj\vc -IC:\Program Files\Microsoft Visual Studio

[xHarbour-developers] 2012-09-18 11:49 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com

2012-09-18 Thread Ron Pinkas
2012-09-18 11:49 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com * source/common/hbmem.c * Minor correction to declaration of dv_memcpy() -- Live Security Virtual Conference Exclusive live event will cover all

[xHarbour-developers] ChangeLog 2012-08-14 11:36 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com

2012-08-14 Thread Ron Pinkas
2012-08-14 11:36 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com * include/hbdefs.h * Define LONGLONG for xCC ! Fixed HB_FUNC_EXTERN to use HB_IMPORT instead of HB_EXPORT * include/hbsetup.h - Removed unneeded #define of isacii() for xCC * source/common/hbtrace.c - Removed

Re: [xHarbour-developers] ChangeLog: 2012-08-08 16:43 UTC+0700 AndiJahja xharbour/AT/telkom/net/id

2012-08-08 Thread Ron Pinkas
Hi Andi, Just to inform you (to avoid conflicts) that I am working on few refinements to hbdefs.h and genc.c and I should be done by tomorrow. Ron -- From: Andi Jahja andi.ja...@yahoo.co.id Sent: Wednesday, August 08, 2012 2:46 AM To: xHarbour

Re: [xHarbour-developers] Error with gtwvt and current xHarbour

2012-07-24 Thread Ron Pinkas
goes through for Open Watcom and Digital Mars. There has been NIL complaints. It does not mean that xHarbour + Open Watcom or Digital Mars are OK. I extend my thanks to Marcos who was willing to post reports. Andi On Mon, 23 Jul 2012 13:49:48 -0700 Ron Pinkas ron.pin...@xharbour.com wrote

Re: [xHarbour-developers] Error with gtwvt and current xHarbour

2012-07-23 Thread Ron Pinkas
Andi, Unless someone changed something then no changes are not needed, we supported building Console vs. GUI applications for many years already. Ron -- From: Andi Jahja andi.ja...@yahoo.co.id Sent: Monday, July 23, 2012 1:38 AM To:

Re: [xHarbour-developers] Why should we litter folders withmakestuff?

2012-07-16 Thread Ron Pinkas
Andi was probably overworking himself as we can easily see by his many recent contributions. Thanks Andi! I hope you will get some well earned rest, and then we can allow Linux/Unix/Windows arguments to take place elsewhere. Lets focus on what really counts for this project. :-) Ron

Re: [xHarbour-developers] Paul Tucker past away.

2012-05-07 Thread Ron Pinkas
Wow, what a sad news, I wish I had known earlier of Pauls's disease. I am speachless. On May 4, 2012, at 4:36 AM, Patrick Mast devl...@xharbour.com wrote: Hey guys, Jacqui, Paul Tucker's wife send me this sad message: I just accessed Paul's emails for the first time since January and

Re: [xHarbour-developers] Subclassing DESTRUCTOR

2012-02-06 Thread Ron Pinkas
Oops: :::Super:__Destructor() Ron -- From: Ron Pinkas ron.pin...@xharbour.com Sent: Monday, February 06, 2012 3:56 PM To: Vicente Guerra v...@guerra.com.mx; xHarbour-Developers List xharbour-developers@lists.sourceforge.net Subject: Re

Re: [xHarbour-developers] Subclassing DESTRUCTOR

2012-02-06 Thread Ron Pinkas
Hi Vicente, ::Super:Destructor() Ron -- From: Vicente Guerra v...@guerra.com.mx Sent: Friday, February 03, 2012 12:00 PM To: xHarbour-Developers List xharbour-developers@lists.sourceforge.net Subject: [xHarbour-developers] Subclassing

[xHarbour-developers] 2012-01-20 15:12 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com

2012-01-20 Thread Ron Pinkas
2012-01-20 15:12 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com * source/vm/arrayshb.c ! Fixed ASPLICE() shifting of remaining item to not skip first item -- Keep Your Developer Skills Current with LearnDevNow

Re: [xHarbour-developers] [SPAM] Re: [SPAM] Re: [SPAM] Re: ChangeLog: 2011-11-10 13:10 UTC+0700 AndiJahja xharbour/AT/telkom/net/id

2011-11-14 Thread Ron Pinkas
if any will require addtional work. Walter, Andi, ..., any input? Ron On Nov 11, 2011 8:00 PM, Przemysław Czerpak dru...@poczta.onet.pl wrote: On Thu, 10 Nov 2011, Ron Pinkas wrote: Hi Ron, Could you please help us review and consider synch issues of DATETIME support between Harboiur

Re: [xHarbour-developers] [SPAM] Re: [SPAM] Re: [SPAM] Re: ChangeLog: 2011-11-10 13:10 UTC+0700 AndiJahja xharbour/AT/telkom/net/id

2011-11-10 Thread Ron Pinkas
Hi Przemek, Could you please help us review and consider synch issues of DATETIME support between Harboiur and xHarbour? Best regards and TIA, Ron -- From: PrzemyslawCzerpak dru...@poczta.onet.pl Sent: Thursday, November 10, 2011 4:26 PM To:

Re: [xHarbour-developers] GetRegistry() returns NIL in 64bit environment

2011-10-06 Thread Ron Pinkas
Patrick? Sent from my iPad On Oct 4, 2011, at 1:45 PM, Peter Rees pe...@rees.co.nz wrote: If you Run As Administrator your application does it work? Regards Peter Rees On Tue, Oct 4, 2011 at 9:39 PM, Nick Van Dyck, xHarbour.com Inc. nick.van.d...@xharbour.com wrote: Hello

[xHarbour-developers] 2011-09-19 18:45 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com

2011-09-27 Thread Ron Pinkas
2011-09-19 18:45 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com * source/rtl/regex.c * Minute synthetic simplification * source/rtl/regexrpl.prg ! Fixed returned value of hb_RegexReplace() when no matches are found ! Fixed support of lCaseSensitive and lNewLine arguments

[xHarbour-developers] 2011-09-18 15:30 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com

2011-09-26 Thread Ron Pinkas
2011-09-18 15:30 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com * source/rtl/regexrpl.prg ! Adjusted hb_RegexReplace() to array structure returned by hb_RegExAll() -- All the data continuously generated in your

Re: [xHarbour-developers] SVN changelog is not updated

2011-09-19 Thread Ron Pinkas
Enrico, which change? On Sep 17, 2011 12:05 PM, Enrico Maria Giordano e.m.giord...@emagsoftware.it wrote: Dear friends, I just noticed that someone has update the repository without updating the changelog. Please always update the changelog, thank you. EMG -- EMAG Software Homepage:

Re: [xHarbour-developers] HB_IT_DATE, HB_IT_TIMEFLAG, HB_IT_DATETIME

2011-08-16 Thread Ron Pinkas
? On Aug 10, 2011, at 11:48 AM, Ron Pinkas ron.pin...@xharbour.com wrote: Would greatly appreciate input from whomever was involved in adding DATETIME support. Sent from my iPad On Aug 8, 2011, at 7:02 PM, Ron Pinkas ron.pin...@xharbour.com wrote: BTW, to avoid consequential

Re: [xHarbour-developers] HB_IT_DATE, HB_IT_TIMEFLAG, HB_IT_DATETIME

2011-08-10 Thread Ron Pinkas
Would greatly appreciate input from whomever was involved in adding DATETIME support. Sent from my iPad On Aug 8, 2011, at 7:02 PM, Ron Pinkas ron.pin...@xharbour.com wrote: BTW, to avoid consequential incompatibility with Harbour, I suggest we use compatible definitions and API where

Re: [xHarbour-developers] HB_IT_DATE, HB_IT_TIMEFLAG, HB_IT_DATETIME

2011-08-08 Thread Ron Pinkas
BTW, to avoid consequential incompatibility with Harbour, I suggest we use compatible definitions and API where possible. -- From: Ron Pinkas ron.pin...@xharbour.com Sent: Monday, August 08, 2011 4:27 PM To: xharbour-developers

[xHarbour-developers] HB_IT_DATE, HB_IT_TIMEFLAG, HB_IT_DATETIME

2011-08-08 Thread Ron Pinkas
Hi Guys, It appears that the definitions and usage of: HB_IT_DATE HB_IT_TIMEFLAG HB_IT_DATETIME HB_IS_DATE() HB_IS_DATETIME() HB_IS_TIMEFLAG() is inconsistent and not designed with system wide consideration. On quick read of all relevant sources it appears that the correct

[xHarbour-developers] ChangeLog: 2011-07-18 11:34 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com

2011-07-18 Thread Ron Pinkas
2011-07-18 11:34 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com * source/compiler/genc.c ! Reverted the following change since it broke STATIC support for first PROCEDURE/FUNCION in a source file. I waited few months for Andi's reply but sadly we did not here from Andi since

Re: [xHarbour-developers] Adding or subtracting a value from a variable having type T

2011-06-24 Thread Ron Pinkas
I find it very difficult to believe that a DateTime value can not support calculations. Why should that be the case? Sent from my iPad On Jun 24, 2011, at 12:44 PM, Luis Krause Mantilla lkrau...@shaw.ca wrote: Before those changes, Date() and DateTime() returned exactly the same date type

Re: [xHarbour-developers] SWITCH

2011-05-24 Thread Ron Pinkas
Hi Eduardo, I see no problem with supporting all variable types. You are welcome to improve the SWITCH implementation, or import Harbour's SWITCH implementation to xHarbour. Ron -- From: Eduardo Fernandes modals...@yahoo.com.br Sent: Tuesday, May

Re: [xHarbour-developers] hb_ATokens() behavior changedand notdocumented

2011-05-18 Thread Ron Pinkas
Minor corrections for sake of completeness: FUNCTION Serialize( xValue ) SWITCH ValType( xValue ) CASE 'A' RETURN SerializeArray( xValue ) CASE 'C' RETURN '' + xValue + '' CASE 'N' RETURN LTrim( Str( xValue ) ) CASE 'D' RETURN

Re: [xHarbour-developers] hb_ATokens() behavior changed and notdocumented

2011-05-16 Thread Ron Pinkas
Luis, You must be using an older build. This was already noted and fixed 2 months ago: 2011-03-13 19:01 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com * source/rtl/hbtoken.c ! Fixed hb_tokenCount() to return 0 when processed string is 0 length I just retested and your sample returns

[xHarbour-developers] Question: 2011-03-05 17:35 UTC+0700 Andi Jahja xharbour/AT/telkom/net/id

2011-04-03 Thread Ron Pinkas
Andi, I have a question about: 2011-03-05 17:35 UTC+0700 Andi Jahja xharbour/AT/telkom/net/id * source/compiler/genc.c ! function attribute: HB_FS_FIRST is always HB_FS_PUBLIC ( this resolved: 'no startup procedure error' when using NAMESPACE ) Can you please provide more info on

[xHarbour-developers] 2011-03-14 15:44 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com

2011-03-14 Thread Ron Pinkas
2011-03-14 15:44 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com * source/vm/hash.c ! Fix GPF trap when HAAGETPOS() has been called withOUT setting HSETAACOMPATIBILITY() -- Colocation vs. Managed Hosting

Re: [xHarbour-developers] ChangeLog: 2011-02-28 15:40 UTC+0700 Andi Jahja xharbour/AT/telkom/net/id

2011-03-02 Thread Ron Pinkas
Hi Przemek, Many thanks for the detailed and insightful notes. It was indeed very curious to accept that a sub minor version would break performance in a product of this nature. BTW, do you know of a reason why HB_FM_DL_ALLOC should not be set by default? Thanks again, Ron

[xHarbour-developers] 2011-02-21 19:01 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com

2011-02-21 Thread Ron Pinkas
2011-02-21 19:01 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com * contrib/tipssl/sendmail.prg ! Unused variables cFName and cFExt -- Index, Search Analyze Logs and other IT data in Real-Time with Splunk Collect

[xHarbour-developers] MEMIO

2011-02-17 Thread Ron Pinkas
Hi Guys, Any reason the MEMIO module should not be part of the CORE? Ron -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and

[xHarbour-developers] 2011-02-16 21:42 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com

2011-02-16 Thread Ron Pinkas
2011-02-16 21:42 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com * source/rtl/hbwinole.c * LPSTR - char * -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading

Re: [xHarbour-developers] CVS resumes

2011-02-11 Thread Ron Pinkas
Hi Przemek, I fully agree. Can you please explain how it was in done in Harbour so we can do the same? Thanks, Ron -- From: PrzemysławCzerpak dru...@acn.waw.pl Sent: Friday, February 11, 2011 4:23 AM To: Andi Jahja andi.ja...@yahoo.co.id;

Re: [xHarbour-developers] CVS to SVN

2011-02-05 Thread Ron Pinkas
Sorry Andi, I am on a trip and I must have missed your message, confusing it with reported problem of SF. Many thanks for your initiative. :-) -- From: Andi Jahja andi.ja...@yahoo.co.id Sent: Friday, February 04, 2011 6:55 PM To: Vicente Guerra

[xHarbour-developers] 2010-11-12 16:30 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com

2010-11-12 Thread Ron Pinkas
2010-11-12 16:30 UTC-0430 Ron Pinkas ron.pinkas/at/xharbour.com * Corrected typo causing double line counting of lines commented with * (introduced in last commit). * Refinement of last fix to searches extending beyond the current buffer

  1   2   3   4   >