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.
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
Harbour@harbour
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 li
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 loade
>
> 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
Il 27/01/2009 19.20, Viktor Szakáts ha scritto:
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 para
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
HB_HRBLOAD
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 DLL
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
http://lists.harbour-
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 s
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
Harbour@h
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
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.
2009-01-27 16:33 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbdefs.h
* include stdint.h in DJGPP >= 2.4
* harbour/source/common/hbprintf.c
! fixed DJGPP <= 2.3 compilation
* harbour/source/common/hbstr.c
* force buffer ending in DJGPP <= 2.3 when vspr
Thanks Przemek and Rodrigo.
Sérgio
--
From: "Przemyslaw Czerpak"
Sent: Tuesday, January 27, 2009 9:42 AM
To: "Harbour Project Main Developer List."
Subject: Re: [Harbour] Compact .HRB or encrypt string in .HRB
On Mon, 26 Jan 2009, Sérgio Kondo wr
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
> 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 w
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
http://lists.harbour-project.org/mail
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 si
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
> Hi Massimo,
>
> We have been working on this project for over a year now and we are
On Tue, Jan 27, 2009 at 1:02 PM, Viktor Szakáts 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
http://lists.harbour-
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
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 bef
Sérgio,
I use .hrb a lot and I write them inside of my RDBMS. So I use the
Base64 to convert binaries files to a ASC string like Base64. Here are
the functions that I use:
Function Base64Decode( cFile, cData )
Local oEncoder
Local nHandle
Local result := .t.
oEncoder := TIPEncode
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
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 w
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 a
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
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 function
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
France
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
___
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
__
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.
Hi Viktor,
Il 27/01/2009 9.29, Francesco Saverio Giudice ha scritto:
XML database (empty boxes in Chrome, empty boxes
and error messagebox with IE8)
ah, this doesn't works with Chrome, but tested with IE7, FF and Opera.
Best regards
Francesco
___
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 wrote:
> 2009-01-
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 he
Hi Przemek,
* harbour/source/common/hbprintf.c
>* eliminated non portable GCC only C syntax.
>* updated to compile with other C compilers.
> Now only GNUC with C99 support and BORLAND C gives all
> +inf/-inf/NaN values for [long] double conversions.
Does this seem like somethi
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 i
38 matches
Mail list logo