Re: [Harbour] Collectible pointers

2008-02-11 Thread Ryszard Głąb
Przemyslaw Czerpak <[EMAIL PROTECTED]> napisał(a): > I think that it will greatly reduce possible mistakes and also your > first example will work as you wanted. hb_gcLock()/hb_gcUnlock() are > a little bit too low level for me if possible then they should be > eliminated from 3-rd party API. > >

Re: [Harbour] Re: Fix it quickly

2008-02-02 Thread Ryszard Głąb
David Arturo Macias Corona <[EMAIL PROTECTED]> napisał(a): > Using > make_gnu.cmd clean > result in messages like these: > --- > SYS0002: The system cannot find the file specified. > Error occurred while processing: os2\gcc*.*. I have restored double back

[Harbour] Changelog 2008-02-02 23:40 UTC+0100 Ryszard Glab

2008-02-02 Thread Ryszard Głąb
2008-02-02 23:40 UTC+0100 Ryszard Glab (harbour//rglab.pl) * config/os2/global.cf * restored double backslash in deletion command Regards, Ryszard ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/list

[Harbour] Changelog 2008-02-01 17:35 UTC+0100 Ryszard Glab

2008-02-01 Thread Ryszard Głąb
2008-02-01 17:35 UTC+0100 Ryszard Glab (harbour//rglab.pl) * config/lib.cf * fixed to correctly list the source of installed library Regards, Ryszard ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/l

[Harbour] Changelog 2008-02-01 12:25 UTC+0100 Ryszard Glab

2008-02-01 Thread Ryszard Głąb
2008-02-01 12:25 UTC+0100 Ryszard Glab * config/os2/global.cf * fixed to delete single library during 'clean' when command shell is used Regards, Ryszard ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.o

[Harbour] Changelog 2008-02-01 02:35 UTC+0100 Ryszard Glab

2008-01-31 Thread Ryszard Głąb
2008-02-01 02:35 UTC+0100 Ryszard Glab * config/lib.cf * added vpath to search target libraries in lib// * config/darwin/global.cf * config/hpux/global.cf * config/dos/global.cf * config/linux/global.cf * config/os2/global.cf * config/sunos/global.cf * config/bsd/glo

[Harbour] Changelog 2008-01-31 18:47 UTC+0100 Ryszard Glab

2008-01-31 Thread Ryszard Głąb
2008-01-31 18:47 UTC+0100 Ryszard Glab * config/hpux/gcc.cf * config/darwin/gcc.cf * config/dos/owatcom.cf * config/dos/watcom.cf * config/dos/bcc16.cf * config/dos/rsx32.cf * config/dos/djgpp.cf * config/linux/owatcom.cf * config/linux/gcc.cf * config/os2/gcc.cf *

[Harbour] Changelog

2008-01-31 Thread Ryszard Głąb
2008-01-31 17:40 UTC+0100 Ryszard Glab * config/w32/mingw32.cf * fixed library name mainstd -> hbmainstd Regards, Ryszard ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Changelog 2008-01-31 13:00 UTC+0100 Ryszard Glab

2008-01-31 Thread Ryszard Głąb
2008-01-31 13:00 UTC+0100 Ryszard Glab * source/rdd/Makefile * config/global.cf * added HB_LIB_DIRS with a list of valid RDD subdirectories (HB_LIB_DRIVERS stores the list of valid RDD libraries) Regards, Ryszard ___ Harbour mailing

[Harbour] Changelog 2008-01-31 12:40 UTC+0100 Ryszard Glab

2008-01-31 Thread Ryszard Głąb
2008-01-31 12:40 UTC+0100 Ryszard Glab * doc/howtosvn.txt * svn update does not report locally modified files - it is required to run 'svn status' to list all changed files * config/lib.cf * config/bin.cf * config/darwin/gcc.cf * config/darwin/global.cf * config/hp

Re: [Harbour] CHANGELOG: 2008-01-26 11:00 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

2008-01-28 Thread Ryszard Głąb
Szakáts Viktor <[EMAIL PROTECTED]> napisał(a): > Hi all, > > Any opinions on resolving this problem by removing > 'hb' from the libname to create the path under /source/, > and at the same time to rename 'source/codepage' into 'source/cpage', > 'source/compiler' into 'source/cplr', 'source/rdd/nuls

Re: [Harbour] Happy new year!!!

2008-01-01 Thread Ryszard Głąb
Happy new year for all harbour users and their families. I hope this will be a good year for harbour too. Regards, Ryszard ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] CaseStudy: an alternative to Hungarian notation for a High-Level language such as [x]Harbour

2007-12-18 Thread Ryszard Głąb
"frank van nuffel" <[EMAIL PROTECTED]> napisał(a): > According to it, given a class named someClass, an instance thereof named > instanceOfSomeClass and a message someMessage, writing > > instanceOfSomeClass . someClass:: someMessage() > > appeared to me being not only more informative to the huma