Re: [Harbour] Fwd: SF.net SVN: harbour-project:[10057] trunk/harbour/ChangeLog

2009-01-27 Thread Viktor Szakáts
Hi Phil, I've offered to give you: 1. If you reply to these messages, the reply goes to the developer list. 2. By adding one rule in your email system, you can have them delivered to the same developer folder that you already have. How is that not exactly what you want? I mean, if it's

Re: [Harbour] 2009-01-27 00:39 UTC+0100 Viktor Szakats

2009-01-27 Thread Francesco Saverio Giudice
Hi Viktor, Il 27/01/2009 0.43, Viktor Szakáts ha scritto: ; TOFIX: Ajax test (404 Not Found), Counter (image not found), cgi-bin (broken link), XML database (empty boxes in Chrome, empty boxes and error messagebox with IE8) doesn't work

Re: [Harbour] 2009-01-27 04:30 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2009-01-27 Thread Viktor Szakáts
Two links that may be useful sometimes: stdint.h implemented for MSVC compilers: http://msinttypes.googlecode.com/svn/trunk/stdint.h Portable stdint.h implementation: http://www.azillionmonkeys.com/qed/pstdint.h Brgds, Viktor On Tue, Jan 27, 2009 at 4:30 AM, Przemyslaw Czerpak

Re: [Harbour] 2009-01-27 00:39 UTC+0100 Viktor Szakats

2009-01-27 Thread Viktor Szakáts
Hi Francesco, Shall I configure something? yes, as I wrote in readme.txt you have to build hrb modules that you find in modules folder. Use bldhrb.bat to build them (it also copies hrb result file in ../home/cgi-bin), then you can run tests. Build all 4 files you find. Did

Re: [Harbour] 2009-01-27 00:39 UTC+0100 Viktor Szakats

2009-01-27 Thread Francesco Saverio Giudice
Hi Viktor, Did that and now everything works great, except this one: http://localhost:8082/info info.hrb is in the cgi-bin dir. just seen. I will update index.html to display this warning message. Thanks, this will be great. Thanks to you Best regards Francesco

[Harbour] 2009-01-27 10:14 UTC+0100 Francesco Saverio Giudice (info/at/fsgiudice.com)

2009-01-27 Thread Francesco Saverio Giudice
2009-01-27 10:14 UTC+0100 Francesco Saverio Giudice (info/at/fsgiudice.com) * harbour/contrib/examples/uhttpd/uhttpd.prg * Fixed APP_NAME that causes wrong ini file name and than error loading aliases from uhttpd.ini Best regards Francesco

Re: [Harbour] 2009-01-27 00:39 UTC+0100 Viktor Szakats

2009-01-27 Thread Francesco Saverio Giudice
Hi Viktor, Il 27/01/2009 9.59, Francesco Saverio Giudice ha scritto: Did that and now everything works great, except this one: http://localhost:8082/info info.hrb is in the cgi-bin dir. just seen. should be ok after 2009-01-27 10:14 UTC+0100 Francesco Saverio Giudice Best regards

Re: [Harbour] 2009-01-27 00:39 UTC+0100 Viktor Szakats

2009-01-27 Thread Viktor Szakáts
Many thanks Francesco, now it's perfect. What do you think of making uhttpd a library? This way it could easily be embedded in other apps. This would need some generalizations here and there, plus detaching the UI. This way it could become an hbhttpd.lib, launchable from any apps using one

[Harbour] Question about re-routing Windows API to an Ajax Web

2009-01-27 Thread Massimo Belgrano
Hi Randy Wich is the actual situation of this project? re-routing Windows API to an Ajax Web client can be a intresting feature for harbour gt? Other people are interested? -Original Message- From: harbour-boun...@harbour-project.org [mailto:harbour-boun...@harbour-project.org] On Behalf

RE: [Harbour] Question about re-routing Windows API to an Ajax Web

2009-01-27 Thread J. Lefebvre
Yes I am J For sure ! Regards, JF, De : harbour-boun...@harbour-project.org [mailto:harbour-boun...@harbour-project.org] De la part de Massimo Belgrano Envoyé : mardi 27 janvier 2009 11:22 À : Harbour Project Main Developer List. Objet : [Harbour] Question about re-routing Windows API to

Re: [Harbour] 2009-01-27 00:39 UTC+0100 Viktor Szakats

2009-01-27 Thread Francesco Saverio Giudice
Hi Viktor, Il 27/01/2009 10.41, Viktor Szakáts ha scritto: Many thanks Francesco, now it's perfect. Thank you What do you think of making uhttpd a library? This way it could easily be embedded in other apps. This would need some generalizations here and there, plus detaching the UI. This

Re: [Harbour] 2009-01-27 00:39 UTC+0100 Viktor Szakats

2009-01-27 Thread Viktor Szakáts
Hi Francesco, What do you think of making uhttpd a library? This way it could easily be embedded in other apps. This would need some generalizations here and there, plus detaching the UI. This way it could become an hbhttpd.lib, launchable from any apps using one function call, and probably

Re: [Harbour] Compact .HRB or encrypt string in .HRB

2009-01-27 Thread Przemyslaw Czerpak
On Mon, 26 Jan 2009, Sérgio Kondo wrote: Hi, Is possible to compact .hrb files or encrypt string in .hrb files? My interest is hide password string in .hrb files, if I put password string in this file. You can make anything what you want with .hrb files body. You only have to decode it

Re: [Harbour] Question about re-routing Windows API to an Ajax Web

2009-01-27 Thread Randy Portnoff
Hi Massimo, We have been working on this project for over a year now and we are almost finished - There were some bumps along the way. The framework is tied tightly to our app so I do not think it could be easily used by others. In addition, I have two partners who do not want to release the

Re: [Harbour] 2009-01-27 00:39 UTC+0100 Viktor Szakats

2009-01-27 Thread Lorenzo Fiorini
On Tue, Jan 27, 2009 at 1:02 PM, Viktor Szakáts harbour...@syenar.hu wrote: Proper CGI lib would be nice, we have one in hbtip, how's that one? Perfect, I use it everyday. best regards, Lorenzo ___ Harbour mailing list Harbour@harbour-project.org

Re: [Harbour] Question about re-routing Windows API to an Ajax Web

2009-01-27 Thread Massimo Belgrano
Thanks for clarification i am interested to better understanding you maintain same harbour source code from desktop app to webapp? How complex is this source code? Have a little demo? 2009/1/27 Randy Portnoff rportn...@spendmap.com Hi Massimo, We have been working on this project for over a

Re: [Harbour] Question about re-routing Windows API to an Ajax Web

2009-01-27 Thread Randy Portnoff
i am interested to better understanding you maintain same harbour source code from desktop app to webapp? There are two parts - The first part is the re-routing of my Windows app so that all UI goes to a central function - This function uses TCP/IP and XML to communicate with the Ajax web

[Harbour] 2009-01-27 15:31 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2009-01-27 Thread Przemyslaw Czerpak
2009-01-27 15:31 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/common/hbprintf.c ! fixed two bugs in conversions best regards Przemek ___ Harbour mailing list Harbour@harbour-project.org

Re: [Harbour] Question about re-routing Windows API to an Ajax Web

2009-01-27 Thread Massimo Belgrano
There are two parts - The first part is the re-routing of my Windows app so that all UI goes to a central function - This function uses TCP/IP and XML to communicate with the Ajax web side. Therefore, the same app with the same source code can run as a Windows or web client. When run as a web

Re: [Harbour] Question about re-routing Windows API to an Ajax Web

2009-01-27 Thread Randy Portnoff
There are two parts - The first part is the re-routing of my Windows app so that all UI goes to a central function - This function uses TCP/IP and XML to communicate with the Ajax web side. Therefore, the same app with the same source code can run as a Windows or web client. When run as a

Re: [Harbour] Compact .HRB or encrypt string in .HRB

2009-01-27 Thread Sérgio Kondo
Thanks Przemek and Rodrigo. Sérgio -- From: Przemyslaw Czerpak dru...@acn.waw.pl Sent: Tuesday, January 27, 2009 9:42 AM To: Harbour Project Main Developer List. harbour@harbour-project.org Subject: Re: [Harbour] Compact .HRB or encrypt string in

Re: [Harbour] 2009-01-26 15:07 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)

2009-01-27 Thread Pritpal Bedi
Viktor Viktor Szakáts wrote: This was originally my addition, but Przemek was nice to commit it on my behalf. Anyway, I think you should look for some more information regarding layered window mode, because one of it's points is to reduce flickering and unnecessary redraw requests. You

Re: [Harbour] 2009-01-27 10:14 UTC+0100 Francesco Saverio Giudice (info/at/fsgiudice.com)

2009-01-27 Thread Pritpal Bedi
Hi All After examining the uhttpd implimentation I am wondering if .hrb code can be loaded once and reused with every next request. That way this will come at par with Xbase++'s WAA (Web Application Adopter) protocol where program DLL (called package) is loaded only once. Regards Pritpal Bedi

[Harbour] 2009-01-27 17:03 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2009-01-27 Thread Przemyslaw Czerpak
2009-01-27 17:03 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/dos/dir.cf * harbour/config/dos/install.cf ! fixed for GNU make ports which prefer COMSPEC before SHELL best regards Przemek ___ Harbour mailing list

Re: [Harbour] Compact .HRB or encrypt string in .HRB

2009-01-27 Thread Mindaugas Kavaliauskas
Sérgio Kondo wrote: Hi, Is possible to compact .hrb files or encrypt string in .hrb files? My interest is hide password string in .hrb files, if I put password string in this file. Sérgio Hi, I do not know how strong encryption you want to have. Simple #pragma texthidden(1) could hide a

[Harbour] 2009-01-27 17:23 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2009-01-27 Thread Przemyslaw Czerpak
2009-01-27 17:23 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/dos/owatcom.cf * increased max library page size (-p=32 = -p=64) best regards Przemek ___ Harbour mailing list Harbour@harbour-project.org

Re: [Harbour] 2009-01-27 10:14 UTC+0100 Francesco Saverio Giudice (info/at/fsgiudice.com)

2009-01-27 Thread Francesco Saverio Giudice
Hi Pritpal, Il 27/01/2009 16.58, Pritpal Bedi ha scritto: Hi All After examining the uhttpd implimentation I am wondering if .hrb code can be loaded once and reused with every next request. That way this will come at par with Xbase++'s WAA (Web Application Adopter) protocol where program

Re: [Harbour] 2009-01-27 10:14 UTC+0100 Francesco Saverio Giudice (info/at/fsgiudice.com)

2009-01-27 Thread Viktor Szakáts
I think the .hrb modules aren't loaded on a per thread basis, so it's not like several of them could be loaded in parallel. As far as I see from the sources, loading an .hrb from memory is already supported, if you pass the .hrb as a string to the HB_HRBLOAD() function. Maybe a separate

Re: [Harbour] 2009-01-27 10:14 UTC+0100 Francesco Saverio Giudice (info/at/fsgiudice.com)

2009-01-27 Thread Viktor Szakáts
I think the .hrb modules aren't loaded on a per thread basis, so it's not like several of them could be loaded in parallel. This should be Przemek to clear. What happens in this case ? Are they MT safe ? In uhttpd they *can be loaded* in parallel in different threads. One thing I may do

Re: [Harbour] 2009-01-27 10:14 UTC+0100 Francesco Saverio Giudice (info/at/fsgiudice.com)

2009-01-27 Thread Przemyslaw Czerpak
On Wed, 28 Jan 2009, Francesco Saverio Giudice wrote: I think the .hrb modules aren't loaded on a per thread basis, so it's not like several of them could be loaded in parallel. This should be Przemek to clear. What happens in this case ? Are they MT safe ? In uhttpd they *can be loaded* in

Re: [Harbour] 2009-01-27 04:30 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2009-01-27 Thread Przemyslaw Czerpak
On Tue, 27 Jan 2009, Szak�ts Viktor wrote: Hi Viktor, Two links that may be useful sometimes: stdint.h implemented for MSVC compilers: http://msinttypes.googlecode.com/svn/trunk/stdint.h Portable stdint.h implementation: http://www.azillionmonkeys.com/qed/pstdint.h Thanks for the links.

[Harbour] 2009-01-28 04:27 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2009-01-27 Thread Przemyslaw Czerpak
2009-01-28 04:27 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/common/hbprintf.c * added yet another TODO marker for easier code updating to new C compilers best regards Przemek ___ Harbour mailing list

Re: [Harbour] Fwd: SF.net SVN: harbour-project:[10057] trunk/harbour/ChangeLog

2009-01-27 Thread Phil Barnett
Viktor Szakáts wrote: Anyhow I feel this will lead to a mess, where some ppl don't get informed about changes, because not being subscribed to the other list, and because of this, some developers will continue to send manual ChangeLogs, creating double notifications for those who subscribed.