[Harbour] 2008-12-02 13:48 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
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 mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour
[Harbour] 2008-12-02 11:27 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
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 in these functions * harbour/contrib/xhb/xhbfunc.c + added CSTR() * harbour/contrib/xhb/hbcompat.ch ! changed name of xHarbour include files - they where changed few months ago and now they are the same as in Harbour. To xHarbour users: please update hbcompat.ch in xHarbour CVS * harbour/contrib/xhb/filestat.c ! fixed UNICODE compilation * harbour/contrib/xhb/hblognet.prg * harbour/contrib/xhb/hblog.prg * formatting * harbour/contrib/hbnf/tempfile.prg ! do not use HB_ISBYREF() .prg function - this function does not exist in Harbour and does not work correctly in xHarbour * harbour/include/hbapiitm.h * harbour/source/vm/macro.c * harbour/source/vm/codebloc.c * harbour/source/vm/hashes.c * harbour/source/vm/garbage.c * harbour/source/vm/itemapi.c * harbour/source/vm/memvars.c * cleanup * harbour/contrib/gtwvg/Makefile ! fixed typo * harbour/contrib/gtwvg/hbgtwvg.ch * added new line at the end of file and changed non ANSI C // comments to /* */ - this file is included by C code too. * harbour/contrib/gtwvg/wvgwin.c * harbour/contrib/gtwvg/wincallb.c * pacified some warnings and fixed possible access to uninitialized data * harbour/source/compiler/harbour.y * harbour/source/compiler/harbour.yyc ! fixed possible double freeing of memory blocks in #line directives TOMERGE[1.0] * harbour/common.mak * harbour/source/compiler/hbmain.c + harbour/source/compiler/compi18n.c * moved hb_compI18n*() functions to separate file covered by GPL with Harbour exception - Thank to Mindaugas * harbour/include/hbcomp.h * harbour/include/hbcompdf.h * harbour/include/hbexpra.c * harbour/include/hbexprop.h * harbour/include/hbexprb.c * harbour/source/common/expropt1.c * harbour/source/compiler/Makefile * harbour/source/compiler/ppcomp.c * added support for plural forms: hb_i18n_ngettext[_noop|_strict]( , | ; [, ) is accepted only as array of literal strings even if _strict suffix is missing - if it's a problem then we can change it. hb_i18n_ngettext_noop() is reduced only when it has valid parameters The default plural index expression used for reduction at compile time is: iif( == 1, 1, 2 ) If second parameter of hb_i18n_ngettext_noop() is or length is 1 then it's reduced to or acText[1] else if second parameter is with more then 1 item then it's reduced to [ iif( == 1, 1, 2 ) ] and if is literal numeric expression is farther reduced to given array item. Otherwise is not reduced and warning is generated. The plural forms in .pot files are generated as: msgid "" msgid_plural "" msgid_plural2 "" [...] msgid_pluralN "" msgstr[0] "" Then real message ID is only msgid (with context if any) and msgid_plural* is used only for information. When the same msgid is used more then once in different hb_i18n_ngettext*() calls then plural messages are merged. Please remember that for strict gettext compatibility only two plural forms are allowed. * extended i18n warnings for simple types validation, f.e.: hb_i18n_gettext( .t. ) * do not generate empty .pot file when source code does not contain any hb_i18n_*() functions * store in .pot files references to real source file names with paths respecting #include directives * use hb_compIdentifierNew() to hash i18n messages at compile time ! fixed possible bad escape encoding of i18n strings + added support to control -j[01] flag using #pragma directive Before I'll begin to work on runtime support please test these modifications and inform me about problems you can see with the above version and missing functionality. best regards Przemek ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour
Re: [Harbour] about close in gtwvg
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 y nodosimp / the > no2imp and clip2win home ) > > http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more > powerfull ) > > > ___ > Harbour mailing list > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- Massimo Belgrano Albo Nazionale Informatici Professionisti 2620 Socio 2843 Associazione Informatici prof. Analisi e sviluppo software per Lan e Web Consulenza informatica - Formazione Delta Informatica S.r.l. http://www.deltain.it Via Torelli,31 - 28100 Novara - Tel: 0321/30281 ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour
[Harbour] about close in gtwvg
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 mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour
[Harbour] Building xhgtk library
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 not found : command not found : No such file or directory '. Stop. No rule to make target `Makefile : command not found: [EMAIL PROTECTED] xhgtk]$ I have also tried the above as root although I am sure that is not needed. What am I doing wrong? -- View this message in context: http://www.nabble.com/Building-xhgtk-library-tp20793726p20793726.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour
Re: [Harbour] about close in gtwvg
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 - Dev mailing list archive at Nabble.com. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour
[Harbour] Re: Building xhgtk library Click to flag this post
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])
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 has memory leak in inkey() and > hb_gtInfo() functions. To test, just resize the window > and exit, bm, a big hb_out.log with above mem leak > entries. I am sure I just stripped some important loop > but am unable to locate where. I tried to replicated it but I cannot. Can you create small self contain example with it? best regards, Przemek ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour
[Harbour] BMDBFCDX
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 message in context: http://www.nabble.com/BMDBFCDX-tp20796838p20796838.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour
Re: [Harbour] Re: Building xhgtk library Click to flag this post
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/Unix or Mingw with Msys cd /xhgtk ./build.sh orsh build.sh I wish there was more information about the build process! I just want to USE the library with Harbour but am getting nowhere trying to install it. 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 regular Harbour compiles. Again I lack documentation. Where does Harbour get it's path info for lib, include etc.? Any help would be appreciated. Rodrigo Miguel wrote: Hi, Try just: make Regards Rodrigo ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour
Re: Re: [Harbour] Building xhgtk library Click to flag this post
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 regular Harbour compiles. > -- View this message in context: http://www.nabble.com/Re%3A-Building-xhgtk-library-Click-to-flag-this-post-tp20794596p20803655.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour