[Harbour] Re: hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-04-26 Thread Pritpal Bedi
Hi To keep a track what I have promised to fix: Editors, Skeletons, Projects and Output panel are not detachable. This is what I said last week. // These can be floatable, though, persoanlly I do not like them to hang anywhere because of always-available-same position. // Subject to group d

[Harbour] Re: hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-04-26 Thread Pritpal Bedi
Antonio Maniero wrote: > > Read http://en.wikipedia.org/wiki/Command_pattern > Read. BTW what part of the artical is relevant to what follows ? Is it ti guide me, what objects are, and, how to program them or how should these behave ? > HbIDE have a lot of inconsistencies. > Well, the

Re: [Harbour] Harbour Server Pages

2010-04-26 Thread Chen Kedem
Jorge, > 1 - How to embedd hbrun inside an application ? If you look at utils/hbrun/hbrun.prg you can see the way it works. Or you can just add it as is to your program and call the first procedure (you might want to rename it) _APPMAIN() with a file name as a parameter. You need to inspect the

Re: [Harbour] Harbour Server Pages

2010-04-26 Thread Massimo Belgrano
afaik is not ready a integration you can open in shell 2010/4/27 Jorge Aldo G. de F. Junior : > This is not what i am looking for... > > 1 - How to embedd hbrun inside an application ? > ___ > Harbour mailing list (attachment size limit: 40KB) > Harbour@

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

2010-04-26 Thread vouchcac
Revision: 14398 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14398&view=rev Author: vouchcac Date: 2010-04-27 02:00:12 + (Tue, 27 Apr 2010) Log Message: --- 2010-04-26 18:54 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbide/hbide.prg *

[Harbour] Re: hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-04-26 Thread Pritpal Bedi
Antonio Maniero wrote: > > Hi Pritpal > > I will write my first review about HbIDE. It's not a complete review and I > just want contribute to improve this potential useful tool. It's not my > intention to criticize your work, just to show my view about an IDE. Sorry > by my English and sorry i

Re: [Harbour] Re: hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-04-26 Thread Antonio Maniero
Hi Pritpal I will write my first review about HbIDE. It's not a complete review and I just want contribute to improve this potential useful tool. It's not my intention to criticize your work, just to show my view about an IDE. Sorry by my English and sorry if I lost or misunderstand something. Ha

Re: [Harbour] Harbour Server Pages

2010-04-26 Thread Jorge Aldo G. de F. Junior
This is not what i am looking for... 1 - How to embedd hbrun inside an application ? ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

R: [Harbour] Error unZipping a crypted archive

2010-04-26 Thread Maurizio la Cecilia
Hi Viktor, many thanks. All works fine now. Best regards. Maurizio > -Messaggio originale- > Da: harbour-boun...@harbour-project.org > [mailto:harbour-boun...@harbour-project.org] Per conto di > Viktor Szakáts > Inviato: lunedì 26 aprile 2010 21.14 > A: Harbour Project Main Developer L

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

2010-04-26 Thread vszakats
Revision: 14397 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14397&view=rev Author: vszakats Date: 2010-04-26 19:38:20 + (Mon, 26 Apr 2010) Log Message: --- 2010-04-26 21:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbct/dummy.c

Re: [Harbour] Naive question

2010-04-26 Thread Viktor Szakáts
Hi, It runs. If you're using default build you will need libunicows lib and unicows dll to run Harbour applications on Win9x. For this and the rest of requirements to run Harbour applications on Win9x, see INSTALL doc. [ 3rd party tools/libs may have additional limitations or Win9x requiremen

Re: [Harbour] Error unZipping a crypted archive

2010-04-26 Thread Viktor Szakáts
Hi Maurizio, You're right. (I missed a '-' in my test cmdline) Please retest after my latest commit. Viktor On 2010 Apr 26, at 20:40, Maurizio la Cecilia wrote: > > Hi Viktor, > the zipped file IS password encrypted. > If you open it via an archive program the file is correct and the content

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

2010-04-26 Thread vszakats
Revision: 14396 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14396&view=rev Author: vszakats Date: 2010-04-26 19:12:45 + (Mon, 26 Apr 2010) Log Message: --- 2010-04-26 21:12 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * external/minizip/unzip.c

Re: [Harbour] Naive question

2010-04-26 Thread Massimo Belgrano
Hi Bruce. Harbour run on win9x and also on dos & window mobile It run with all limitation of this little os AFAIL for example Very limited unicode support,Multi Tread, no qt AFAIK Executable generated from harbour can be used on win9X may be slower 2010/4/26 Bruce M. Axtens : > G'day everyone >

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

2010-04-26 Thread vszakats
Revision: 14395 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14395&view=rev Author: vszakats Date: 2010-04-26 18:49:38 + (Mon, 26 Apr 2010) Log Message: --- 2010-04-26 20:48 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbct/Makefile *

Re: [Harbour] Error unZipping a crypted archive

2010-04-26 Thread Maurizio la Cecilia
Hi Viktor, the zipped file IS password encrypted. If you open it via an archive program the file is correct and the content can be extracted only suppling the correct password. The problem is on the unzip job. Best regards. Maurizio Viktor Szakáts wrote: > > Looks like the password is ignored w

R: [Harbour] Error unZipping a crypted archive

2010-04-26 Thread Maurizio la Cecilia
The error is set in this piece of code (external\minizip\unzip.c): extern int ZEXPORT unzOpenCurrentFile3 (unzFile file, int* method, int* level, int raw, const char* password) { int err; uInt iSizeVar; unz64_s* s; file_in_zip64_read_info

Re: [Harbour] Error unZipping a crypted archive

2010-04-26 Thread Viktor Szakáts
Looks like the password is ignored when doing the compression. Viktor On 2010 Apr 26, at 14:53, Grigory Filatov wrote: > > Hello Maurizio, > > I confirm this problem with sample harbour\contrib\hbmzip\tests\myunzip.prg > also. > > myunzip myzip.zip --pass mypass > > Can somebody take a look

Re: [Harbour] Harbour Server Pages

2010-04-26 Thread Mario H. Sabado
On 4/26/2010 6:56 PM, harbour-requ...@harbour-project.org wrote: Message: 6 Date: Mon, 26 Apr 2010 05:36:56 -0300 From: "Jorge Aldo G. de F. Junior" Subject: Re: [Harbour] Harbour Server Pages To: "Harbour Project Main Developer List." Message-ID: Content-Type: text/plain; chars

Re: [Harbour] Error unZipping a crypted archive

2010-04-26 Thread Grigory Filatov
Hello Maurizio, I confirm this problem with sample harbour\contrib\hbmzip\tests\myunzip.prg also. myunzip myzip.zip --pass mypass Can somebody take a look for this issue? -- Regards, Grigory Filatov Maurizio la Cecilia wrote: > > If I try to unZip a crypted zipped archive, a -102 ( UNZ_PARA

[Harbour] Netio Questions

2010-04-26 Thread AbeB
Hi Przemek & all, Using netiosrv.prg from hbnetio\utils as the server. How can I see on the Server all active connections. All open files. Global /per connection? Kill a connection. What happens to a hung up clien (client killed). Is the connection on the server killed too & it's file

[Harbour] Error unZipping a crypted archive

2010-04-26 Thread Maurizio la Cecilia
If I try to unZip a crypted zipped archive, a -102 ( UNZ_PARAMERROR ) is returned. I use hbmzip lib ( and obviously minizip lib, as I use last SVN version ). I believe to pass the right parameters. What's wrong? Below a self contained example. Just strip out the password parameter and all works f

Re: [Harbour] Re: HBXBP Listbox

2010-04-26 Thread Bruno Luciani
thanks pritpal Bruno 2010/4/26 Pritpal Bedi > > > Bruno Luciani wrote: > > > > I am looking to this code trying to create a listbox > > > > But I need a multiselect listbox > > > > Is that implemented ? how to use > > > > If not , it is posible ? > > > > Check the same example again after r1

Re: [Harbour] Re: QwebView webkit

2010-04-26 Thread Bruno Luciani
Yes I understand what viktor say , but you maintain code that not work anymore in HBQT and in hbXBP the code below was a working code , but actually not this is why I am insisting in my question. What I need is that you are saying "QWebKit is currently not implemented and will stay as is until

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

2010-04-26 Thread druzus
Revision: 14394 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14394&view=rev Author: druzus Date: 2010-04-26 09:44:13 + (Mon, 26 Apr 2010) Log Message: --- 2010-04-26 11:44 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/common/hb

Re: [Harbour] Harbour Server Pages

2010-04-26 Thread Maurilio Longo
Jorge Aldo G. de F. Junior wrote: > This is a kind of FCGI, not what i am looking for... > Yes > And Xitami is windows only, my server can run on any FreePascal > supported platform : > > Windows, Linux, FreeBSD, AmigaOS, BeOS, AtariOS, whatever... > Xitami was multiplatform as well and the

Re: [Harbour] Harbour Server Pages

2010-04-26 Thread Jorge Aldo G. de F. Junior
This is a kind of FCGI, not what i am looking for... And Xitami is windows only, my server can run on any FreePascal supported platform : Windows, Linux, FreeBSD, AmigaOS, BeOS, AtariOS, whatever... I just want to embed harbour (hbrun) on my server to be able to serve harbour pages. I am not as

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

2010-04-26 Thread vszakats
Revision: 14393 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14393&view=rev Author: vszakats Date: 2010-04-26 08:36:17 + (Mon, 26 Apr 2010) Log Message: --- 2010-04-26 10:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added anoth

[Harbour] harbour svn rev. 14391 hbcups warning on type

2010-04-26 Thread marco bra
Hi, Viktor On Ubuntu 9.10 32 bits with Harbour rev. 14391 i get this warning gcc -I. -I../../../../../include -W -Wall -O3 -DHB_LEGACY_TYPES_OFF -I/usr/include -ohbcups.o -c ../../../hbcups.c ../../../hbcups.c: In function ‘HB_FUN_CUPSPRINTFILE’: ../../../hbcups.c:96: warning: comparison betw

Re: [Harbour] Harbour Server Pages

2010-04-26 Thread Maurilio Longo
Jorge, if you can add to your server the LRWP protocol of the old xitami web server you can have what you need and it will be very fast too. I'm right now using a cgi-bin program written in harbour which interprets .prg code to produce .html pages, after first invocation the interpreter (called h

[Harbour] Re: HBXBP Listbox

2010-04-26 Thread Pritpal Bedi
Bruno Luciani wrote: > > I am looking to this code trying to create a listbox > > But I need a multiselect listbox > > Is that implemented ? how to use > > If not , it is posible ? > Check the same example again after r14392. - enjoy hbIDEing... Pritpal Bedi http://hb

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

2010-04-26 Thread vouchcac
Revision: 14392 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14392&view=rev Author: vouchcac Date: 2010-04-26 07:29:41 + (Mon, 26 Apr 2010) Log Message: --- 2010-04-26 00:24 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbxbp/xbp.ch * co