[Harbour] 2008-12-02 13:48 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-12-02 Thread Przemyslaw Czerpak
2008-12-02 13:48 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/common/hbstr.c * harbour/config/w32/xcc.cf ! fixed XCC compilation * harbour/contrib/gtwvg/wvgwin.c ! changed _MAX_PATH to MAX_PATH - not all compilers support _MAX_PATH best regards Przemek _

[Harbour] 2008-12-02 11:27 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-12-02 Thread Przemyslaw Czerpak
2008-12-02 11:27 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/xhb/Makefile * harbour/contrib/xhb/common.mak + harbour/contrib/xhb/xhbarr.c + added aSplice(), aRemove() and aMerge() functions - code borrowed from xHarbour by Ron Pinkas. ! fixed GPF trap

Re: [Harbour] about close in gtwvg

2008-12-02 Thread Massimo Belgrano
you can go to a row where you have follow command: QUIT 2008/12/2 Ciro Vargas Clemow <[EMAIL PROTECTED]> > > Hi all: > > if I don't want close the program clicking on close button(upper right). > > What can I do? > > regards > Ciro > > > -- > http://sistemascvc.tripod.com (la casa del clip2win

[Harbour] about close in gtwvg

2008-12-02 Thread Ciro Vargas Clemow
Hi all: if I don't want close the program clicking on close button(upper right). What can I do? regards Ciro -- http://sistemascvc.tripod.com (la casa del clip2win y nodosimp / the no2imp and clip2win home ) http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )

[Harbour] Building xhgtk library

2008-12-02 Thread Barry Jackson
I am trying to build xhgtk library in Linux. I have extracted xhgtk_20080616.zip to /home/baz/xhgtk then:- [EMAIL PROTECTED] xhgtk]$ ./build.sh bash: ./build.sh: Permission denied If I make build.sh executable, then:- [EMAIL PROTECTED] xhgtk]$ ./build.sh : command

Re: [Harbour] about close in gtwvg

2008-12-02 Thread Pritpal Bedi
Hi Ciro Vargas Clemow wrote: > > if I don't want close the program clicking on close button(upper right). > hb_gtInfo( HB_GTI_CLOSABLE, .F. ) Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/about-close-in-gtwvg-tp20792138p20794110.html Sent from the Harbour - D

[Harbour] Re: Building xhgtk library Click to flag this post

2008-12-02 Thread Rodrigo Miguel
Hi, Try just: make Regards Rodrigo ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] 2008-11-30 23:05 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-12-02 Thread Przemyslaw Czerpak
On Sun, 30 Nov 2008, Pritpal Bedi wrote: Hi Pritpal, > * harbour/contrib/gtwvg/tests/demowvg.prg > + Added functionality of new classes. > ; TOFIX: harbour/contrib/gtwvg/wvggui.c > Przemek, can you please look into this stripped down > version of gtwvg.c. It ha

[Harbour] BMDBFCDX

2008-12-02 Thread Abeb
as I understand this RDD should work as follows. mAry := { 10,20,40} BM_DBSETFILTERARRAY( MARY ) go top // record 10 <<---error here skip //record 20 go bottom //record 40 browse() //see just these 3 records but i get an error ERROR BASE/1004 No exported method: EVAL -- View this

Re: [Harbour] Re: Building xhgtk library Click to flag this post

2008-12-02 Thread Barry Jackson
That seems to try to compile errorsys.prg - [EMAIL PROTECTED] xhgtk]$ make /harbour source/errorsys.prg -b -m -n -w -I -Iinclude -oobj/errorsys.c make: /harbour: Command not found make: *** [obj/errorsys.c] Error 127 - The README says :- Building the library - Linux/U

Re: Re: [Harbour] Building xhgtk library Click to flag this post

2008-12-02 Thread Barry Jackson
OK slowly getting somewhere - the 'make' is now getting further after spending all night sorting out the paths. Now installing gtk. Barry Jackson wrote: > > I have tried setting the env vars for the paths as suggested > in the README to the locations that I think Harbour uses, but > that breaks