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

2009-03-24 Thread druzus
Revision: 10687 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10687&view=rev Author: druzus Date: 2009-03-25 01:43:16 + (Wed, 25 Mar 2009) Log Message: --- 2009-03-25 02:49 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/tests/speedts

Re: [Harbour] Embedding 3rd party projects

2009-03-24 Thread Viktor Szakáts
Hi Chen, You're right the scope widens. Updating 3rd party stuff in Harbour isn't a terribly difficult job (most of the time), at least for those projects I had in mind adding, which is just a few. To keep things under control, IMO we should only add really basic libs, which are dependencies of man

Re: [Harbour] testhtml

2009-03-24 Thread Vailton Renato
See modified ShowResult() function in: http://www.harbour-project.org/samples/testhtml.prg.html Vailton Renato "Quem é fiel no mínimo, é também fiel no muito..." ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailma

Re: [Harbour] testhtml

2009-03-24 Thread ABIX Adam Jurkiewicz
Vitor Mangabeira pisze: > Hi All, > > I´ve been testing testhtml.prg from harbour/tests/ by compiling with Read http://httpd.apache.org/docs/1.3/misc/FAQ-F.html#premature-script-headers Best regards, Adam -- ABIX - Linuksowe Systemy Wspomagania Biznesu www.abix.info.pl Gadu-Gadu: 302315 Skype

[Harbour] testhtml

2009-03-24 Thread Vitor Mangabeira
Hi All, I´ve been testing testhtml.prg from harbour/tests/ by compiling with "hbmk2 testhtml" and copying the resulting binary to cgi-bin folder of apache. In both wndows and linux env I got same error: internal server error 500 Premature end of script headers: testhtml I´d like to know what I am

[Harbour] box characters in wcecon

2009-03-24 Thread AbeB
Hi All. any help on getting the box characters displayed on wcecon ( running wince) instead of that little box placeholder? Thanks, Abe -- View this message in context: http://n2.nabble.com/box-characters-in-wcecon-tp2528256p2528256.html Sent from the harbour-devel mailing list archive at Na

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

2009-03-24 Thread druzus
Revision: 10686 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10686&view=rev Author: druzus Date: 2009-03-24 17:28:02 + (Tue, 24 Mar 2009) Log Message: --- 2009-03-24 18:34 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/tb

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

2009-03-24 Thread druzus
Revision: 10685 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10685&view=rev Author: druzus Date: 2009-03-24 12:21:37 + (Tue, 24 Mar 2009) Log Message: --- 2009-03-24 13:27 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/gt

Re: [Harbour] hbqt.lib - How to build

2009-03-24 Thread Massimo Belgrano
How can build hbqt library? set HB_INC_QT=C:\devl\Qt\2009.01\qt\include set HB_DIR_QT=C:\devl\Qt\2009.01\qt HB_CONTRIB_ADDONS=hbqt c:\harbour\contrib\hbqt>make "The 'hbqt' library ignored." 2009/3/19 Viktor Szakáts : > Hi Pritpal, > >> I have put in batch file: >> >> set HB_INC_QT=C:\devl\Qt\200

Re: [Harbour] error in hbwin ole with msvc

2009-03-24 Thread Francesco Saverio Giudice
Hi Przemek, Il 23/03/2009 23.55, Przemyslaw Czerpak ha scritto: No. It was not even my intetion to make any fixes. I just simply corrected casting to pacify MinGW build warnings. Nothing more. This whole code is waiting for someone who will rewrite it from scratch. There are many things inside

Re: [Harbour] Embedding 3rd party projects

2009-03-24 Thread Chen Kedem
Viktor, > I'd welcome opinions from everyone. Personally I don't think we should add every 3rd party library in the market to the Harbour repository. There are endless features out there that are "nice to have", but not every such tool need to have wrapper functions in this project. Look at th