-Mensaje original-
De: harbour-boun...@harbour-project.org
[mailto:harbour-boun...@harbour-project.org] En nombre de Viktor Szakáts
Enviado el: jueves, 23 de julio de 2009 0:59
Para: Harbour Project Main Developer List.
Asunto: Re: [Harbour] Przemek as Project Admin
On 2009.07.23., at 0:
I upload it as soon as possible, i don't forget harbour.
the work is not finished yet. but my intention is to convert
all dbf based rdds into remote, adding sessions and modifing
filebuff.c to work with remote server or not. the connection
will be saved optionally at session.
sorry for my english
In source/rtl/hbi18n1.c, Function hb_i18n_setcodepage(),
"ulLen" is defined on both lines 587 and 591:
ULONG ulLen = hb_hashLen( pI18N->context_table ), ul;
for( ul = 1; ul <= ulLen; ++ul )
{
PHB_ITEM pContext = hb_hashGetValueAt( pI18N->
Hi Miguel,
I upload it as soon as possible, i don't forget harbour.
the work is not finished yet. but my intention is to convert
all dbf based rdds into remote, adding sessions and modifing
filebuff.c to work with remote server or not. the connection
will be saved optionally at session.
sorry f
Why Remote Rdd and not remote interface graphic or text (not teminal server but
instead on Harbour) ?
Soory for may bad english.
Andrea
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
Not even contrib IMO. Server code wasn't even published,
there's just a Windows 32-bit server executable uploaded
to the repo with a 2 users limit.
only temporary, is not decided yet.
The rest is copy paste from letodb code, existing RDDs
and file handling routines with modifications.
is no
only temporary, is not decided yet.
The rest is copy paste from letodb code, existing RDDs
and file handling routines with modifications.
is not a copy of letodb, letodb is an rdd, and File Remote server
I didn't say letodb was fully copied, I said it copies parts
also from letodb, specifica
On Thu, 23 Jul 2009, Chen Kedem wrote:
Hi,
> In source/rtl/hbi18n1.c, Function hb_i18n_setcodepage(),
> "ulLen" is defined on both lines 587 and 591:
>
>
> ULONG ulLen = hb_hashLen( pI18N->context_table ), ul;
> for( ul = 1; ul <= ulLen; ++ul )
> {
>
Viktor Szakáts escribió:
only temporary, is not decided yet.
The rest is copy paste from letodb code, existing RDDs
and file handling routines with modifications.
is not a copy of letodb, letodb is an rdd, and File Remote server
I didn't say letodb was fully copied, I said it copies parts
a
+1001
Thank you
2009/7/23 Lorenzo Fiorini
> On Thu, Jul 23, 2009 at 12:46 AM, Przemyslaw Czerpak
> wrote:
> > On Thu, 23 Jul 2009, Francesco Saverio Giudice wrote:
> >>> Hello Phil,
> >>> I just want to thank you for your invaluable contribution, be it on
> your
> >>> invested time or resources,
On 07/22/2009 06:58 PM, Viktor Szakáts wrote:
Phil I would like to thank you very much for all your work and
always very import for me judgement voice. I hope the at least in
the most important for the future of this project decisions we can
count on your intellect. Without you we have never reac
On Thu, 23 Jul 2009, Miguel Angel Marchuet wrote:
Hi,
> I upload it as soon as possible, i don't forget harbour.
> the work is not finished yet. but my intention is to convert
> all dbf based rdds into remote, adding sessions and modifing
> filebuff.c to work with remote server or not. the connec
Revision: 11884
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11884&view=rev
Author: vszakats
Date: 2009-07-23 10:03:20 + (Thu, 23 Jul 2009)
Log Message:
---
2009-07-23 12:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbmisc/dates2.c
Hi,
I haven't check details of the recent xHarbour modifications but ChangeLog
and short look at .diff suggests that the same effect can be reached by
adding support for above virtual file handles and implementing dedicated
for Harbour trivial file server so using existing DBF* RDDs Harbour use
restablish copyright by the moment
i'm rewriting fully dbfmdx1.c, but my time is limited, i have the code
pseudo prepared to upload, when i finish work i will replace current file.
__ Informaci�n de ESET NOD32 Antivirus, versi�n de la base de firmas de
virus 4269 (200
hi,
When i'm trying compile uhttpd
hbmk2 uhttpd.hbp
Error E2227 socket.c 238: Extra parameter in call to hb_parni in function
HB_FUN_SOCKET_SEND
*** 1 errors in Compile ***
hbmk: Error: Running C compiler. 1
bcc32.exe -c -q -tWM -d -6 -O2 -OS -Ov -Oi -Oc -tW -IC:\Borland\BCC55\Include -
IG:\
Hi Przemyslaw virtual file handles will help library like BMDBFCDX,NETRDD
to not have duplicate code
Can you made a template of this conversion
will BMDBFCDX be sample for this conversion?
After your guideline Miguel can add his netrdd in harbour?
I propose write "guideline.txt" searching Przemysla
Revision: 11885
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11885&view=rev
Author: vszakats
Date: 2009-07-23 12:05:14 + (Thu, 23 Jul 2009)
Log Message:
---
2009-07-23 14:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbssl/evpciph.c
>I agree with every words said, couldn't have said it better.
>
>Huge thanks from me too, even for the times before Harbour (The Oasis,
>c.l.c).
Good times that Thanks a lot Phil.
Toninho.
__
Faça ligações para outros computadores com o novo
Hi,
should be hb_parnidef(). Thank You.
Regards,
Mindaugas
Jaroslaw Kadziola wrote:
hbmk2 uhttpd.hbp
Error E2227 socket.c 238: Extra parameter in call to hb_parni in function
HB_FUN_SOCKET_SEND
*** 1 errors in Compile ***
___
Harbour mailing li
On Wed, 22 Jul 2009, Szak�ts Viktor wrote:
Hi,
> Hi Przemek and All,
> To cut the matter of moving from ULONG to long for
> 'size' types, I'd like to propose to start with above
> two functions and convert their return values from
> ULONG to long.
> Or, even better would be to move to hbSize.
> W
On Thu, 23 Jul 2009, Ron Pinkas wrote:
Hi,
>> I do not want to discard your work but such modifications as in
>> xHarbour are technical nonsense.
>> You copy code of existing DBF* RDDs and then you change their names
>> adding 'RE' prefix and replace hb_file*() calls with hb_fileNet*().
>> ...
>
Hi,
> Hi,
> should be hb_parnidef(). Thank You.
> Regards,
> Mindaugas
Now is OK , thanks.
--
Regards,
J K
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
Revision: 11886
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11886&view=rev
Author: vszakats
Date: 2009-07-23 17:22:31 + (Thu, 23 Jul 2009)
Log Message:
---
2009-07-23 18:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
+ source/rtl/hbfeof.c
* s
Revision: 11887
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11887&view=rev
Author: vszakats
Date: 2009-07-23 18:19:36 + (Thu, 23 Jul 2009)
Log Message:
---
2009-07-23 20:18 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/rddads/ads1.c
On Thu, 23 Jul 2009, vszak...@users.sourceforge.net wrote:
> 2009-07-23 20:18 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
> * contrib/rddads/ads1.c
> ! Fixed buffer size in one place related to MEMO field handling.
> Caused memory corruption.
Viktor, the code was correct and you've
Revision: 11888
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11888&view=rev
Author: vszakats
Date: 2009-07-23 19:46:11 + (Thu, 23 Jul 2009)
Log Message:
---
2009-07-23 21:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/rddads/ads1.c
On Thu, 23 Jul 2009, vszak...@users.sourceforge.net wrote:
2009-07-23 20:18 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/rddads/ads1.c
! Fixed buffer size in one place related to MEMO field handling.
Caused memory corruption.
Viktor, the code was correct and you've just add
two functions and convert their return values from
ULONG to long.
Or, even better would be to move to hbSize.
What do you think?
Before you change sth please think about results.
Using Harbour internal types in extended API creates problems
for users who do not well know Harbour internals and wa
Not specifically for string/array indexes, but we may also
use new std types instead of special Harbour ones:
[u]int[8|16|32]_t
and define them locally for compilers which don't support it.
after some reading, perhaps simple 'int' would be the best
for indexes.
back then when Harbour started w
People , howto compile HBQT aplications in windows ins static mode ?
Is enough compile QT static and then using this static QT compile HBQT ?
Any TIP ?
thank 's in Advance
Bruno
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harb
31 matches
Mail list logo