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

2009-02-15 Thread vszakats
Revision: 10284 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10284&view=rev Author: vszakats Date: 2009-02-16 01:22:49 + (Mon, 16 Feb 2009) Log Message: --- 2009-02-17 02:18 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * make_b32.mak * make_vc.

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

2009-02-15 Thread vszakats
Revision: 10283 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10283&view=rev Author: vszakats Date: 2009-02-16 01:18:00 + (Mon, 16 Feb 2009) Log Message: --- 2009-02-17 02:16 UTC+0100 Viktor Szakats (harbour.01 syenar hu) - bin/hbmk.bat - bin/hbmk

Re: [Harbour] Website layout updated!

2009-02-15 Thread Vailton Renato
In another email the image lost much quality ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] rxsnt, rsx32, bcc16 compiler support removal.

2009-02-15 Thread Viktor Szakáts
Hi all, I'd like to remove support for above compilers. The RSX family (which I've added in 2000) is pretty much dead by now, and has been superseded by MinGW, DJGPP. RSX most probably doesn't work any more with Harbour, since it hasn't been tested in the last 5 years. BCC16 doesn't work since ma

[Harbour] DBCREATETEMP() patch

2009-02-15 Thread Viktor Szakáts
Hi all, Pls find enclosed patch which implements: dbCreateTemp( , , , , , ) -> This creates and opens a new temporary table. The file automatically gets deleted on close, all indexes created are also handled as temporary. Please review and comment. Brgds, Viktor --- Index: include/hbrdddbf.h

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

2009-02-15 Thread vszakats
Revision: 10282 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10282&view=rev Author: vszakats Date: 2009-02-15 23:40:18 + (Sun, 15 Feb 2009) Log Message: --- 2009-02-17 00:40 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * common.mak * make_b32.m

Re: [Harbour] Website layout updated!

2009-02-15 Thread Vailton Renato
Ok, I will be making this change to the site in the coming days. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

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

2009-02-15 Thread vszakats
Revision: 10281 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10281&view=rev Author: vszakats Date: 2009-02-15 23:34:57 + (Sun, 15 Feb 2009) Log Message: --- 2009-02-17 00:33 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/compiler/hbusage.c

Re: [Harbour] Little problem with hbmk

2009-02-15 Thread Viktor Szakáts
On Mon, Feb 16, 2009 at 12:18 AM, Massimo Belgrano wrote: > if i have m1.prg,m2.prg How can i create a EXE? > hbmk m1.prg+m2.prg hbmk m1.prg m2.prg > can i use a harbour define like -DEURO -D__SIM__ Yes. > Is possible create a lib instead a exe from m1.prg/m2.prg? No. Brgds, Viktor

Re: [Harbour] Little problem with hbmk

2009-02-15 Thread Massimo Belgrano
if i have m1.prg,m2.prg How can i create a EXE? hbmk m1.prg+m2.prg can i use a harbour define like -DEURO -D__SIM__ Is possible create a lib instead a exe from m1.prg/m2.prg? 2009/2/15 Viktor Szakáts : > Hi Massimo, > No, compiler and architecture are case-sensitive, currently > lowercase st

Re: [Harbour] Website layout updated!

2009-02-15 Thread Francesco Saverio Giudice
Ah, obviously Renato has to be added in hbusage.c ! Without question. I'll update hbusage.c in next commit. Thank you Best regards Francesco ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo

Re: [Harbour] Website layout updated!

2009-02-15 Thread Viktor Szakáts
> > Just one minor: e-mail _or website_ (or none). >> >> It's ok also for me. > Ah, obviously Renato has to be added in hbusage.c ! Without question. I'll update hbusage.c in next commit. Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.

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

2009-02-15 Thread Francesco Saverio Giudice
Hi Viktor, thank you for this very useful tool! Best regards Francesco Il 15/02/2009 22.27, vszak...@users.sourceforge.net ha scritto: Revision: 10280 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10280&view=rev Author: vszakats Date: 2009-02-15 21:26:57 +000

Re: [Harbour] Website layout updated!

2009-02-15 Thread Francesco Saverio Giudice
Hi Vitkor, Renato, Il 15/02/2009 23.24, Viktor Szakáts ha scritto: These descriptions reflect the first few month or half-year of development, so it's rather fun than something with factual or currently valid information. I'm no "regression test captain" anymore probably :) (but couldn't eas

Re: [Harbour] Website layout updated!

2009-02-15 Thread Viktor Szakáts
Hi Francesco, Ok, so there are some peoples missing: > List from crew.html contains 44 persons, instead hbusage.c contains 68. > > As per Viktor comments this should be a personal choice, because who wants > to appear in web list should be also give some personal data, but I think > that on the fi

Re: [Harbour] Website layout updated!

2009-02-15 Thread Francesco Saverio Giudice
Ok, so there are some peoples missing: List from crew.html contains 44 persons, instead hbusage.c contains 68. As per Viktor comments this should be a personal choice, because who wants to appear in web list should be also give some personal data, but I think that on the first, all members from

Re: [Harbour] Little problem with hbmk

2009-02-15 Thread Viktor Szakáts
Hi Massimo, No, compiler and architecture are case-sensitive, currently lowercase strings all over Harbour. I don't plan to change this, as this would be very error prone, with no benefit and a waste of valuable time. Notice however that you don't need to set ANY values for these envvars, since th

[Harbour] Little problem with hbmk

2009-02-15 Thread Massimo Belgrano
Will HB_COMPILER, HB_ARCHITECTURE be in uppercase ? If i set SET HB_COMPILER=BCC32 SET HB_ARCHITECTURE=WIN then receive running hbmk test.prg hbmk: Error: Architecture not properly set. MY proposal is 237 CASE t_cARCH == "win" 237CASE upper(t_cARCH) == "WIN" Have somebody collec

Re: [Harbour] Website layout updated!

2009-02-15 Thread Massimo Belgrano
Very goog news Thanks 2009/2/15 Vailton Renato : > The Harbour's site has new layout. I have update the ftp with the > changes what we reviewed here in the list. > > Some points to highlight: > > * If you're missing some information on page 'Crew list' please send > me again because I probably wou

Re: [Harbour] Website layout updated!

2009-02-15 Thread Vailton Renato
> For me it should reflects developers list as it is in > harbour/source/compiler/hbusage.c in SVN. > There are some names I don't know and I don't found in developers list. But > surely due to my young history with harbour project. > Maybe also hbusage.c should be updated if someone is missing. A

Re: [Harbour] Website layout updated!

2009-02-15 Thread Vailton Renato
Send these images to me. 2009/2/15 Francesco Saverio Giudice : > Hi Renato, > for images could you compress them using irfanview > (http://www.irfanview.net) ? > It has a plugin that compress images optimizing them for web and it reduces > at least of 50% image size. > Try it with jpeg compression

Re: [Harbour] Website layout updated!

2009-02-15 Thread Francesco Saverio Giudice
Hi Renato, for images could you compress them using irfanview (http://www.irfanview.net) ? It has a plugin that compress images optimizing them for web and it reduces at least of 50% image size. Try it with jpeg compression of 75 and 90%. I have just tested it and big images in main page can be

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

2009-02-15 Thread vszakats
Revision: 10280 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10280&view=rev Author: vszakats Date: 2009-02-15 21:26:57 + (Sun, 15 Feb 2009) Log Message: --- 2009-02-16 22:28 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + contrib/gtwvg/tests/gtwvg

Re: [Harbour] Website layout updated!

2009-02-15 Thread elart
Very good Renato... Thank you ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] WINAPI Functions .C Namespace

2009-02-15 Thread Francesco Saverio Giudice
Hi Pritpal and Viktor, Il 14/02/2009 22.52, Viktor Szakáts ha scritto: > > Hi Pritpal, > The final agreement was on wapi_commctrl.c. > So make it crystal clear: MSDN .H ( Header File Name ) where function is declared will be ppstfixed to "wapi_?.c". I was thin

Re: [Harbour] Website layout updated!

2009-02-15 Thread Francesco Saverio Giudice
Hi Renato, Il 15/02/2009 20.41, Vailton Renato ha scritto: The Harbour's site has new layout. I have update the ftp with the changes what we reviewed here in the list. My compliments, it's looks great. Some points to highlight: * If you're missing some information on page 'Crew list' pleas

Re: [Harbour] Website layout updated!

2009-02-15 Thread Vailton Renato
This is OK now. :) ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

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

2009-02-15 Thread vszakats
Revision: 10279 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10279&view=rev Author: vszakats Date: 2009-02-15 20:14:40 + (Sun, 15 Feb 2009) Log Message: --- 2009-02-16 20:54 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk/hbmk.prg +

Re: [Harbour] Website layout updated!

2009-02-15 Thread Viktor Szakáts
Hi Renato, Congrats and huge thanks for your quality work and efforts.The pages look absolutely great. Just two minor notes: - The year in the release date is shown as 2009-09-17 on main page. - Missing space separator between .tgz and .bz2 links on main page. There is a short delay after loading

[Harbour] Re: Website layout updated!

2009-02-15 Thread Vailton Renato
Ops... the correct link to "Legal notes" is http://www.harbour-project.org/legalnotes.html =D 2009/2/15 Vailton Renato : > The Harbour's site has new layout. I have update the ftp with the > changes what we reviewed here in the list. > > Some points to highlight: > > * If you're missing some infor

[Harbour] Website layout updated!

2009-02-15 Thread Vailton Renato
The Harbour's site has new layout. I have update the ftp with the changes what we reviewed here in the list. Some points to highlight: * If you're missing some information on page 'Crew list' please send me again because I probably would have deleted or lost. :S * On the page of samples lack a t

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

2009-02-15 Thread vszakats
Revision: 10278 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10278&view=rev Author: vszakats Date: 2009-02-15 17:37:12 + (Sun, 15 Feb 2009) Log Message: --- 2009-02-16 18:37 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk/hbmk.prg +

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

2009-02-15 Thread Przemyslaw Czerpak
On Fri, 13 Feb 2009, Maurilio Longo wrote: Hi Maurilio, > do you think my change can conflict in any way with current MT implementation > on OS/2? I don't think, but I'd like to hear from you on this issue. > > * harbour/include/hbthread.h > > * harbour/source/vm/thread.c > > ! fixed a bu

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

2009-02-15 Thread vszakats
Revision: 10277 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10277&view=rev Author: vszakats Date: 2009-02-15 16:46:28 + (Sun, 15 Feb 2009) Log Message: --- 2009-02-16 17:45 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk/hbmk.prg +

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

2009-02-15 Thread Viktor Szakáts
Hi Pritpal, I agree with whole concept. > Let us do it right, right now. Only pointers, > no numeric handles at all. Basically, if we have > to use existing code too, we will be changing the > function calls and there stays the whole effort. > > So, it should be like: > #define wapi_par_HWND( n

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

2009-02-15 Thread Viktor Szakáts
Yes, and sorry, I've answered before noticing this new message of yours. This seems right and even better than my suggestion. Brgds, Viktor On Sun, Feb 15, 2009 at 1:32 AM, Pritpal Bedi wrote: > > Hi > > And this sets everything right, please review: > > #define wapi_par_WNDPROC( n )( ( WN

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

2009-02-15 Thread Viktor Szakáts
Hi Pritpal, Try with this version: --- #define wapi_par_WNDPROC( n )( ( WNDPROC) ( ISNUM( n ) ? ( HB_PTRDIFF ) hb_parnint( n ) : ( HB_PTRDIFF ) hb_parptr( n ) ) ) #define wapi_par_WPARAM( n ) ( ( WPARAM ) ( ISNUM( n ) ? ( HB_PTRDIFF ) hb_parnint( n ) : ( HB_PTRDIFF ) hb_parptr(