[xHarbour-developers] Can not compile with MSVC 9.0

2012-12-21 Thread Patrick Mast, xHarbour
Hello, I can not compile with MSVC 9.0: bin\vc\hbrc.exe obj\vc\harbour.exe.rc "xHarbour Compiler" "harbour.exe" "1999-2013, http://www.xharbour.org/"; "The xHarbour Team" "xHarbour Open Source" "resource/xhb.ico" RC -r -iC:\Program Files\Microsoft Visual Studio 9.0\vc\include -fo obj\v

Re: [xHarbour-developers] ChangeLog: 2012-12-09 09:08 UTC+0700 Andi Jahja

2012-12-08 Thread Patrick Mast, xHarbour
Thank you Andi! ;-) On 09 Dec 2012, at 03:13, Andi Jahja wrote: > 2012-12-09 09:08 UTC+0700 Andi Jahja > * source/compiler/comptool.c >! Harbour Compiler now uses dlmalloc -> hopefully, compiling PRG files >should now become faster than before > > Andi > > >

Re: [xHarbour-developers] ChangeLog: 2012-11-30 06:12 UTC+0700 Andi Jahja

2012-11-30 Thread Patrick Mast, xHarbour
Haha, GREAT!!! ;-) Can the compiler auto-optimize it? Patrick On Nov 30, 2012, at 1:07 PM, Andi Jahja wrote: > > On Fri, 30 Nov 2012 10:09:10 +0100 > "Patrick Mast, xHarbour" wrote: > >> Hey Andi, >> >>> 2012-11-30 06:12 UTC+0700 Andi Jahja &

Re: [xHarbour-developers] ChangeLog: 2012-11-30 06:12 UTC+0700 Andi Jahja

2012-11-30 Thread Patrick Mast, xHarbour
Hey Andi, > 2012-11-30 06:12 UTC+0700 Andi Jahja > * include/hbcomp.h > * source/compiler/harbour.c > * source/compiler/genc.c > * source/compiler/hbpcstat.c >+ add poor-man's profiler, print message on how many opcode are used in > module being compiled > (the lesser the total pcod

Re: [xHarbour-developers] Macro string size

2012-11-30 Thread Patrick Mast, xHarbour
Hey Andi, >>> I think they are logos (?). I need xHarbour icon in ICO format :-) >> >> Can't you just convert it to ICO? :-) > > OK. I'll try. Is this what you need? https://dl.dropbox.com/u/4973801/xHB.ico Patrick --

Re: [xHarbour-developers] ChangeLog: 2012-11-13 07:45 UTC+0700 AndiJahja

2012-11-13 Thread Patrick Mast, xHarbour
>> Sorry, it has been fixed now. > > Thank you, Andi. We can't thank you enough for the huge work you are doing > for xHarbour! I agree!! Patrick -- Monitor your physical, virtual and cloud infrastructure from a single

Re: [xHarbour-developers] New version?

2012-09-29 Thread Patrick Mast, xHarbour
Deal!! ;-) On 29 Sep 2012, at 12:27, Andi Jahja wrote: > OK, then the current trunk is for 1.2.3 then, unless there is a > different proposal. > > Deal? > > Andi > > On Sat, 29 Sep 2012 11:28:19 +0200 > "Patrick Mast, xHarbour" wrote: > &g

Re: [xHarbour-developers] New version?

2012-09-29 Thread Patrick Mast, xHarbour
Hey Andi, > Very well! Thanks you. ;-) > BTW, I notice that there are branches for 1.2.0, 1.2.1, and 1.2.2 (just > now). So, what should we name the trunk version now? 1.2.3 ? Yes, current trunk is to develop 1.2.3 OR 1.5 OR even 2.0. It is so long ago since we had a new official release, so I'm

Re: [xHarbour-developers] New version?

2012-09-29 Thread Patrick Mast, xHarbour
Hey Andi, I agree. Let me see how we can TAG this in SVN. Patrick > I am going to implement the use of common data types for xHarbour under > both 32 and 64-bit environment. > > As we can see, the current SVN define (example): ULONG is unsigned long > for 32/64-bit and it is very widely used. I

Re: [xHarbour-developers] New version?

2012-09-29 Thread Patrick Mast, xHarbour
Done! ;-) We now have: https://xharbour.svn.sourceforge.net/svnroot/xharbour/branches/branche-1-2-2 So, if we need to change something for version 1.2.2, use above URL. Current development continues in current trunk: https://xharbour.svn.sourceforge.net/svnroot/xharbour/trunk/xharbour Patrick >

Re: [xHarbour-developers] ChangeLog: 2012-08-12 09:52 UTC+0700 Andi Jahja

2012-08-12 Thread Patrick Mast, xHarbour
STRLEN > HB_BSUBSTR == SUBSTR > > These HB_B* are used in HBCOMM just merged into xHarbour contribs. Let > them be there as initial collections of unicode string functions. > xHarbour will be slowly but surely go unicode :-) > > Andi > > > On Sun, 12 Aug 20

Re: [xHarbour-developers] ChangeLog: 2012-08-12 09:52 UTC+0700 Andi Jahja

2012-08-12 Thread Patrick Mast, xHarbour
Hey Andi, > 2012-08-12 09:52 UTC+0700 Andi Jahja > + source/rtl/chruni.c >+ HB_BLEN(), HB_BSUBSTR() borrowed from Harbour What do they do? ;-) Thanks! Patrick -- Live Security Virtual Conference Exclusive live ev

Re: [xHarbour-developers] ChangeLog: 2012-08-11 15:08 UTC+0700 Andi Jahja

2012-08-11 Thread Patrick Mast, xHarbour
Hey Andi, > * contrib/pdflite/tiff/tif_ojpeg.c > * contrib/pdflite/tiff/tif_unix.c >! fixed to compiler under DMC THANK you for your great contributions Andi! ;-)) I was thinking.. I see you do some great stuff to get it all compiled for different compilers. Thats GOOD, but time consuming

Re: [xHarbour-developers] ChangeLog: 2012-08-11 15:08 UTC+0700 Andi Jahja

2012-08-11 Thread Patrick Mast, xHarbour
Hey Andi, Haha, great answer! If it is worth for your brain than that is just wonderful! Thank you for your insights ;-)) Patrick On Aug 11, 2012, at 8:48 AM, Andi Jahja wrote: > Patrick, > >> I was thinking.. I see you do some great stuff to get it all compiled for >> different compilers. T

Re: [xHarbour-developers] ChangeLog: 2012-07-28 18:09 UTC+0700 Andi Jahja

2012-07-28 Thread Patrick Mast, xHarbour
Hey Andi, > Please check at your end if you have an updated SVN. The file in > question is there. Yes, sorry. I missed it :( Works OK now, thanks! ;-) Patrick -- Live Security Virtual Conference Exclusive live event wil

Re: [xHarbour-developers] ChangeLog: 2012-07-28 18:09 UTC+0700 Andi Jahja

2012-07-28 Thread Patrick Mast, xHarbour
Hey Andi, I get this: NMAKE : fatal error U1073: don't know how to make 'contrib\misc\twirler.prg' Building for MSVC Patrick -- Live Security Virtual Conference Exclusive live event will cover all the ways today's secur

Re: [xHarbour-developers] ChangeLog: 2012-07-28 18:09 UTC+0700 Andi Jahja

2012-07-28 Thread Patrick Mast, xHarbour
Hey Andi, I get this: NMAKE : fatal error U1073: don't know how to make 'contrib\misc\twirler.prg' Building for MSVC Patrick -- Live Security Virtual Conference Exclusive live event will cover all the ways today's secur

Re: [xHarbour-developers] ChangeLog: 2011-11-12 07:54 UTC+0700 Andi Jahja

2011-11-12 Thread Patrick Mast, xHarbour.
Hey Andi, > Anybody has objection if dlmalloc be used as default memory manager? The > advantage is very obvious: speed improvement I'm all in favor of SPEED! Are there any downsides in using dlmalloc as the default memory manager? Any side effects? Patrick

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

2011-11-10 Thread Patrick Mast, xHarbour.
Hey Enrico, > One has been already mentioned: bigger EXE size (but it would be a minor > problem to exchange for faster execution). I agree. Faster is more important than small EXE's. We have so big HD's these days! Patrick ---

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

2011-11-10 Thread Patrick Mast, xHarbour.
Hello, So, why are we not using -gc3 all the time? What are the downsides of using -gc3? Thanks! Patrick 2011/11/10 Przemysław Czerpak : > On Thu, 10 Nov 2011, Enrico Maria Giordano wrote: >> > > This is not a real world test, sorry. >> > Can you exaplain why? >> You don't need of my explanatio

Re: [xHarbour-developers] ChangeLog: 2011-11-10 13:10 UTC+0700 Andi Jahja

2011-11-10 Thread Patrick Mast, xHarbour.
Great! Thanks Andi! ;-)) On Thu, Nov 10, 2011 at 3:59 PM, Andi Jahja wrote: > Hello, > > By my latest commit, this ugly bug is fixed :) > So the attached message is no loner valid. We can freely use: > >  LOCAL dT := { ^ 2011/11/09 12:30:00 } > > With whatever -gcn switch. > > Andi > > On Thu, 10

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

2011-11-10 Thread Patrick Mast, xHarbour.
Hello, > Programatically, there are advantages for speed at the expense of bigger > file size. By compiling a PRG with -gc3, xHarbour virtual machine ( to > be exact: function hb_vmExecute() ) will be bypassed. IOW, PCODEs are no > longer analyzed via a switch-case construct. Under -gc3, PCODEs ar

[xHarbour-developers] Unrecoverable error 9023 with __StrToken()

2011-05-04 Thread Patrick Mast, xHarbour.
Hello, I get an unrecoverable error 9023 with this sample code: __StrToken("NATRUIMBICARBONAAT||",3,"||") Can anyone check please? Thanks! Patrick -- WhatsUp Gold - Download Free Network Management Software The

Re: [xHarbour-developers] JSon difference

2011-04-01 Thread Patrick Mast, xHarbour.
Hey Ron, > We could also consider a 4th choice, I.e. when converting date to string in > the wrapper add extra flag to the string such that when it is decoded the > wrapper will again convert the JSON decoded string to a date value. This of > course means that the string coded by JSON will read so

Re: [xHarbour-developers] JSon difference

2011-04-01 Thread Patrick Mast, xHarbour.
Hey Andi, > The encoding does accept DATE and TIMEFLAG. Or am I missing something? Please look at this sample: JSon:=hb_jsonencode(Date(), .F.) ? hb_jsondecode(JSon, @dDate) // Returns "20110331" instead of a date var So, it seems it does not recognize the Date value when decoding. ;-) Patric

Re: [xHarbour-developers] JSon difference

2011-04-01 Thread Patrick Mast, xHarbour.
Jahja wrote: > > On Fri, 1 Apr 2011 09:03:52 +0200 > "Patrick Mast, xHarbour." wrote: > >> Hello Mindaugas, >> >> >> JSon:=hb_jsonencode(Date(), .F.) >> >> ? hb_jsondecode(JSon, @dDate) // Returns "20110331" instead of a date var >

Re: [xHarbour-developers] JSon difference

2011-04-01 Thread Patrick Mast, xHarbour.
Hello Mindaugas, >> JSon:=hb_jsonencode(Date(), .F.) >> ? hb_jsondecode(JSon, @dDate) // Returns "20110331" instead of a date var > > JSON encoding does not have date type, so, I've implemented date to > character string mapping in hb_jsonEncode() in Harbour. If xHarbour's > JSON implementation is

[xHarbour-developers] JSon difference

2011-03-31 Thread Patrick Mast, xHarbour.
Hello, JSon returns a string instead of a date in this sample: FUNCTION Main LOCAL dDate,JSon JSon:=hb_jsonencode(Date(), .F.) ? hb_jsondecode(JSon, @dDate) // Returns "20110331" instead of a date var RETURN NIL Patrick ---

Re: [xHarbour-developers] ChangeLog: 2011-03-12 12:00 UTC+0700 Andi Jahja

2011-03-12 Thread Patrick Mast, xHarbour.
Thanks you Andi! Great contribution! Patrick On Sat, Mar 12, 2011 at 5:10 AM, Andi Jahja wrote: > 2011-03-12 12:00 UTC+0700 Andi Jahja >  + contrib/sevenzip/t7zip.prg >  + contrib/sevenzip/sevenzip.c >  + contrib/sevenzip/7-zip32.h >  + contrib/binary/7-zip32.dll >  + tests/7zip.prg >  * winmak

Re: [xHarbour-developers] VALTYPE( dDATETIME )

2011-03-06 Thread Patrick Mast, xHarbour.
Hey Andi, > I proposed that Valtype( dDateTime ) returns "T" (currently "D") > ( dDateTime = date data type where time != 0 ), thus the corresponding > data type would be HB_IT_DATETIME instead of HB_IT_DATE | HB_IT_DATETIME. Correct. Seems logical to me. Patrick ---

Re: [xHarbour-developers] ChangeLog: 2011-02-28 15:40 UTC+0700 Andi Jahja

2011-02-28 Thread Patrick Mast, xHarbour.
Hey Andi, >> > No. At the present moment you can not (!). As of now, xHarbour symbols >> > are stored in one array (CMIIW), so function with same name will >> > override the previously registered. Unless, a feature that holds >> > symbols from each different loaded module is created for xHarbour.

Re: [xHarbour-developers] ChangeLog: 2011-02-28 15:40 UTC+0700 Andi Jahja

2011-02-28 Thread Patrick Mast, xHarbour.
Hey Andi, > No. At the present moment you can not (!). As of now, xHarbour symbols > are stored in one array (CMIIW), so function with same name will > override the previously registered. Unless, a feature that holds > symbols from each different loaded module is created for xHarbour. Do you have

Re: [xHarbour-developers] 64 bit ZIP compression

2011-02-28 Thread Patrick Mast, xHarbour.
Hey Andi, >> Dear friends, would it be possible to implement in xHarbour the new 64 bit >> ZIP compression? It can compress to 1/4 of the usual ZIP technique. > Do you mean a compression method like 7z or lzma? If yes, I have the > wrapper ready to port to xHarbour. Love to use them in xHarbour!

Re: [xHarbour-developers] ChangeLog: 2011-02-28 15:40 UTC+0700 Andi Jahja

2011-02-28 Thread Patrick Mast, xHarbour.
Hey Andi, > O, I got you now. It is not a change, but "a more easy way to use pCode > DLL" that was introduced. The conventional use of DLL was not affected > at all. Ok. ;-) > Using pCode DLL is now much more fun and easy. Kindly take a look at > tests/pdllbc.bat, tests/pexec.prg + tests/pcode.p

Re: [xHarbour-developers] ChangeLog: 2011-02-28 15:40 UTC+0700 Andi Jahja

2011-02-28 Thread Patrick Mast, xHarbour.
Hey Andi, > Whish part of DLL code are you referring to? I _did_ not change the way > ppl use DLL :) Using xHarbour DLL is the same way as usual. Nothing > changed, I swear :) Ok, no problem at all. Was just informing ;-)) So, when users ask me "What changed in DLL", what can I say? ;-) Thanks!

Re: [xHarbour-developers] ChangeLog: 2011-02-28 15:40 UTC+0700 Andi Jahja

2011-02-28 Thread Patrick Mast, xHarbour.
Hey Andi, >  * source/vm/fm.c >    ! enable use of DL malloc to Windows OS > >  * source/vm/dlmalloc.c I saw you do some changes in DLL code which are too technical for me to follow ;-) Thats why I wanted to ask, is using DLL in xHarbour changed now? I mean, from the developers prospective? Than

Re: [xHarbour-developers] ourxdbu

2011-02-25 Thread Patrick Mast, xHarbour.
Thank you Miguel! Great tool! 2011/2/25 Miguel Angel Marchuet Frutos : > for those who may be interested I have uploaded new version to sourceforge > ourxdbu > and www.xharbour.com / XHC > -- > Atentamente > > Miguel Angel Marchuet > > > > __ Información de ESET Smart Security, versión de

Re: [xHarbour-developers] SourceForge.net problems

2011-02-23 Thread Patrick Mast, xHarbour.
di > > > On Wed, 23 Feb 2011 09:27:38 +0100 > "Patrick Mast, xHarbour." wrote: > >> Hello, >> >> I'm having problems with SourceForge's website. >> >> I'm trying to reset my password (As sourceforge forced me to) but it >> does

[xHarbour-developers] SourceForge.net problems

2011-02-23 Thread Patrick Mast, xHarbour.
Hello, I'm having problems with SourceForge's website. I'm trying to reset my password (As sourceforge forced me to) but it does not recognize my email. When I send the sourceforge people an email, I don;t get any response. I tried several other ways to retrieve my information but sourceforge.ne

Re: [xHarbour-developers] 2011-02-14 17:48 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2011-02-19 Thread Patrick Mast, xHarbour.
Thank you very much Przemek! Patrick -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the

Re: [xHarbour-developers] CVS resumes

2011-02-10 Thread Patrick Mast, xHarbour.
Hey Andi, > Oh, OK I've found the features. Will commit the files there now and > close xhrb. So we will have SVN "xHarbour" instead of "xhrb"? The mailing list works OK for me, why should we move it to a Google? Any advantages we don't have now? Patrick ---

Re: [xHarbour-developers] CVS to SVN

2011-02-05 Thread Patrick Mast, xHarbour.
Thank you Andi! On Sat, Feb 5, 2011 at 3:55 AM, Andi Jahja wrote: > Dear All, > > OK, since according to SourceForge CVS is about to die, and no response > so far from Ron or others, I have taken the opportunity to migrate > xHarbour-repo to SVN, and it is going on. I will announce to the list >

Re: [xHarbour-developers] Is CVS down?

2011-01-28 Thread Patrick Mast, xHarbour.
Hello, I got the same here. Patrick On Fri, Jan 28, 2011 at 3:08 AM, Luis Krause Mantilla wrote: > Hi: > > I've been trying all day to commit to CVS but I keep getting this > (even before I'm asked for the pwd): > > > CVSROOT=:ssh:kadd...@xharbour.cvs.sourceforge.net:/cvsroot/xharbour > > cvs [

Re: [xHarbour-developers] How about removing DBI_PASSWORD limitation regarding DBF with memo fields?

2010-11-07 Thread Patrick Mast, xHarbour.
Hey Enrico, > Let's rethink about this: why we should introduce this new setting? > Currently a DBF with memo fields is not encrypted at all. If one doesn't > want to encrypt a DBF just don't use DBI_PASSWORD, what's the problem? But > if one wants encrypted it, well, currently he can't if the DBF

Re: [xHarbour-developers] How about removing DBI_PASSWORD limitation regarding DBF with memo fields?

2010-11-06 Thread Patrick Mast, xHarbour.
Hey Enrico, > Dear friends, I would like to remove the limitation that prevents DBF with > memo fields to be encrypted using DBI_PASSWORD. Why was this limitation there in the first place. Was it for a certain reason or just an oversight? Patrick

Re: [xHarbour-developers] Build for PellesC

2010-09-26 Thread Patrick Mast, xHarbour.
Hey Vic, >>    I build xHarbour using a single "MAKE_PC" call. > If I use "MAKE_PC ALL", I have the same error message. Ok, that's kinda good ;-) Andi, do you know why we cant build ALL with PellesC Thanks! Patrick --

Re: [xHarbour-developers] Build for PellesC

2010-09-26 Thread Patrick Mast, xHarbour.
Vic, >> Is someone able to build latest CVS with any version of PellesC. If >> so, which version does work for you? >> I tried version 4,5 and 6 and no luck so far. > >     I did a CLEAN build with 4.5 . Thanks! When I tried with 4.5, I get this error: POLINK /OUT:bin\pc\harbour.dll /DLL /FORCE

[xHarbour-developers] Build for PellesC

2010-09-25 Thread Patrick Mast, xHarbour.
Hello, Is someone able to build latest CVS with any version of PellesC. If so, which version does work for you? I tried version 4,5 and 6 and no luck so far. Thanks! ;-) Patrick -- Start uncovering the many advantages

Re: [xHarbour-developers] ChangeLog: 2010-08-31 09:40 UTC+0700 AndiJahja

2010-09-25 Thread Patrick Mast, xHarbour.
personally do not use it, I am afraid I overlook important > aspects. So, test programs (preferably from users) would be required to > enable me to work on ace32.c > > Andi > ---8<--- > > On Sat, 25 Sep 2010 15:24:57 +0200 > "Patrick Mast, xHarbour." wrote: > >

Re: [xHarbour-developers] ChangeLog: 2010-08-31 09:40 UTC+0700 AndiJahja

2010-09-25 Thread Patrick Mast, xHarbour.
Hey Andi, > Andi, also can you please advise on the status of ace32.c? For xHArbour > Builder we really like this ability to provide a version neutral client > library for ADS. :-) Any news on this? ;-) Thanks! Patrick

[xHarbour-developers] Is there a portable way to build HRB's?

2010-09-13 Thread Patrick Mast, xHarbour.
Hello, Is there a way to let my application build HRB files without the need to install xHarbour on the computer? I remember Harbour has HB_CompileFromBuf() you can link into your application. Do we have something similar? Thank you. Patrick -

Re: [xHarbour-developers] ChangeLog: 2010-08-12 08:40 UTC+0700 Andi Jahja

2010-08-17 Thread Patrick Mast, xHarbour.
Hey, >> Now I get this error: >> contrib\png\png.c(20) : fatal error C1083: Cannot open include file: >> 'pngpriv.h': No such file or directory > pngpriv.h is in contrib\png. Ok, but than the build script should not give me an error ;-) What can I do? Patrick ---

Re: [xHarbour-developers] ChangeLog: 2010-08-12 08:40 UTC+0700 Andi Jahja

2010-08-17 Thread Patrick Mast, xHarbour.
Hey Andi, > Try to add the following to compiler flags. > CFLAGS=$(CFLAGS) -D"HAVE_STDINT_H=0" -D"HAVE_INTTYPES_H=0" Ok, this worked! Thanks! ;-) Now I get this error: contrib\png\png.c(20) : fatal error C1083: Cannot open include file: 'pngpriv.h': No such file or directory Patrick --

Re: [xHarbour-developers] ChangeLog: 2010-08-12 08:40 UTC+0700 Andi Jahja

2010-08-17 Thread Patrick Mast, xHarbour.
Hey Andi, > Then, Patrick might have overlooked his include paths. > Patrick, could you scan where your MSVC's stdint.h resides? If your version > has it,then you must include the path to compiler switch. The only one I have is here: C:\Program Files\PellesC\Include\stdint.h Patrick ---

Re: [xHarbour-developers] ChangeLog: 2010-08-12 08:40 UTC+0700 Andi Jahja

2010-08-17 Thread Patrick Mast, xHarbour.
Hey Andi, Compiling with MSVC, I get this error: c:\xharbour\include\../source/rtl/pcre/pcre_internal.h(200) : fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory Patrick On Thu, Aug 12, 2010 at 6:58 AM, Andi Jahja wrote: > 2010-08-12 08:40 UTC+0700 Andi Jahja >

Re: [xHarbour-developers] 'stdint.h': No such file or directory

2010-08-12 Thread Patrick Mast, xHarbour.
Hey Vicente, >     I got this error using Visual Studio 2008. It doesn't > have stdint.h or inttypes.h . Neither Borland 5.5 do. I still > hadn't checked about Pelles 4.5 . PellesC has it here: C:\Program Files\PellesC\Include\stdint.h Patrick ---

Re: [xHarbour-developers] ChangeLog: 2010-08-10 19:05 UTC+0700 Andi Jahja

2010-08-10 Thread Patrick Mast, xHarbour.
Thanks Andi! On Tue, Aug 10, 2010 at 2:24 PM, Andi Jahja wrote: > 2010-08-10 19:05 UTC+0700 Andi Jahja >  * contrib/png/png.c >  * contrib/png/png.h >  * contrib/png/pngconf.h >  * contrib/png/pngerror.c >  * contrib/png/pngget.c >  * contrib/png/pngmem.c >  * contrib/png/pngpread.c >  * contrib

Re: [xHarbour-developers] Test

2010-07-29 Thread Patrick Mast, xHarbour.
Andi, Ron, >> Yes I see your mails just now, but I did not see mine. I also did not >> receive those of Enrico's eventhough I can see them in Sourceforge. >> I was thinking the list configuration was changed? > Andi, I'm not aware of any changes. Maybe there was some fault on your email > server s

Re: [xHarbour-developers] Test

2010-07-29 Thread Patrick Mast, xHarbour.
Hey Andi, > Why I did not receive mails from the list while I saw there are entries > in Sourceforge Web I see your email arrive on the list. So, looks like everything is ok. Did you get this one form the list? Patrick

[xHarbour-developers] Error with compiling with MSVC10

2010-06-01 Thread Patrick Mast, xHarbour.
Hello, I got this error compiling current CVS with MSVC10: source\rtl\win32ole.prg(2450) : warning C4244: 'argument' : conversion from 'ULONG' to 'HB_ERRCODE', possible loss of data Line 2450 is: pReturn = hb_errRT_SubstParams( hb_parcx( -1 ), EG_OLEEXECPTION, (ULONG) s_nOleError, sDescription, h

Re: [xHarbour-developers] ChangeLog,v 1.6708 2010/05/11

2010-05-11 Thread Patrick Mast, xHarbour.
Thank you Eduardo! ;-) On Tue, May 11, 2010 at 2:02 PM, Eduardo Fernandes wrote: >  * source/rtl/tget.prg >    ! refixed bug of last commit. > > regards, > Eduardo > > > > > -- > >

Re: [xHarbour-developers] RDD syncing

2010-02-25 Thread Patrick Mast, xHarbour.
Hum.. Anyone? ;-) On Fri, Feb 19, 2010 at 10:46 AM, Patrick Mast, xHarbour. wrote: > Hey Andi, > > Thanks! > Wow, scaring.. These numbers say that Harbour is TWICE as fast?? > > Patrick > > On Fri, Feb 19, 2010 at 10:36 AM, Andi Jahja wrote: >> Patrick a

Re: [xHarbour-developers] RDD syncing

2010-02-19 Thread Patrick Mast, xHarbour.
f_prv( c ) ]2.09 ...0.58 > ======== === > [ total application time: ]70.59 ..35.91 > [ total real time: ]..

Re: [xHarbour-developers] RDD syncing

2010-02-19 Thread Patrick Mast, xHarbour.
Hey Andi, >> Ron, any clue why this is? This is not the first time I hear people >> talk about a faster Harbour. ;-) >> Do we have numbers on this? Andi? > > What numbers are you referring to? We do not have an agreed benchmarking > tool except speedtst. If you are referring to this tool, I can po

Re: [xHarbour-developers] RDD syncing

2010-02-18 Thread Patrick Mast, xHarbour.
Hey Miguel, > Yes, but I'm pretty busy lately with other projects, SAT, EDICOM, eCommerce, Ok, NP, I understand. > soon, I hope to generate xharbour enable real services (windows platform) > I've it running yet. to terminate the outstanding issues in RDDS as > subsystems TTS (Transaction), compat

[xHarbour-developers] RDD syncing

2010-02-16 Thread Patrick Mast, xHarbour.
Hello, Miguel, are you still syncing RDD fixes/enhancements with Harbour? Like: http://harbour-project.svn.sourceforge.net/viewvc/harbour-project?view=rev&revision=13765 Thanks! ;-) Patrick -- SOLARIS 10 is the OS for

Re: [xHarbour-developers] Error compiling latest CVS

2010-01-07 Thread Patrick Mast, xHarbour.
Hello Walter, > for generate rddads.lib you need update \xharbour\contrib\rdd_ads\ace.h with > the ace.h of Advantage 9.10 I can not find a ace.h in \xharbour\contrib\rdd_ads\ Do I need to ADD it there? > for generate your executable and use function related to Advantage 9.10, you > need update a

Re: [xHarbour-developers] Error compiling latest CVS

2010-01-06 Thread Patrick Mast, xHarbour.
Hello, Follow up: I have Advantage 9.10 installed on my system. Patrick On Wed, Jan 6, 2010 at 9:04 PM, xDevList wrote: > Sorry, did press send to fast.. > > I eanted to say that nothing changed regarding ADS. Before it worked. > > thanks > > Patrick > > Op 06 Jan 2010 om 21:02 heeft xDevList

[xHarbour-developers] Error compiling latest CVS

2010-01-06 Thread Patrick Mast, xHarbour.
Hello, Latest CVS gives me this error: adsmgmnt.obj : error LNK2019: unresolved external symbol _adsmggetworkerthreadactiv...@16 referenced in function _HB_FUN_ADSMGGETWORKERTHREADACTIVITY bin\vc\harbour.dll : fatal error LNK1120: 214 unresolved externals I started from a clean xHarbour fol

Re: [xHarbour-developers] Harbour vs xHarbour - SpeedTest

2010-01-01 Thread Patrick Mast, xHarbour.
Hey Andi, Thanks for the test. I'm also VERY interested in a more speedy xHarbour! Happy new year. ;-) Patrick On Fri, Jan 1, 2010 at 12:48 PM, Andi Jahja wrote: > Hi All, > > The folowing report may be interesting: > Harbour speed now doubles xHarbour. > Is there any idea to improve this situa

Re: [xHarbour-developers] ChangeLog: 2009-12-22 02:00 UTC+0700 Andi Jahja

2009-12-22 Thread Patrick Mast, xHarbour.
Thank you Andi. Compiles just fine now. ;-) Patrick On Mon, Dec 21, 2009 at 8:10 PM, Andi Jahja wrote: > 2009-12-22 02:00 UTC+0700 Andi Jahja >  * contrib/tipssl/inetssl.c >    ! char* -> const char* >    - commented unused variables > -- > Andi > > > ---

Re: [xHarbour-developers] ChangeLog: 2009-12-21 12:00 UTC+0700 Andi Jahja

2009-12-21 Thread Patrick Mast, xHarbour.
Hello Andi, I now get these errors: contrib\tipssl\inetssl.c(704) : error C2440: '=' : cannot convert from 'const char *' to 'char *' Conversion loses qualifiers contrib\tipssl\inetssl.c(705) : error C2440: '=' : cannot convert from 'const char *' to 'char *' Conversion loses qual

Re: [xHarbour-developers] ChangeLog: 2009-12-16 12:20 UTC+0700 Andi Jahja

2009-12-16 Thread Patrick Mast, xHarbour.
Hello Andi, >  * source/codepage/cp_tpl.c >    * replaced HB_MSC_STARTUP code with more universal HB_DATASEG_STARTUP >    * moved HB_DATASEG_STARTUP code to separate header file to reduce >      modifications in other files when this code has to be changed or >      extended Thank you for these c

Re: [xHarbour-developers] ChangeLog: 2009-12-16 12:20 UTC+0700 Andi Jahja

2009-12-16 Thread Patrick Mast, xHarbour.
ut probably to many other > compilers. IOW, portability is very much better now. > > -- > Andi > > On Wed, 16 Dec 2009 15:10:28 +0100 > "Patrick Mast, xHarbour." wrote: > >> Thank you for these changes! >> >> Can you please expla

Re: [xHarbour-developers] Microsoft's Distributed File SystemReplication

2009-12-09 Thread Patrick Mast, xHarbour.
Ron, > Based on the docs you posted, ALL Multi-User software, can NOT be > replicated. M/U software uses locks to manage data access concurency. Oh.. OK. Thank you :) Patrick -- Return on Information: Google Enterprise

[xHarbour-developers] Microsoft's Distributed File System Replication

2009-12-09 Thread Patrick Mast, xHarbour.
Hello, I have a client who is using Microsoft's Distributed File System Replication on his Server. It seems that an open database in a xHarbour application (Opened as "shared") can not be replicated by this system. My client is getting errors on our opened databases. Though, the FAQ says: "Does D

[xHarbour-developers] 2009-11-20 11:40 UTC+0100 Patrick Mast

2009-11-20 Thread Patrick Mast, xHarbour.
2009-11-20 11:40 UTC+0100 Patrick Mast * source\rtl\winos.prg + OS_Win7() -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deploymen

[xHarbour-developers] Error compiling contrib\tipssl\inetssl.c

2009-11-16 Thread Patrick Mast, xHarbour.
CL -TP -c -Oty1 -FD -GA -Gs -W3 -nologo -I"\OpenSSL\include" -I"C:\Program Files\Advantage 9.10\acesdk" -Iinclude -I"C:\Program Files\Microsoft Visual Studio 9.0\vc\include" -DWIN32 -D_WIN32 -D__WIN32__ -DHB_OS_WIN_32 -D_CRT_SECURE_NO_DEPRECATE -DHB_OS_WIN_32_USED -DOPENSSL_NO_DEPRECATED -

Re: [xHarbour-developers] Error compiling latest CVS

2009-11-16 Thread Patrick Mast, xHarbour.
Hey Luiz, > should be ok after > 2009-11-15 20:30 UTC-0300 Luiz Rafael Culik >   * contrib/hbzlib/zipnew.cpp >   * contrib/tipssl/inetssl.c >   * contrib/tipssl/inetssl.h >     ! fixed compilation I get this now: CL -TP -c -Oty1 -FD -GA -Gs -W3 -nologo -I"\OpenSSL\include" -I"C:\Progra

[xHarbour-developers] Error compiling latest CVS

2009-11-14 Thread Patrick Mast, xHarbour.
Hello, Compiling latest CVS I get this error: contrib\hbzlib\zipnew.cpp(1003) : error C2144: syntax error : 'int' should be preceded by ';' Using Microsoft Visual Studio 9.0 Thanks! Patrick -- Let Crystal Reports handl

Re: [xHarbour-developers] Proposal for HB_IS_NUMERIC.

2009-11-10 Thread Patrick Mast, xHarbour.
Hey Guys, Again, is NamesSpaces not the solution here? If I look at C:\xHarbour\source\rtl\namespaces.prg I even see we already HAVE a CL52 namespace! ;-) So, if I want a function to be Strict Clipper 5.2, I use CL52.PadL(...) Is this correct Ron? Patrick On Tue, Nov 10, 2009 at 2:56 PM, Edu

Re: [xHarbour-developers] Proposal for HB_IS_NUMERIC.

2009-11-06 Thread Patrick Mast, xHarbour.
Hello Guys, Is "Namespaces" not a solution this? Patrick On Fri, Nov 6, 2009 at 2:56 AM, Eduardo Fernandes wrote: > Ron, > > I'm curious about what intention on application with these results: > > str('a',10,2) -> '     97.00' > strzero('b',10) -> '98' > padl("9","*",10) -> 42 spaces +

Re: [xHarbour-developers] Error building harbour.dll with PelesC

2009-11-01 Thread Patrick Mast, xHarbour.
Ron, > MAKE CLEAN Ok, this works. Thanks. Patrick -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take B

[xHarbour-developers] Can not build FILEMEM.LIB

2009-11-01 Thread Patrick Mast, xHarbour.
Hello Miguel, If I build xHarbour.org CVS with PellesC, I get this error: POMAKE: fatal error: Don't know how to make 'lib\pc\filemem.lib' Can you check please? Thanks! Patrick -- Come build with us! The BlackBerry(R) D

Re: [xHarbour-developers] Error building harbour.dll with PelesC

2009-10-27 Thread Patrick Mast, xHarbour.
Same error when compiling with MSVC and BCC. Patrick On Tue, Oct 27, 2009 at 2:36 PM, Patrick Mast, xHarbour. wrote: > Hello, > > I get this error: > > POLINK: error: Unresolved external symbol '_hb_itemPutCLPtr'. > POLINK: fatal error: 1 unresolved external(s). &g

[xHarbour-developers] Error building harbour.dll with PelesC

2009-10-27 Thread Patrick Mast, xHarbour.
Hello, I get this error: POLINK: error: Unresolved external symbol '_hb_itemPutCLPtr'. POLINK: fatal error: 1 unresolved external(s). POMAKE: fatal error: 'POLINK', error 1. Patrick -- Come build with us! The BlackBerry

Re: [xHarbour-developers] ChangeLog: 2009-10-20 12:00 UTC+0700 Andi Jahja

2009-10-20 Thread Patrick Mast, xHarbour.
Hey Andi, I et this error compiling with MSVC: source\rtl\pcre\pcre_compile.c pcre_compile.c source\rtl\pcre\pcre_compile.c(811) : warning C4065: switch statement contains 'default' but no 'case' labels source\rtl\pcre\pcre_compile.c(1322) : error C2065: 'OP_NCREF' : undeclared identifier source\

Re: [xHarbour-developers] ChangeLog: 2009-10-17 13:55 UTC-0500 Vicente Guerra

2009-10-17 Thread Patrick Mast, xHarbour.
Hello Vicente, >   * source/vm/runner.c >     ! Prevents GPF trap when HRB file contains unregistered symbols. GREAT! Waited a long time for this! ;-) Thanks! I'm a huge fan and heavy user of HRB files. Patrick -- Come

[xHarbour-developers] 2009-10-17 20:30 UTC+0100 Patrick Mast

2009-10-17 Thread Patrick Mast, xHarbour.
2009-10-17 20:30 UTC+0100 Patrick Mast * source\tip\encoding\base64.c * source\tip\encoding\uuencode.c ! Fixed for compiling with xCC -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the

Re: [xHarbour-developers] ChangeLog, v 1.6618 2009/10/13 06:08:36 peterrees

2009-10-13 Thread Patrick Mast, xHarbour.
Hey Peter, > I'm not sure if I inadvertantly commited an extra file that may have > been changed on my local xharbour copy. I was a bit distracted when I > commited. I should only have changed; > C:\xharbour\changelog and c:\xharbour\source\rtl\tprinter.c > Can someone who knows how please check t

Re: [xHarbour-developers] 2009-10-10 21:22 UTC-0430 Ron Pinkas

2009-10-10 Thread Patrick Mast, xHarbour.
Ron, >>  * include/simplex.c >>    ! Fixed wrong rewinding in SimpLex_CheckWords() after > Mode> (iPairToken) > Can you tell in a sample what this fixes? > Thanks! Sorry, just now I see Vic's message :) Patrick -- Come

Re: [xHarbour-developers] 2009-10-10 21:22 UTC-0430 Ron Pinkas

2009-10-10 Thread Patrick Mast, xHarbour.
Hello Ron, >  * include/simplex.c >    ! Fixed wrong rewinding in SimpLex_CheckWords() after Mode> (iPairToken) Can you tell in a sample what this fixes? Thanks! Patrick -- Come build with us! The BlackBerry(R) Develop

Re: [xHarbour-developers] 2009-10-09 16:06 UTC+0100 Miguel Angel Marchuet

2009-10-09 Thread Patrick Mast, xHarbour.
Thank you Miguel. It works OK now. Patrick On Fri, Oct 9, 2009 at 4:10 PM, Miguel Angel Marchuet wrote: > 2009-10-09 16:06 UTC+0100 Miguel Angel Marchuet >   * file.c >     ! Fixed IsDirectory, broken after last casting work. > > Tested under windows platforms, need test on others as linux. > >

[xHarbour-developers] IsDirectory() broken

2009-10-09 Thread Patrick Mast, xHarbour.
Hello, FUNCTION MAIN() ? IsDirectory("c:") ? IsDirectory("c:\") WAIT RETURN NIL This sample returns FALSE in both cases while I expected them to return TREU. Can someone check this please? ;-) Thanks! Patrick -

Re: [xHarbour-developers] 2009-08-08 14:54 UTC-0800 Augusto Infante

2009-10-08 Thread Patrick Mast, xHarbour.
Hey Miguel, > After changes method EOF of OLEDB object is returning .F. for false > and numeric for .T. Is this still true with latest CVS? Thanks! If TOleAuto is still broken, we need to know so it can be fixed :) Augusto, do you still have a problem with current TOleAuto? Is that GPF back you

Re: [xHarbour-developers] Error compiling uuencode.c

2009-10-05 Thread Patrick Mast, xHarbour.
Hello, Adding: #include "thread.h" In both files helped to get them compiled. Thanks to Miguel for the Tip! ;-) Is this an OK change to commit to CVS? Patrick On Mon, Oct 5, 2009 at 3:44 PM, Patrick Mast, xHarbour. wrote: > Hello, > >> ..\uuencode.c(74): error:

Re: [xHarbour-developers] Error compiling uuencode.c

2009-10-05 Thread Patrick Mast, xHarbour.
Hello, > ..\uuencode.c(74): error: Undeclared identifier 'HB_THREAD_STUB'. > ..\uuencode.c(75): error: Syntax error; found 'unsigned' expecting ';'. > ..\uuencode.c(85): error: Undeclared identifier 'HB_THREAD_STUB'. > ..\uuencode.c(86): error: Syntax error; found 'unsigned' expecting ';'. > ..\uu

[xHarbour-developers] Error compiling uuencode.c

2009-10-05 Thread Patrick Mast, xHarbour.
Hello, Compiling uuencode.c with XCC, I get following error: ..\uuencode.c(74): error: Undeclared identifier 'HB_THREAD_STUB'. ..\uuencode.c(75): error: Syntax error; found 'unsigned' expecting ';'. ..\uuencode.c(85): error: Undeclared identifier 'HB_THREAD_STUB'. ..\uuencode.c(86): error: Syntax

Re: [xHarbour-developers] 2009-10-01 10:10 UTC+0100 Miguel Angel Marchuet

2009-10-01 Thread Patrick Mast, xHarbour.
Hello Miguel, > Patrick can you add this functions to help ? Sure, will do so ASAP. Patrick -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year.

[xHarbour-developers] Preprocessor Bug?

2009-09-29 Thread Patrick Mast, xHarbour.
Hello, Please try this small test: // #include "hbclass.ch" #command myTest ; => ; Test() CLASS Test1 METHOD Init() DATA n2 ENDCLASS METHOD Init() CLASS test1 myTest "two" Test(::n2:=1) myTest "two" ::n2:=1 RETURN Self F

  1   2   3   >