Re: [xHarbour-developers] Changelog

2016-12-27 Thread Patrick Mast, xHarbour.com
27 de dez de 2016 07:14, "Patrick Mast, xHarbour.com" < patrick.m...@xharbour.com [patrick.m...@xharbour.com] > escreveu: Hello Luiz, Still get: contrib\hbssl\ bio.c (506): error C3861: 'HB_UNCONST': identifier not found contrib\hbssl\bio.c(629): error C3861: 'HB_

Re: [xHarbour-developers] Changelog

2016-12-27 Thread Patrick Mast, xHarbour.com
Culik wrote: Patrick Should be ok after 2016-12-26 22:00 UTC-0300 Luiz Rafael Culik < l...@xharbour.com.br [l...@xharbour.com.br] > * contrib/hbssl/hbssl.h ! minor fix to previus commit. Regards Luiz 2016-12-26 14:14 GMT-02:00 Patrick Mast, xHarbour.com < patrick.m...@xharbour.com [patric

Re: [xHarbour-developers] Changelog

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

Re: [xHarbour-developers] changelogs

2016-12-25 Thread Patrick Mast, xHarbour.com
Hey Luiz, I get these: contrib\hbssl\bio.c(478): error C3861: 'HB_UNCONST': identifier not found contrib\hbssl\bio.c(612): error C3861: 'HB_UNCONST': identifier not found contrib\hbssl\bio.c(626): error C3861: 'HB_UNCONST': identifier not found contrib\hbssl\bio.c(637): error C3861: 'HB_UNCONST

[xHarbour-developers] very interesting Feature Request

2008-09-25 Thread Patrick Mast, xHarbour.com
Hello, Please have a look at this Harbour message: https://sourceforge.net/tracker/index.php?func=detail&aid=2122754&group_id=681&atid=350681 I think it's very useful for debugging purpose. How many times did I ask myself, WHERE did that variable get THAT value?? What do you guys think? Patrick

Re: [xHarbour-developers] GPF using HB_Uncompress

2008-09-21 Thread Patrick Mast, xHarbour.com
Ron, > Running the sample under CodeGuard, it reported multiple GPF traps. The > author of the compression functions should review the attached > tstcompress.cgl and correct as needed. The pointer aritmetic may possibly be > ignored, but the access errors must be corrected. > I'm not sure I under

Re: [xHarbour-developers] GPF using HB_Uncompress

2008-09-19 Thread Patrick Mast, xHarbour.com
Ron, > Uncompressed.txt is not attached, so I used some random file, and I was not > able to see any problem. Any reason why the text can not be hardcoded into > the sample? > Very strange. I can see the "UnCompressed.txt" attachment to my original message. I can also see the attachment here: http

Re: [xHarbour-developers] GPF using HB_Uncompress

2008-09-18 Thread Patrick Mast, xHarbour.com
Hello, This GPF seems to occur only in MSVC build. Borland generates no GPF here. Patrick On Fri, Aug 29, 2008 at 5:37 PM, Patrick Mast, xHarbour.com < [EMAIL PROTECTED]> wrote: > Hi, > Following sample GPF's in HB_Uncompress(): > > //-- &

Re: [xHarbour-developers] CDX Corruption Detected

2008-09-18 Thread Patrick Mast, xHarbour.com
Hey Miguel, > I upload the fix now. Thanks! with a little difference with cl53 > clipper 5.3b and 5.2 arise EDBF_INVALIDKEY 1026 > xharbour will be arise EDBF_KEYLENGTH 1054 > only for dbfcdx and bmdbfcdx as in clipper Great! Jus a few questions: Is this going to be a setting? Will our CD

Re: [xHarbour-developers] CDX Corruption Detected

2008-09-17 Thread Patrick Mast, xHarbour.com
Miguel, > Is not an rdd limit, is cl53 limit to evaluate macro len rdd cdx can > storage 64kb length key, but > the key is macro evaluated with limit 254 chars > So, why don't we macro evaluate that 64kb key? A CDX file can STORE keys up to 64kb, right? Patrick ---

[xHarbour-developers] CDX Corruption Detected

2008-09-17 Thread Patrick Mast, xHarbour.com
Hello, When I build a CDX Index file with a index key expression that's longer than 254 characters, the index is build OK, but I get "Corruption detected" when I try to open the CDX. Would it not be better to generate an error when the index is created? So, OrdCreate() should throw an error when th

Re: [xHarbour-developers] This sample GPF's

2008-09-08 Thread Patrick Mast, xHarbour.com
Hello, Did anyone had a chance to look at this one? Thanks! Patrick On Fri, Aug 15, 2008 at 12:41 PM, Patrick Mast, xHarbour.com < [EMAIL PROTECTED]> wrote: > Hello, > Following sample GPF's > > //- > PROCEDURE Main > LOCAL cVar:

Re: [xHarbour-developers] GPF using HB_Uncompress

2008-09-08 Thread Patrick Mast, xHarbour.com
Hi, Did anyone had a chance to look at this one? Thanks! Patrick On Fri, Aug 29, 2008 at 5:37 PM, Patrick Mast, xHarbour.com < [EMAIL PROTECTED]> wrote: > Hi, > Following sample GPF's in HB_Uncompress(): > > //-- > PROCEDURE Main > LO

[xHarbour-developers] GPF using HB_Uncompress

2008-08-29 Thread Patrick Mast, xHarbour.com
Hi, Following sample GPF's in HB_Uncompress(): //-- PROCEDURE Main LOCAL cUncompressed,cCompressed cUncompressed:=MemoRead("Uncompressed.txt") nLen:=HB_CompressBuflen( Len( cUncompressed ) ) cCompressed:=HB_Compress( cUncompressed ) cUncompressed:=HB_Uncompress( nLen

Re: [xHarbour-developers] Release Freeze

2008-08-28 Thread Patrick Mast, xHarbour.com
Ron, Are you looking at Enrico's reports? Thanks! Patrick - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize

Re: [xHarbour-developers] Release Freeze

2008-08-28 Thread Patrick Mast, xHarbour.com
Hey Eduardo, > I would like to update memo functions from harbour project. This fix any > old memo bugs like mlctopos/mpostolc. I have updated my cvs local copy and > all is ok. Can I commit it ? If it doesn't ADD new functionality but FIXES things, sure, no problem. Thanks! Patrick

Re: [xHarbour-developers] Release Freeze

2008-08-28 Thread Patrick Mast, xHarbour.com
Hey Andi, > Result of hbtest.exe follows: Thanks! Hmm, I wonder. Why do we have 43 errors with Pelles ISO C and "only" 32 with MSVC? Patrick - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Bui

Re: [xHarbour-developers] ChangeLog: 2008-08-27 03:10 UTC+0700 Andi Jahja

2008-08-26 Thread Patrick Mast, xHarbour.com
Thank you Andi :) On Tue, Aug 26, 2008 at 10:19 PM, Andi Jahja <[EMAIL PROTECTED]> wrote: > 2008-08-27 03:10 UTC+0700 Andi Jahja > * source/rtl/browse.prg > * source/rtl/dbedit.prg > * source/rtl/tbrowse.prg >! Reformatting due to double CRs > -- > Andi > > > -

Re: [xHarbour-developers] Release Freeze

2008-08-26 Thread Patrick Mast, xHarbour.com
Enrico, > This is the only pending issue I have in my list: > > FUNCTION MAIN() > >LOCAL cExp := "if a()" > >&( cExp ) > >RETURN NIL > > EMG Ok, thanks. Ron, can you take al look at this? Thanks! Patrick - This

[xHarbour-developers] Release Freeze

2008-08-26 Thread Patrick Mast, xHarbour.com
Hi, We are now in RELEASE FREEZE. I'd like to request your assistance in preparing for our next official build. 1. Please CLEAN BUILD on your respective platform[s]. 2. Please report build warnings and errors if any. 3. Please report results of hbtest.exe if build completed. 4. Please report any p

Re: [xHarbour-developers] ChangeLog,v 1.6198 2008/08/25

2008-08-26 Thread Patrick Mast, xHarbour.com
Hey Eduardo, > Sorry, I don't see any unexpected doubled CR on that. I use the single > MS-Edit as text editor for console prgs. I saw the same. Every line had an extra empty line since your last commit. Patrick - This SF.N

Re: [xHarbour-developers] New release

2008-08-18 Thread Patrick Mast, xHarbour.com
Hey guys, Do we have more pending commits? Paul, how close are you with finishing GT? Patrick On Sat, Aug 2, 2008 at 12:52 PM, Patrick Mast, xHarbour.com < [EMAIL PROTECTED]> wrote: > Hey Guys, > I'd like to call for a release freeze if there are no pending bug fixes. > >

Re: [xHarbour-developers] 2008-08-18 11:40 UTC+0100 Miguel Angel Marchuet <[EMAIL PROTECTED]>

2008-08-18 Thread Patrick Mast, xHarbour.com
Thank you Miguel! On Mon, Aug 18, 2008 at 11:48 AM, Miguel Angel Marchuet < [EMAIL PROTECTED]> wrote: > 2008-08-18 11:40 UTC+0100 Miguel Angel Marchuet <[EMAIL PROTECTED]> > * TODO > * common.mak > * compile.mak > * contrib\hbmzip\make_b32.bat > * contrib\rdd_ads\ads1.c > * contrib\rd

[xHarbour-developers] This sample GPF's

2008-08-15 Thread Patrick Mast, xHarbour.com
Hello, Following sample GPF's //- PROCEDURE Main LOCAL cVar:="12,5*8" TRY ? &(cVar) // GPF Here CATCH ? "Error" END RETURN //- Patrick - This SF.Net email is

Re: [xHarbour-developers] Bug in FileStats?

2008-08-11 Thread Patrick Mast, xHarbour.com
Luiz, > dCreateDate , = Date when the file was added on the file system > dChangeData = data when the file was changed on the file system > dcreatedate normaly will return always the same value Thanks. So, this is not a bug? Patrick -

[xHarbour-developers] ADS 7?

2008-08-11 Thread Patrick Mast, xHarbour.com
Hello, I have a question from a xHarbour Builder user that uses ADS7. This is what he says: "I have also problems with ADS , beta '72' don't works with ADS 7 dll's, seems it required ADS 8 , only." So, can we ONLY work with ADS8 for now? Thanks Patrick --

[xHarbour-developers] 2008-08-09 18:01 UTC+0100 Patrick Mast <[EMAIL PROTECTED]>

2008-08-09 Thread Patrick Mast, xHarbour.com
2008-08-09 18:01 UTC+0100 Patrick Mast <[EMAIL PROTECTED]> * source\rdd\dbfcdx\dbfcdx1.c ! fixed to not respect bitmap filters when structural order is scanned, f.e. in OrdListAdd() with active bitmap filter. Synched with Harbour. Thanks to Przemyslaw Czerpak -

[xHarbour-developers] Bug in FileStats?

2008-08-09 Thread Patrick Mast, xHarbour.com
Hello, This is a bug repot from a xHarbour Builder user: "I try to use filestats and don't understand the return values dCreateDate , dChangeData In next example the creation date from cFileName is compared wih Directory(cFileName)[1,3] FUNCTION MAIN(cFileName) LOCAL cFileAttr , nFileSize LOCAL

Re: [xHarbour-developers] New release

2008-08-06 Thread Patrick Mast, xHarbour.com
Paul, > PMx> Now, don't wanne rush you but.. We are kinda waiting for you to get a > PMx> new release out. ;-) > PMx> Can you give me any time frame for your commit? > > Yes I know :-( I'll crank the rest out just as soon as I can. By the > weekend is the best I can do. Perfect! Thanks. Pa

Re: [xHarbour-developers] New release

2008-08-06 Thread Patrick Mast, xHarbour.com
Paul, > PMx> Paul, do you think you can finish GT for this release? > PMx> Thanks! > > That is the plan... I've been studying how the gt works now, and trying to > understand what Prezmeks issue is with how maxrow/col worked before. One > of > us must be missing something, and I'm fairly sure

Re: [xHarbour-developers] TortoiseCVS

2008-08-05 Thread Patrick Mast, xHarbour.com
Hey Alex, I use Tortoise 1.8.31. What new version did you install? Patrick PS. Harbour uses SVN now and it works much faster than CVS. Are we also interested in converting from SCV to SVN? On Tue, Aug 5, 2008 at 4:44 PM, Alex Strickland <[EMAIL PROTECTED]> wrote: > Hi all > > I upgraded my ver

Re: [xHarbour-developers] TBrowse reports

2008-08-04 Thread Patrick Mast, xHarbour.com
Hey Eduardo, > I don't have this issue, but if you give me a sample I can fix it. Ok, I will ask for a reduced sample that shows this behaviour. Thanks Patrick - This SF.Net email is sponsored by the Moblin Your Move Develo

[xHarbour-developers] TBrowse reports

2008-08-02 Thread Patrick Mast, xHarbour.com
Hello, This is a report from a user on our support NG: " The new beta '72' still hasn't solved the refreshing problem in Tbrowse. If you have a multi-column browse, when you pan right using :right(), the stablize() does not seem to display the data in full. Has anyone else experienced this problem

[xHarbour-developers] New release

2008-08-02 Thread Patrick Mast, xHarbour.com
Hey Guys, I'd like to call for a release freeze if there are no pending bug fixes. Paul, do you think you can finish GT for this release? Thanks! Patrick - This SF.Net email is sponsored by the Moblin Your Move Developer's ch

[xHarbour-developers] DirectoryRecurse

2008-07-25 Thread Patrick Mast, xHarbour.com
Hello, This is a fix from przemek done in harbour: + harbour/contrib/xhb/dirrec.prg + added DirectoryRecurse() function. It's not exactly xHarbour compatible as I wanted at the beginning. But when I begin to carefully check what xHarbour exactly does then I dropped the stric

Re: [xHarbour-developers] Random GPF at ending FWH app

2008-07-18 Thread Patrick Mast, xHarbour.com
Paul, > Any news on the GT issues? Any news Paul? If this is ready we ar ready for release. Thank you. Patrick - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based app

Re: [xHarbour-developers] 2008-07-14 14:30 UTC-0430 Ron Pinkas

2008-07-14 Thread Patrick Mast, xHarbour.com
Ron, > 2008-07-14 14:30 UTC-0430 Ron Pinkas > * source\vm\hvm.c > ! GPF trap if hb_rddShutDown() calls PRG code when no symbol at > base of stack. Thank you. This is an long outstanding one :) Patrick - Sponsored by:

Re: [xHarbour-developers] MAKE_PC.BAT CLEAN is not so clean.

2008-07-13 Thread Patrick Mast, xHarbour.com
Luis, > OK. I've made the changes to the make system. Try after > 2008-07-13 19:46 UTC-0800 Luis Krause Mantilla > I've only tested it with Borland, but should work just fine for > all other non-gnu compilers. > So it's back to the original form > make_???.bat clean > Will just cleanup files. T

Re: [xHarbour-developers] MAKE_PC.BAT CLEAN is not so clean.

2008-07-13 Thread Patrick Mast, xHarbour.com
Hey Luis, > Try make_pc clean nobuild > The above works with bcc so it should work just the same for Pelles. I'd vote to have make_xy CLEAN do JUST the CLEAN job. If you want to CLEAN + BUILD, we'd have make_xy CLEAN BUILD Patrick

Re: [xHarbour-developers] MAKE_PC.BAT CLEAN is not so clean.

2008-07-12 Thread Patrick Mast, xHarbour.com
Hey Vicente, > As you know, "MAKE_PC CLEAN" is not only cleaning old files: it's > re-building xHarbour too. It was commented, "make_pc clean" is doing > more than "clean" only. > Now it's building xHarbour, but contrib packages also. A simple > "MAKE_PC.BAT" doesn't creates contrib files,

Re: [xHarbour-developers] ChangeLog,v 1.6171 2008/07/12

2008-07-12 Thread Patrick Mast, xHarbour.com
Eduardo, > note: I'm finished my pending issues. Great. Thanks you! Patrick - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with

Re: [xHarbour-developers] ChangeLog,v 1.6169 2008/07/10

2008-07-10 Thread Patrick Mast, xHarbour.com
Ron, How close is current CVS code from a "OK for release" state? Patrick - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a he

Re: [xHarbour-developers] A bug reported to Harbour developers that is also in xHarbour

2008-07-08 Thread Patrick Mast, xHarbour.com
Hello Miguel, > don't worry only 5 minutes ;) > I normally read all messages at harbour & xHarbour Great, thanks! ;-) Patrick - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting

Re: [xHarbour-developers] A bug reported to Harbour developers that is also in xHarbour

2008-07-08 Thread Patrick Mast, xHarbour.com
Hey Enrico, Which is fixed by Przemek in: 2008-07-08 14:13 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbrddcdx.h * harbour/source/rdd/dbfcdx/dbfcdx1.c ! fixed casting for indexes with key length greater then 196 bytes created on tables with record number small

Re: [xHarbour-developers] -gc3 and for each

2008-07-04 Thread Patrick Mast, xHarbour.com
Hello Toninho, > Another think that I can see is that -gc3 is much faster than -gc0 > that i´d used. I'm interested, WHY is it faster? Patrick - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have

Re: [xHarbour-developers] 2008-06-27 01:39 UTC-0430 Ron Pinkas

2008-06-27 Thread Patrick Mast, xHarbour.com
Ron, > * include/cstruct.ch > + Added support of the C style "pragma pack" for PRG style > definitions Can you explain this by example? Thanks! Patrick - Check out the new SourceForge.net Marketplace. It's the best pl

Re: [xHarbour-developers] 2008-06-05 22:57 UTC-0430 Ron Pinkas

2008-06-05 Thread Patrick Mast, xHarbour.com
Thank you Ron! On Fri, Jun 6, 2008 at 5:33 AM, Ron Pinkas <[EMAIL PROTECTED]> wrote: > 2008-06-05 22:57 UTC-0430 Ron Pinkas > * common.mak > * compile.mak > * Corrected inconsistent and invalid use of !if to !ifdef > > * source/vm/fastitem.c > * Added few debug asserts > > * inclu

Re: [xHarbour-developers] 2008-06-05 12:50 UTC+0100 MiguelAngelMarchuet <[EMAIL PROTECTED]>

2008-06-05 Thread Patrick Mast, xHarbour.com
Ron, > A compromise between readability and shortness could be: > -W2L[ocals] -W2S[tatics] -W2G[lobals] -W2B[locks] -W2M[emvars] -W2F[ields] > -W2A[ll] Yes, looks fine for me. Thank you! Patrick - Check out the new Source

Re: [xHarbour-developers] 2008-06-05 12:50 UTC+0100 Miguel AngelMarchuet <[EMAIL PROTECTED]>

2008-06-05 Thread Patrick Mast, xHarbour.com
Enrico, >> -W2Locals -W2Statics -W2Globals -W2Blocks -W2All >> Or at very least: >> -W21 -W22 -W23 -W23 -W20 > I vote for this last form. The first is so easier to remember. Patrick - Check out the new SourceForge.net M

Re: [xHarbour-developers] Changelog: 2008-06-04 21:46 UTC-0800 Luis Krause Mantilla

2008-06-05 Thread Patrick Mast, xHarbour.com
Hey Luis, I get this error: common.mak(634) : fatal error U1023: syntax error in expression Building with make_vc.bat Patrick On Thu, Jun 5, 2008 at 6:48 AM, Luis Krause Mantilla <[EMAIL PROTECTED]> wrote: > 2008-06-04 21:46 UTC-0800 Luis Krause Mantilla /*dot*/ ca> > * makefile.dc > * make

Re: [xHarbour-developers] anybody can help to solve this:

2008-06-05 Thread Patrick Mast, xHarbour.com
Ron, > It's a very low priority issue, which I didn't have time to review. > If I get some free time I'll try to review. Well.. This issue makes me force to use a Function or Procedure if I have programming error's in a extended codeblock. I than transform it to a function, just to see where the

Re: [xHarbour-developers] make_b32

2008-06-05 Thread Patrick Mast, xHarbour.com
Brian, > I was expecting to build just the core and rddads, but first I wanted > to make sure it was a CLEAN build so I ran > MAKE_B32 CLEAN > After deleting appropriate files, this then jumps into compiling EVERYTHING. > Is this really the syntax we want? Shouldn't Clean only do that? > Otherwis

[xHarbour-developers] Error building RDD_ADS with MSVC

2008-06-04 Thread Patrick Mast, xHarbour.com
Hello, Building rdd_ads with current CVS with MSVC, I get this error: contrib\rdd_ads\ads1.c(53) : warning C4005: 'HB_OS_WIN_32_USED' : macro redefinition command-line arguments : see previous definition of 'HB_OS_WIN_32_USED' d:\xharbour\contrib\rdd_ads\rddads.h(66) : fatal error C1083:

Re: [xHarbour-developers] 2008-06-03 16:10 UTC-0800 Luis Krause Mantilla

2008-06-04 Thread Patrick Mast, xHarbour.com
Luis, Brian, Viktor, Thank you for all your work on RDDADS! Patrick On Wed, Jun 4, 2008 at 1:14 AM, Luis Krause Mantilla <[EMAIL PROTECTED]> wrote: > 2008-06-03 16:10 UTC-0800 Luis Krause Mantilla /*dot*/ ca> > * makefile.bc > * makefile.dc > * makefile.gc > * makefile.vc > * makefile.wc >

[xHarbour-developers] New release

2008-05-30 Thread Patrick Mast, xHarbour.com
Hey guys, How close are we to a new release? Who has pending code and/or fixes need to be done before we cn release? Can you guys give me an estimate time frame? Brian. are you working on ADS? Paul, are you working on GT? Ron, are you working on more fixes? Thanks! Patrick -

Re: [xHarbour-developers] Proposal for replacing -w2 with -w inmakefile

2008-05-25 Thread Patrick Mast, xHarbour.com
Hi, I think we should FIX -W2 warnings instead of trying to hide them. Ron? Did you not plan to take a closer look at the -Wx engine in xHarbour? Patrick - This SF.net email is sponsored by: Microsoft Defy all challenges. M

Re: [xHarbour-developers] Debug question

2008-05-23 Thread Patrick Mast, xHarbour.com
Hey Phil, Oh, I feel so silly ;-) Thanks! Patrick > 2008/5/23 Patrick Mast, xHarbour.com <[EMAIL PROTECTED]>: >> Been hunting a bug since a few days now in our application. >> >> I was thinking.. It would have helped me a lot if this is possible: >> Knowing wha

[xHarbour-developers] Debug question

2008-05-23 Thread Patrick Mast, xHarbour.com
Hello, Been hunting a bug since a few days now in our application. I was thinking.. It would have helped me a lot if this is possible: Knowing what source code line in our changed the value of a variable. I'm thinking of a window where I can put in a variablename and see when the var's value cha

[xHarbour-developers] Time for a release?

2008-05-19 Thread Patrick Mast, xHarbour.com
Hello all, User feedback on bugs seems to be low at this point. Are we ready for a new release? Shall we start with a release freeze or do you guys have pending commits? Thanks! Patrick - This SF.net email is sponsored by:

Re: [xHarbour-developers] xharbour port for LibHaru PDF creation library is ready

2008-05-19 Thread Patrick Mast, xHarbour.com
Andi, > I'll soon upload a stand-alone harupdf.lib which do not require > downloads of foreign libs. I'll upload whole libharu and png libs > AS IS plus wrappers borrowed from Harbour. Fortunately we have had ZLIB > incorporated. Good idea! Patrick --

Re: [xHarbour-developers] ChangeLog 2008-05-14 10:40 UTC+0300 Phil Krylov

2008-05-14 Thread Patrick Mast, xHarbour.com
Hey Phil, Ok, thanks for your answer. ;-) Patrick On Wed, May 14, 2008 at 3:08 PM, Phil Krylov <[EMAIL PROTECTED]> wrote: > Hi, > > > On 14/05/2008, Patrick Mast, xHarbour.com <[EMAIL PROTECTED]> wrote: > > > 2008-05-14 10:40 UTC+0300 Phil Krylo

Re: [xHarbour-developers] ChangeLog 2008-05-14 10:40 UTC+0300 Phil Krylov

2008-05-14 Thread Patrick Mast, xHarbour.com
Hello Phil, > 2008-05-14 10:40 UTC+0300 Phil Krylov > * source/vm/thread.c > ! Fixed segfault on thread creation after changes to struct hb_struSymbol. I was preparing a new BETA build for xHarbour Builder. Do you think I should recompile my builds including this fix? Thank you Phil! Pat

Re: [xHarbour-developers] New BAT files

2008-05-12 Thread Patrick Mast, xHarbour.com
Hey Enrico, >> My compliments for the new BAT make files. They look, feel and work so >> nice! Thank you Andi, Ron and Enrico! > I have no merit at all. Credits entirely go to Andi. Testing is ALSO important! ;-) Patrick -

[xHarbour-developers] New BAT files

2008-05-12 Thread Patrick Mast, xHarbour.com
Hi, My compliments for the new BAT make files. They look, feel and work so nice! Thank you Andi, Ron and Enrico! Patrick - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting ev

[xHarbour-developers] Error building CVS

2008-05-11 Thread Patrick Mast, xHarbour.com
Hello, Building a CLEAN CVS xharbour with MSVC8 I get this error: contrib\wvtgui\wvtcore.c(149) : error C2102: '&' requires l-value Patrick - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this

[xHarbour-developers] Changes in Harbour

2008-05-07 Thread Patrick Mast, xHarbour.com
Hello, Viktor did some changes in Harbour which i think are usefull also fr xHarbour Like: * contrib/rddads/ads.ch * contrib/rddads/rddads.h * contrib/rddads/ads1.c * contrib/rddads/adsfunc.c * contrib/rddads/adsmgmnt.c + Added ACE version autodetection. You can override with

[xHarbour-developers] Descend() with Turkish codepage bug?

2008-04-30 Thread Patrick Mast, xHarbour.com
Hello, This is a reduced sample that shows a bug in a Index that uses Descend() REQUEST DBFCDX REQUEST DESCEND REQUEST HB_CODEPAGE_ETWIN PROCEDURE Main() rddsetdefault('DBFCDX') hb_setcodepage('ETWIN') dbCreate("temp",{{"NUM","C",3,0}}) USE temp INDEX temp INDEX ON num

Re: [xHarbour-developers] Error building xHarbour Builder

2008-04-30 Thread Patrick Mast, xHarbour.com
Ron, Andi, Ok, thanks. I got this error when building from scratch xH.org CVS. Now I know where I need to look to see what goes wrong. Patrick On Wed, Apr 30, 2008 at 10:37 AM, Andi Jahja <[EMAIL PROTECTED]> wrote: > On Wed, 30 Apr 2008 08:56:27 +0200 > "Patrick Mast, xHar

[xHarbour-developers] Error building xHarbour Builder

2008-04-29 Thread Patrick Mast, xHarbour.com
Hello, Building xHarbour Builder I get this error: xLINK: error: Unresolved external symbol '_hb_pp_setStdRules'. xLINK: fatal error: 1 unresolved external(s). I can't seem to find the source code for _hb_pp_setStdRules. Where do I need to look? Thanks! Patrick -

Re: [xHarbour-developers] 2008-04-29 08:10 UTC-0430 Ron Pinkas

2008-04-29 Thread Patrick Mast, xHarbour.com
Ron, Andi, > 2008-04-29 08:10 UTC-0430 Ron Pinkas > * make_vc.bat > + Added needed /Y to xcopy or xcopy will HANG because of > NUL > > Batch files for other compilers should be synched. > For your information. Just started with a fresh clean xHarbour.org CVS install and makallvc.bat worked

Re: [xHarbour-developers] [Harbour] Example more simple that shows how we lose memory and speed

2008-04-28 Thread Patrick Mast, xHarbour.com
Miguel, > please add fmstat as first library to > activate memory function Ok, now I get: We lost 48311 Bytes Elapsed time 7.18 Patrick - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this

Re: [xHarbour-developers] [Harbour] Example more simple that shows how we lose memory and speed

2008-04-28 Thread Patrick Mast, xHarbour.com
Hey Miguel, > more simple test to see the problem: I ran your test with xHarbour Builder compiled with latest xH.org CVS code and got this result: We lost 0 Bytes Elapsed time 6.27 Patrick - This SF.net email is sponsored

Re: [xHarbour-developers] Please Welcome Reinaldo Cres po-Bazán (Repost :-))

2008-04-26 Thread Patrick Mast, xHarbour.com
Welcome aboard Reinaldo! ;-) On Sun, Apr 27, 2008 at 2:31 AM, Andi Jahja <[EMAIL PROTECTED]> wrote: > Hello Guys, > > Reinaldo has just joined us in xHarbour project. > > Reinaldo will be contributing to enhance xHarbour RDDADS. > He has been collaborating with Brian for some time now particula

[xHarbour-developers] Bug compatible?

2008-04-25 Thread Patrick Mast, xHarbour.com
Hi, This is from a xHarbour Builder customer: //- I have a very large application that I have been converting to xHarbour. In debugging the system I have found several compatibility between the Clipper (S87/C5x) RT (run-time) and the xHarbour runtime. In the Clipper

[xHarbour-developers] Error building with BCC

2008-04-25 Thread Patrick Mast, xHarbour.com
Hello, I get this error building latest CVS with Borland: bcc32 -c -O2 -I..\..\include -DHB_WIN32_IO -o..\..\obj\b32\gtwvw.obj gtwvw.c Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland gtwvw.c: Error E2141 gtwvw.c 395: Declaration syntax error Error E2147 gtwvw.c 411: 'gt_Init' cannot

Re: [xHarbour-developers] Next version number

2008-04-25 Thread Patrick Mast, xHarbour.com
reporter/index.asp?page=list > > Best regards, > Miguel Angel marchuet > > Patrick Mast, xHarbour.com escribió: > > > > Hi, > > > > What will be xHarbour's next version number? > > > > Looking at all what's changed since version 1.01 BETA

Re: [xHarbour-developers] Next version number

2008-04-25 Thread Patrick Mast, xHarbour.com
Anyone?? On Sat, Apr 19, 2008 at 4:10 PM, Patrick Mast, xHarbour.com <[EMAIL PROTECTED]> wrote: > Hi, > > What will be xHarbour's next version number? > > Looking at all what's changed since version 1.01 BETA, I don't think > we can have a small increm

Re: [xHarbour-developers] Please Welcome Reinaldo Cres po-Bazán

2008-04-25 Thread Patrick Mast, xHarbour.com
Welcome aboard Reinaldo! Good to see you here! Patrick On Fri, Apr 25, 2008 at 6:27 AM, Vicente Guerra <[EMAIL PROTECTED]> wrote: > On Fri, 25 Apr 2008, Andi Jahja wrote: > > Reinaldo has just joined us in xHarbour project. > > Reinaldo will be contributing to enhance xHarbour RDDADS. > > He h

[xHarbour-developers] Next version number

2008-04-19 Thread Patrick Mast, xHarbour.com
Hi, What will be xHarbour's next version number? Looking at all what's changed since version 1.01 BETA, I don't think we can have a small incremental increase of our version number. I mean, if latest official version is 1.01 BETA, changes are so huge we can not just call next xHarbour 1.02 BETA.

Re: [xHarbour-developers] Unresolved externals

2008-04-18 Thread Patrick Mast, xHarbour.com
Andi, > > Why do we need HBZIB.LIB? > We do not need HBZIB.LIB but we need ZLIB.LIB What is HBZip.LIB for? Patrick - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event.

Re: [xHarbour-developers] Unresolved externals

2008-04-18 Thread Patrick Mast, xHarbour.com
Guys, > We should use/link BOTH ZLIB.LIB and HBZIP.LIB. > (there has never been a HBZLIB.LIB though) I wonder.. If WE get confused by those LIB-names, imagine how our users feel ;-) Why do we need HBZIB.LIB? Patrick - Th

Re: [xHarbour-developers] Unresolved externals

2008-04-18 Thread Patrick Mast, xHarbour.com
Hello Enrico, Should you not use ZLIB.LIB instead of HBZLIB.LIB? Patrick > fivehx.lib + > fivehc.lib + > rtl.lib + > vm.lib + > common.lib + > gtgui.lib + > lang.lib + > rdd.lib + > usrrdd + > dbffpt.lib + > dbfntx.lib + > dbfcdx.lib + > rdds.lib + > hbsix.lib + > macro.lib + > p

[xHarbour-developers] AChoice bug

2008-04-12 Thread Patrick Mast, xHarbour.com
Hello, This sample works in Clipper5 but gives error in xHarbour //-- PROCEDURE Main LOCAL MenuItems[5] MenuItems[1] = "Test 1" MenuItems[2] = "Test 2" MenuItems[3] = "Test 3" achoice(0,0,10,10,MenuItems) RETURN //- Error BASE/1127 Argu

Re: [xHarbour-developers] Can not compile PRG with long array

2008-04-12 Thread Patrick Mast, xHarbour.com
Ron, > It's just too long, you need to split it into few blocks. What's the maximum size per "block"? And why is there a maximum? Patrick - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this

Re: [xHarbour-developers] Can not compile PRG with long array

2008-04-12 Thread Patrick Mast, xHarbour.com
Hey Andi, > You must be kidding ?? > I do not think we can even compile the flwg code in xHarbour/Clipper: > ---8<--- > proc main > > local a := {"abc" > } > ---8<--- > It is a C format, no?. But I would love it very much if we can make it > work in xHarbour (Ron?) :-) No no!

[xHarbour-developers] Can not compile PRG with long array

2008-04-12 Thread Patrick Mast, xHarbour.com
Hello, I have some trouble compiling a long string that should make up a long array. If I change the code to use Aadd(...) on every line, it works. Maybe the compiler can not handle that long lines? Patrick. The error: Test.prg(248) Error E0007 Unterminated string: 'Tokelau-eilan' Test.prg(252

[xHarbour-developers] New Release?

2008-04-11 Thread Patrick Mast, xHarbour.com
Hey guys, How close are we to a new release? I suggest to make a new BETA release first as this gives us the opportunity to fine tune current CVS code. Our users are our best testers. ;) What needs to be done before we can start building a new BETA release? Thanks! Patrick

Re: [xHarbour-developers] Warnings

2008-04-10 Thread Patrick Mast, xHarbour.com
Hey Enrico, > Dear friends, there are still many warnings in latest xHarbour from CVS like > source\rtl\getsys.prg(371) Warning W0003 Variable: 'XDUMMY' declared but > not used in function: 'RANGECHECK(329)' > Do you think it's worth to fix them? If yes, I could do it. Yes, I think so. I alwa

Re: [xHarbour-developers] ChangeLog 2008-04-06 00:30 UTC+0300 Phil Krylov

2008-04-05 Thread Patrick Mast, xHarbour.com
Hey Phil, How far are we from completion of the new GT? We projected end of March when you started. Not to pressure you, just need to know to be able to plan for a new release. Thanks! Patrick On Sat, Apr 5, 2008 at 10:33 PM, Phil Krylov <[EMAIL PROTECTED]> wrote: > 2008-04-06 00:30 UTC+0300 Ph

Re: [xHarbour-developers] Multiplatform database front end for xharbour

2008-04-04 Thread Patrick Mast, xHarbour.com
Thanks. On Fri, Apr 4, 2008 at 7:15 PM, Ron Pinkas <[EMAIL PROTECTED]> wrote: > Hi Guys, > > It's been few months since I gave developer access to Massimo. These > rights were given specifically to allow him to contribute SYNCH of > fixes between CVS branches, as he volunteered to do. Not a sin

Re: [xHarbour-developers] changes to KEYBOARD with new GT

2008-04-03 Thread Patrick Mast, xHarbour.com
Hello, > what about asking harbour crew if they'd like to make your change as well? If possible, I'm also in favour of having a "portable" GT between [x]Harbour, just like RDD. Patrick - Check out the new SourceForge.net M