[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

[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 > wrote: > > Why the following sample is crashing here?

[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" -I"sou

[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 nener been able to reproduce tha

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

2016-11-02 Thread Ron Pinkas
, "Luiz Rafael Culik" wrote: > Ron > > Changes was needed on startup functions due new gcc versions that was not > loading correct the symbols > > Regards > Luiz > > Em 8 de out de 2016 12:43, "Ron Pinkas" > escreveu: > >> Dear Luiz, >> &

[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, wha

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 t

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( , , ) > > > FUNCTION MAIN() > >

Re: [xHarbour-developers] Compiler crash

2016-08-15 Thread Ron Pinkas
Should be fixed after: 2016-08-15 17:04 UTC-0400 Ron Pinkas > On Aug 15, 2016, at 5:02 AM, Enrico Maria Giordano > wrote: > > I don't remember if it has already been reported. The following code > > FUNCTION MAIN() > > LOCAL cVar > > ? { || &a

[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 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 > -DOPENSSL_NO_DEPRECATED -DHB_VM

[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" -I"contrib\rddsq

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

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

2016-04-29 Thread Ron Pinkas
which were not ported to Harbour core code > and you think are important just to keep base code for both > compilers as close as possible. In practice it would mean also > that well written 3-rd party code for both compilers is > compatible. I can help in many places though I hope th

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 ri

[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 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 simp

Re: [xHarbour-developers] WITH OBJECT

2015-07-08 Thread Ron Pinkas
Yes. On Jul 8, 2015 2:41 PM, "Andi Jahja" 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 wrote: > &g

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 wrote: > > > Hi Andi, > > > > Could you kindly post a reduced sample? > > > > As long as you

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 wrote: > > Hi Przemek, > > Many thanks for explana

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: > > -

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

2015-02-05 Thread Ron Pinkas
This does NOT happen in the standard build process, so it can probably be resolved with some #define, but I am curious, WHY would such error happen by default? Ron > On Dec 16, 2014, at 5:34 PM, Ron Pinkas wrote: > > Hey Saulius :-) > > Again, MANY THANKS for your kind 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("199909

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 > 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 > > >> * source/rtl/replic.c >>

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 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

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

[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] 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 an

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 > wrote: > > >> ! changed to use itemapi insted of direct structure manipulation > > Are we sure t

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:

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

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] Recent modifications

2014-12-02 Thread Ron Pinkas
Thanks Przemek. > On Oct 29, 2014, at 6:17 AM, Przemyslaw Czerpak wrote: > > Hi, > > xHarbour is not my dream anyhow I strongly suggest > that someone who is interesting in keeping this project > alive and having enough knowledge about xHarbour > internals verified recent Luiz modifications. >

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 <mailto:r...@profit-master.com>> >

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

[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 cinterf

[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

[xHarbour-developers] 2014-07-24 19:55 UTC-0430 Ron Pinkas

2014-07-24 Thread Ron Pinkas
2014-07-24 19:55 UTC-0430 Ron Pinkas * 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 to 200,000 lines of code

[xHarbour-developers] 2014-07-22 21:55 UTC-0430 Ron Pinkas

2014-07-22 Thread Ron Pinkas
2014-07-22 21:55 UTC-0430 Ron Pinkas * make_vc.bat ! Minor refinment + Added support for VS 2013 32bit -- Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of

Re: [xHarbour-developers] GZLib Build Errors

2014-07-18 Thread Ron Pinkas
Yes, many thanks Luiz. :-) On Jul 18, 2014, at 6:59 AM, Luiz Rafael Culik wrote: > Ron > > should be fixed after > > 2014-07-18 11:00 UTC-300 Luiz Rafael Culik > * source/rtl/zlib/gzguts.h > ! minor fix for XCC > > > Regards > Luiz > >

Re: [xHarbour-developers] GZLib Build Errors

2014-07-17 Thread Ron Pinkas
t; > > > 2014-07-17 21:01 GMT-03:00 Luiz Rafael Culik : > Enrico > > Im applying this fix to the files now > > Regards > Luiz > > > 2014-07-17 18:37 GMT-03:00 Enrico Maria Giordano > : > > > > Il 17/07/2014 22:07, Ron Pinkas ha scritto: &

[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 ref

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: Enric

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

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 o

Re: [xHarbour-developers] sendmail.prg

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

[xHarbour-developers] 2013-12-09 17:16 UTC-0430 Ron Pinkas

2013-12-09 Thread Ron Pinkas
2013-12-09 17:16 UTC-0430 Ron Pinkas * 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 it for free now! http

Re: [xHarbour-developers] sendmail.prg

2013-12-09 Thread Ron Pinkas
'HB_SENDMAIL(0)' NMAKE : fatal error U1077: 'bin\vc\harbour.exe' : return code '0x1' Stop. On Dec 9, 2013, at 1:48 PM, Luiz Rafael Culik wrote: > Ron > > Try now > > 2013-12-09 16:16 UTC-300 Luiz Rafael Culik > * contrib/tipssl/sendmail.prg &g

[xHarbour-developers] sendmail.prg

2013-12-09 Thread Ron Pinkas
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 'HB_SENDMAIL(0)' contrib\tipssl\sendmail.prg(368) Warning W0032

[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

[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 + xc

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 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: > ? ttos(datetime()) > > Just ab

Re: [xHarbour-developers] HB_NO_BACKGROUND

2013-05-28 Thread Ron Pinkas
ggio Originale- Da: "Ron Pinkas" > A: "Enrico Maria Giordano" > Data invio: martedì 28 maggio 2013 23.30 > Oggetto: Re: [xHarbour-developers] HB_NO_BACKGROUND > > > Ron, > > Enrico, >> >> 1 Did you clean built? >> > > Yes:

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] TipSSl MSVC Build Error

2013-05-28 Thread Ron Pinkas
ds > Luiz > > > 2013/5/28 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> wr

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" > A

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" wrote: > Hi Ron, > > Strange things, i done nothing for this to appear > It is generated automatically ? > > Saulius > >

[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 -I"C:\OpenSSL\include" -I"C:\Program Files\Advantage 9.10\acesdk" -I"contrib\rddsql" -I"contrib\hbsqli

[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 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 the new

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 wrote: > Any news? :-) > > > -Messaggio Originale- > Da: "Enrico Maria Giordano" > A: "Saulius Zrelskis" > Cc: "xHarbour Developers Mailing

[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 -I"C:\OpenSSL\includ

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" wrote: > 2013-03-06 22:30 UTC+0200 Saulius Zrelskis > * winmake/makefile.gc > * winmake/mdir.bat > + changed hard-coded COPY, DEL, TYPE for w32 > more cleanups > > * make_gc.bat > * make_w32.bat > ! normalize mak

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 acc

Re: [xHarbour-developers] ChangeLog: 2013-02-16 21:37 UTC-0600 Vicente Guerra

2013-02-21 Thread Ron Pinkas
Thx Vic, so nice to see you again. Sending you my best regards from Nepal. :-) On Feb 16, 2013 11:27 PM, "Vicente Guerra" wrote: > 2013-02-16 21:37 UTC-0600 Vicente Guerra >* winmake/makefile.pc > ! Added missing ACE_DLL and ACE_LIB declarations. > > Atte. > Vic > > >

Re: [xHarbour-developers] NEW RELEASE

2013-01-28 Thread Ron Pinkas
Hi Przemek, > I agree. Both projects benefited from each other. > A lot of code was borrowed from Harbour to xHarbour and from xHarbour to > Harbour after the fork. Also ideas were shared even if the implementations > were completely different. :-) > I can try to help you in some spare time but

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 imm

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 sad

Re: [xHarbour-developers] NEW RELEASE

2013-01-18 Thread Ron Pinkas
I just subscribed Saulius, so he should now accecable here. :-) Saulius, please make sure to use your email client "Reply to All" o that it will be psted to the list. Sent from my iPad On Jan 17, 2013, at 9:11 PM, Andi Jahja wrote: > On Thu, 17 Jan 2013 06:43:36 -0800 > R

[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 code

[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 wrote: > >> Sorry I don't understand. Do we have 2 active source repositories? >> >> -- >> From: "Andi J

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" Sent: Wednesday, October 31, 2012 4:39 AM To: Subject: Re: [xHarbour-developers] Fw: SourceForge Project UpgradeNotification > Sorry, I am not in the mood to

[xHarbour-developers] 2012-10-27 12:09 UTC-0430 Ron Pinkas

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

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

2012-10-27 Thread Ron Pinkas
It has been functional already for me, since yesterday. -- From: "Andi Jahja" Sent: Saturday, October 27, 2012 8:57 AM To: Subject: Re: [xHarbour-developers] Fw: SourceForge Project UpgradeNotification > No news so far :-( > The site suggests an

[xHarbour-developers] 2012-10-24 18:16 UTC-0430 Ron Pinkas

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

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" Sent: Tuesday, October 09, 2012 11:14 AM To: "Enrico Maria Giordano" Cc: "xHarbour Developers Mailing List" ; "Luiz Rafael Culik" Subje

Re: [xHarbour-developers] ChangeLog: 2012-10-20 06:37 UTC+0700 AndiJahja

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 -I"include" -I"obj\vc" -I"C:\Program Files\Microsoft Visual Studio 8\v

Re: [xHarbour-developers] ChangeLog: 2012-10-20 06:37 UTC+0700 AndiJahja

2012-10-21 Thread Ron Pinkas
Sorry meant to say VS 2005. -- From: "Ron Pinkas" Sent: Sunday, October 21, 2012 8:12 AM To: "Andi Jahja" ; Subject: Re: [xHarbour-developers] ChangeLog: 2012-10-20 06:37 UTC+0700 AndiJahja > Using VS 2008: &g

Re: [xHarbour-developers] ChangeLog: 2012-10-21 02:05 UTC+0700 AndiJahja

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 -I"include" -I"obj\vc" -I"C:\Program Files\Microsoft Visual

[xHarbour-developers] 2012-09-18 11:49 UTC-0430 Ron Pinkas

2012-09-18 Thread Ron Pinkas
2012-09-18 11:49 UTC-0430 Ron Pinkas * source/common/hbmem.c * Minor correction to declaration of dv_memcpy() -- Live Security Virtual Conference Exclusive live event will cover all the ways today's securit

[xHarbour-developers] ChangeLog 2012-08-14 11:36 UTC-0430 Ron Pinkas

2012-08-14 Thread Ron Pinkas
2012-08-14 11:36 UTC-0430 Ron Pinkas * 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 unneeded #define of close

Re: [xHarbour-developers] ChangeLog: 2012-08-08 16:43 UTC+0700 AndiJahja

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" Sent: Wednesday, August 08, 2012 2:46 AM To: "xHarbour Developers Mailing Lis

Re: [xHarbour-developers] Problem with destructor called from supermethods

2012-07-27 Thread Ron Pinkas
Harbour-developers] Problem with destructor called from supermethods > Ron: > > I found a problem when destructor should be executed from method of > super class. > This entry in ChangeLog.020 is when actual code was added. > > 2004-05-10 01:52 UTC-0800 Ron Pinkas > * source

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

2012-07-24 Thread Ron Pinkas
; 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 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" Sent: Monday, July 23, 2012 1:38 AM To: Subject: Re: [xHarbour-developers

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 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 wanted to > let yo

Re: [xHarbour-developers] Subclassing DESTRUCTOR

2012-02-06 Thread Ron Pinkas
Hi Vicente, ::Super:Destructor() Ron -- From: "Vicente Guerra" Sent: Friday, February 03, 2012 12:00 PM To: "xHarbour-Developers List" Subject: [xHarbour-developers] Subclassing DESTRUCTOR > Hi! > > Is it possible to call a ::Super:Destructor

Re: [xHarbour-developers] Subclassing DESTRUCTOR

2012-02-06 Thread Ron Pinkas
Oops: :::Super:__Destructor() Ron -- From: "Ron Pinkas" Sent: Monday, February 06, 2012 3:56 PM To: "Vicente Guerra" ; "xHarbour-Developers List" Subject: Re: [xHarbour-developers] Subcla

[xHarbour-developers] 2012-01-20 15:12 UTC-0430 Ron Pinkas

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

Re: [xHarbour-developers] [SPAM] Re: [SPAM] Re: [SPAM] Re: ChangeLog: 2011-11-10 13:10 UTC+0700 AndiJahja

2011-11-14 Thread Ron Pinkas
code if any will require addtional work. Walter, Andi, ..., any input? Ron On Nov 11, 2011 8:00 PM, "Przemysław Czerpak" wrote: > On Thu, 10 Nov 2011, Ron Pinkas wrote: > > Hi Ron, > > > Could you please help us review and consider synch issues of > > DATETIM

Re: [xHarbour-developers] [SPAM] Re: [SPAM] Re: [SPAM] Re: ChangeLog: 2011-11-10 13:10 UTC+0700 AndiJahja

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" Sent: Thursday, November 10, 2011 4:26 PM To: "Patrick Mast, xHarbour

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

2011-11-01 Thread Ron Pinkas
e > errors. I am sorry, I am too old to be patient to read narrative > description. > > Bese regards, > > Andi > > > On Tue, 16 Aug 2011 12:37:44 -0700 > Luis Krause Mantilla wrote: > >> Ron: >> >> I think it was Andi that brought all these cha

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 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. > wrote: > Hello > > > The code below returns NIL

  1   2   3   4   5   6   7   >