Re: [Harbour] Re: About Harbour Documentation

2010-02-17 Thread Bacco
IMHO, it would be simpler to create a simple tool to parse the NanForum format into a database, for example. From the database, we could use php into a site to show and search the documentation, and so on. The same kind of tools could generate many other formats, suitable to other uses. If someday

RE: [Harbour] Re: About Harbour Documentation

2010-02-17 Thread Pritpal Bedi
Hi First-timer on users list. If this helps in any way, pages auto generated from the Harbour source tree ( a little older ) but depicts some usage can be achieved: http://harbour.vouch.info/ Regards Pritpal Bedi, a student of software analysis and design http://www.vouch.in | Vou

Re: [Harbour] Re: About Harbour Documentation

2010-02-17 Thread Daniel Gonçalves
Ok! I'll use the "golden rule" of open-source world with my proposal: "release early, release often"! I've published an example of what we can achieve with Sphinx. But first, keep in mind that it's a less than 3 hour work without a good view of "what next". I talk this afternoon with Vailton about

[Harbour] SF.net SVN: harbour-project:[13907] trunk/harbour

2010-02-17 Thread vouchcac
Revision: 13907 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13907&view=rev Author: vouchcac Date: 2010-02-18 02:20:00 + (Thu, 18 Feb 2010) Log Message: --- 2010-02-17 18:13 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) + contrib/hbide/resources/blo

Re: [Harbour] GCC distribution

2010-02-17 Thread Bruno Luciani
Yes of course I am using GCC but I need and standalone version to redistribute it . Bruno 2010/2/17 smu johnson > Well... are you using Ubuntu? > > sudo apt-get install build-essential > ___ Harbour mailing list (attachment size limit: 40KB) Harbour@h

[Harbour] SF.net SVN: harbour-project:[13906] trunk/harbour

2010-02-17 Thread druzus
Revision: 13906 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13906&view=rev Author: druzus Date: 2010-02-17 23:01:58 + (Wed, 17 Feb 2010) Log Message: --- 2010-02-18 00:01 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/harbour.spec

Re: [Harbour] Re: About Harbour Documentation

2010-02-17 Thread Viktor Szakáts
> 2010/2/17 Viktor Szakáts : >> Such topic really belongs here, not the users' list. > we can't impose limitation in argument on userlist > freedom is magic word, or nobody stay in user list >> I only had a short peek into it, but IMO it's not best >> direction to start evaluating (for the 10th tim

Re: [Harbour] Re: About Harbour Documentation

2010-02-17 Thread Massimo Belgrano
2010/2/17 Viktor Szakáts : > Such topic really belongs here, not the users' list. we can't impose limitation in argument on userlist freedom is magic word, or nobody stay in user list > I only had a short peek into it, but IMO it's not best > direction to start evaluating (for the 10th time) all >

Re: [Harbour] Re: About Harbour Documentation

2010-02-17 Thread Viktor Szakáts
> In harbour user group we have an interesting event relating to > harbour doc Daniel Gonçalves have give his availability for give us a > path for Having Documentation > http://www.mail-archive.com/harbour-us...@harbour-project.org/msg00335.html Such topic really belongs here, not the users' lis

Re: [Harbour] Re: About Harbour Documentation

2010-02-17 Thread Massimo Belgrano
In harbour user group we have an interesting event relating to harbour doc Daniel Gonçalves have give his availability for give us a path for Having Documentation http://www.mail-archive.com/harbour-us...@harbour-project.org/msg00335.html so now i suggest a common way between way of Daniel Gonçalv

Re: [Harbour] Re: About Harbour Documentation

2010-02-17 Thread Vailton Renato
Hi! > 1) What is wxweb ? It shows a list of functions but tells nothing about what > is or how to use it. If the wxWeb is a LIB for programming CGI and ISAPI I developed some years ago for use with XHB and I'm porting it to HB. It is free and open source: http://code.google.com/p/wxweb/ > 2) Wha

Re: [Harbour] Re: I want to participate

2010-02-17 Thread francesco perillo
I'm for Bacco style: a lot of different sample, easily buitable, that deeply exploit all possibilities of an object. Are there 3 button styles ? A demo of buttons with all three present in the form, or three different forms ___ Harbour mailing list (attac

Re: [Harbour] Re: About Harbour Documentation

2010-02-17 Thread Viktor Szakáts
Hi, >> What do you think? >> >> Regards, >> Vailton Renato > > Nice ! > Two questions comes to mind... > > 2) What would be the methodology to update harbour/doc files in a > collaborative way ? They should be committed to SVN just like code changes. Either directly by authors (if they have

Re: [Harbour] GCC distribution

2010-02-17 Thread smu johnson
Well... are you using Ubuntu? sudo apt-get install build-essential On Wed, Feb 17, 2010 at 11:11 AM, Bruno Luciani wrote: > anybody knows where I can find an standalone Linux GCC distribution ? > > Similar to Mingw format distribution ? > > I need a basic compiler to add to a harbour qt project.

[Harbour] Re: About Harbour Documentation

2010-02-17 Thread Angel Pais
El 17/02/2010 16:13, Vailton Renato escribió: Hi all! I have already worked for some time building scripts what convert the existing documentation in harbor/doc exporting it to an HTML format in order to integrate it into the Harbour site. Today it has several pieces of this puzzle already fini

[Harbour] Re: About Harbour Documentation

2010-02-17 Thread Pritpal Bedi
Vailton Renato wrote: > > I have already worked for some time building scripts what convert the > existing documentation in harbor/doc exporting it to an HTML format in > order to integrate it into the Harbour site. > Nice job Vailton. Keep it up. - enjoy hbIDEing...

Re: [Harbour] About Harbour Documentation

2010-02-17 Thread Rossine
Hello vailton, Vailton Renato wrote: > > Hi all! > > I have already worked for some time building scripts what convert the > existing documentation in harbor/doc exporting it to an HTML format in > order to integrate it into the Harbour site. > > Today it has several pieces of this puzzle alr

[Harbour] SF.net SVN: harbour-project:[13905] trunk/harbour

2010-02-17 Thread druzus
Revision: 13905 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13905&view=rev Author: druzus Date: 2010-02-17 19:11:16 + (Wed, 17 Feb 2010) Log Message: --- 2010-02-17 20:11 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbdef

[Harbour] GCC distribution

2010-02-17 Thread Bruno Luciani
anybody knows where I can find an standalone Linux GCC distribution ? Similar to Mingw format distribution ? I need a basic compiler to add to a harbour qt project. Thanks for any Idea ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harb

Re: [Harbour] About Harbour Documentation

2010-02-17 Thread Viktor Szakáts
Hi Vailton, Very nice layout. It's definitely a very good direction to follow. I'd say go for it. Brgds, Viktor On 2010 Feb 17, at 19:13, Vailton Renato wrote: > Hi all! > > I have already worked for some time building scripts what convert the > existing documentation in harbor/doc exporting

[Harbour] About Harbour Documentation

2010-02-17 Thread Vailton Renato
Hi all! I have already worked for some time building scripts what convert the existing documentation in harbor/doc exporting it to an HTML format in order to integrate it into the Harbour site. Today it has several pieces of this puzzle already finished and the last that I lack is to adjust the l

[Harbour] SF.net SVN: harbour-project:[13904] trunk/harbour

2010-02-17 Thread vszakats
Revision: 13904 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13904&view=rev Author: vszakats Date: 2010-02-17 17:07:20 + (Wed, 17 Feb 2010) Log Message: --- 2010-02-17 18:02 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbdyn.ch * src

Re: [Harbour] SF.net SVN: harbour-project:[13894] trunk/harbour

2010-02-17 Thread Viktor Szakáts
Hi Xavi, On 2010 Feb 17, at 16:00, Xavi wrote: > Hi Viktor, > >> even in the Windows API set. Dyn function engine >> should not pose extra limitation here. > > Well, I don't like limitations but in this case exist RAW type and I suppose > is appropriate for structures and arrays type TCHAR**,

[Harbour] SF.net SVN: harbour-project:[13903] trunk/harbour

2010-02-17 Thread vouchcac
Revision: 13903 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13903&view=rev Author: vouchcac Date: 2010-02-17 15:33:33 + (Wed, 17 Feb 2010) Log Message: --- 2010-02-17 07:28 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) + contrib/hbide/resources/blo

[Harbour] Re: SF.net SVN: harbour-project:[13896] trunk/harbour

2010-02-17 Thread Pritpal Bedi
Sorry for wrong names: These will be blockcomment streamcomment blocksgl2dbl blockdbl2sgl - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/SF-net-SVN-harbour-project-13

Re: [Harbour] Errors in latest SVN

2010-02-17 Thread Viktor Szakáts
Hi, On 2010 Feb 17, at 15:49, Enrico Maria Giordano wrote: > Error E2451 ../../../dllx.c 144: Undefined symbol 'HB_DYN_CALLCONV_SYSCALL' > in function HB_FUN_DLLCALL > Error E2451 ../../../dllx.c 195: Undefined symbol 'HB_DYN_CALLCONV_SYSCALL' > in function HB_FUN_DLLPREPARECALL SVN is correct

Re: [Harbour] SF.net SVN: harbour-project:[13894] trunk/harbour

2010-02-17 Thread Xavi
Hi Viktor, even in the Windows API set. Dyn function engine should not pose extra limitation here. Well, I don't like limitations but in this case exist RAW type and I suppose is appropriate for structures and arrays type TCHAR**, seems a bit redundant. need extra translation modes, but si

[Harbour] Re: SF.net SVN: harbour-project:[13896] trunk/harbour

2010-02-17 Thread Pritpal Bedi
Hi If you can, also block and stream comments. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/SF-net-SVN-harbour-project-13896-trunk-harbour-tp4583953p4586433.html Sent f

[Harbour] Re: SF.net SVN: harbour-project:[13896] trunk/harbour

2010-02-17 Thread Pritpal Bedi
Vailton Renato wrote: > > I've been designing some new icons for hbIDE and noticed you also > posted some. I am sending to you the new files that I have with me, > see if they can be useful: > Absolutely useful, thank you. I will commit in a while. Can you two more icons, "sgl2dblquote" and "

[Harbour] Errors in latest SVN

2010-02-17 Thread Enrico Maria Giordano
Error E2451 ../../../dllx.c 144: Undefined symbol 'HB_DYN_CALLCONV_SYSCALL' in function HB_FUN_DLLCALL Error E2451 ../../../dllx.c 195: Undefined symbol 'HB_DYN_CALLCONV_SYSCALL' in function HB_FUN_DLLPREPARECALL EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectr

[Harbour] Re: I want to participate

2010-02-17 Thread Pritpal Bedi
Viktor Szakáts wrote: > > Sorry Pritpal, but it doesn't work like that to > grant R/W rights. > OK. I will commit it. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/

Re: [Harbour] SF.net SVN: harbour-project:[13894] trunk/harbour

2010-02-17 Thread Viktor Szakáts
Hi Xavi, > It's nice. About Character Data. > If the encode is UNICODE, ASCII, ANSI, NULL is the terminator: only RAW can > be 0 in the data. Not necessarily. It may happen that a .c function expects human-readable data containing nul chars, even in the Windows API set. Dyn function engine sh

Re: [Harbour] SF.net SVN: harbour-project:[13894] trunk/harbour

2010-02-17 Thread Xavi
Viktor, It's nice. About Character Data. If the encode is UNICODE, ASCII, ANSI, NULL is the terminator: only RAW can be 0 in the data. Best regards, Xavi ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.h

Re: [Harbour] SF.net SVN: harbour-project:[13894] trunk/harbour

2010-02-17 Thread Viktor Szakáts
Hi Przemek, On 2010 Feb 17, at 13:39, Przemysław Czerpak wrote: > On Wed, 17 Feb 2010, Szak�ts Viktor wrote: > > Hi Viktor, > >>> I would also suggest to use macros to declare function types and call them. >>> They should greatly reduce total code size and allow to add new calling >>> conventio

[Harbour] SF.net SVN: harbour-project:[13902] trunk/harbour

2010-02-17 Thread vszakats
Revision: 13902 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13902&view=rev Author: vszakats Date: 2010-02-17 12:19:23 + (Wed, 17 Feb 2010) Log Message: --- 2010-02-17 13:19 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/wapi_wingdi

[Harbour] SF.net SVN: harbour-project:[13901] trunk/harbour

2010-02-17 Thread vszakats
Revision: 13901 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13901&view=rev Author: vszakats Date: 2010-02-17 12:14:03 + (Wed, 17 Feb 2010) Log Message: --- 2010-02-17 13:13 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/wapi_wingdi

Re: [Harbour] SF.net SVN: harbour-project:[13900] trunk/harbour

2010-02-17 Thread rafa
vszak...@users.sourceforge.net escribió: > Revision: 13900 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13900&view=rev > Author: vszakats > Date: 2010-02-17 10:51:22 + (Wed, 17 Feb 2010) > > Log Message: > --- > 2010-02-17 11:51 UTC+0100 Viktor Sz

Re: [Harbour] SF.net SVN: harbour-project:[13894] trunk/harbour

2010-02-17 Thread Viktor Szakáts
Hi Przemek, >> 2010-02-17 03:06 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) >> * src/rtl/fstemp.c >>! Using hb_fsTempDir() in HB_FTEMPCREATEEX() instead of >> old solution. This should fix it for some non-*nix >> platforms where *nix specific TEMPDIR envvar was used >> to de

[Harbour] SF.net SVN: harbour-project:[13900] trunk/harbour

2010-02-17 Thread vszakats
Revision: 13900 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13900&view=rev Author: vszakats Date: 2010-02-17 10:51:22 + (Wed, 17 Feb 2010) Log Message: --- 2010-02-17 11:51 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/hbdyn.c ! Adj

[Harbour] SF.net SVN: harbour-project:[13899] trunk/harbour

2010-02-17 Thread vszakats
Revision: 13899 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13899&view=rev Author: vszakats Date: 2010-02-17 10:47:35 + (Wed, 17 Feb 2010) Log Message: --- 2010-02-17 11:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * tests/bldtest/bldtest.c

Re: [Harbour] Re: I want to participate

2010-02-17 Thread Viktor Szakáts
> Perfect. > > Viktor, I would like if Bocco himself commits. Sorry Pritpal, but it doesn't work like that to grant R/W rights. Brgds, Viktor ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-proj

[Harbour] SF.net SVN: harbour-project:[13898] trunk/harbour

2010-02-17 Thread vszakats
Revision: 13898 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13898&view=rev Author: vszakats Date: 2010-02-17 10:41:33 + (Wed, 17 Feb 2010) Log Message: --- 2010-02-17 11:39 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/common/hbwince.c *

[Harbour] Problems create Harbour

2010-02-17 Thread rafa
Hello, today update svn , but i have this problems; 1.- make install; break at this point; ! Installing ../../../lib/linux/gcc/libhbvmmt.a on /usr/local/lib/harbour gcc -I. -I../../../../../include -Wall -W -O3 -DHB_LEGACY_TYPES_OFF -DHB_HAS_PCRE -I/home/rafa/harbour-project/trunk/harbour/exte

Re: [Harbour] SF.net SVN: harbour-project:[13894] trunk/harbour

2010-02-17 Thread Przemysław Czerpak
On Wed, 17 Feb 2010, vszak...@users.sourceforge.net wrote: Hi Viktor, > 2010-02-17 03:06 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) > * src/rtl/fstemp.c > ! Using hb_fsTempDir() in HB_FTEMPCREATEEX() instead of > old solution. This should fix it for some non-*nix > platforms

[Harbour] SVN Rev. 13897 error compiling hbdyn.c

2010-02-17 Thread marco bra
Ubuntu 9.10 32 bits Harbour from SVN Rev: 13897 gcc -I. -I../../../../../include -Wall -W -O3 -DHB_LEGACY_TYPES_OFF -DHB_HAS_PCRE -I/usr/include -DHB_HAS_ZLIB -I/usr/include -ohbdyn.o -c ../../../hbdyn.c ../../../hbdyn.c:778: error: expected ‘)’ before ‘*’ token ../../../hbdyn.c:779: error: ex

Re: [Harbour] Error building revision 13896

2010-02-17 Thread Przemysław Czerpak
On Tue, 16 Feb 2010, Franček Prijatelj wrote: Hi > Franček Prijatelj wrote: > > Building latest revision (13896) i get following errors: > > cl.exe -I. -I../../../../../include -nologo -TP -W4 -wd4127 -Ot2b1 > > -EHs-c- -Zi -DHB_LEGACY_TYPES_OFF -DHB_TR_LEVEL_DEBUG -DUNICODE > > -Foexpropt1.o

[Harbour] SF.net SVN: harbour-project:[13897] trunk/harbour

2010-02-17 Thread druzus
Revision: 13897 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13897&view=rev Author: druzus Date: 2010-02-17 08:35:17 + (Wed, 17 Feb 2010) Log Message: --- 2010-02-17 09:35 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/common/ex