RE: [Harbour] Przemek as Project Admin

2009-07-23 Thread Fernando Mancera
-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:

Re: [Harbour] Remote rdd

2009-07-23 Thread Miguel Angel Marchuet
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

[Harbour] hbi18n1.c - Declaration of symbol 'ulLen' hides symbol 'ulLen'

2009-07-23 Thread Chen Kedem
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->

Re: [Harbour] Remote rdd

2009-07-23 Thread Viktor Szakáts
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

Re: [Harbour] Remote rdd

2009-07-23 Thread i...@sigia.net
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

Re: [Harbour] Remote rdd

2009-07-23 Thread Miguel Angel Marchuet
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

Re: [Harbour] Remote rdd

2009-07-23 Thread Viktor Szakáts
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

Re: [Harbour] hbi18n1.c - Declaration of symbol 'ulLen' hides symbol 'ulLen'

2009-07-23 Thread Przemyslaw Czerpak
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 ) > { >

Re: [Harbour] Remote rdd

2009-07-23 Thread Miguel Angel Marchuet
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

Re: [Harbour] Przemek as Project Admin

2009-07-23 Thread Massimo Belgrano
+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,

Re: [Harbour] Przemek as Project Admin

2009-07-23 Thread Phil Barnett
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

Re: [Harbour] Remote rdd

2009-07-23 Thread Przemyslaw Czerpak
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

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

2009-07-23 Thread vszakats
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

Re: [Harbour] Remote rdd

2009-07-23 Thread Mindaugas Kavaliauskas
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

Re: [xHarbour-developers] [Harbour] Remote rdd

2009-07-23 Thread Miguel Angel Marchuet
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

[Harbour] UHTTPD

2009-07-23 Thread Jaroslaw Kadziola
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:\

Re: [Harbour] Remote rdd

2009-07-23 Thread Massimo Belgrano
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

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

2009-07-23 Thread vszakats
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

Re: Re: [Harbour] Przemek as Project Admin

2009-07-23 Thread toni...@fwi
>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

Re: [Harbour] UHTTPD

2009-07-23 Thread Mindaugas Kavaliauskas
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

Re: [Harbour] hb_parclen(), hb_arrayLen() ULONG to long

2009-07-23 Thread Przemyslaw Czerpak
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

Re: [xHarbour-developers] [Harbour] Remote rdd

2009-07-23 Thread Przemyslaw Czerpak
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*(). >> ... >

Re: [Harbour] UHTTPD

2009-07-23 Thread Jaroslaw Kadziola
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

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

2009-07-23 Thread vszakats
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

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

2009-07-23 Thread vszakats
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

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

2009-07-23 Thread Przemyslaw Czerpak
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

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

2009-07-23 Thread vszakats
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

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

2009-07-23 Thread Viktor Szakáts
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

Re: [Harbour] hb_parclen(), hb_arrayLen() ULONG to long

2009-07-23 Thread Viktor Szakáts
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

Re: [Harbour] hb_parclen(), hb_arrayLen() ULONG to long

2009-07-23 Thread Viktor Szakáts
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

[Harbour] Compiling HBQT and Qt in static mode ?

2009-07-23 Thread Bruno Luciani
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