[Harbour] 2008-06-10 23:06 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-06-11 Thread Pritpal Bedi
2008-06-10 23:06 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/source/rtl/gtwvt/gtwvt.c ! Fixed maximized state. Borders were missing. - Removed functionality to force Windows not to show Windows contents while resizing. ; Instead application can issue : To

[Harbour] RE: Harbour Digest, Vol 20, Issue 38

2008-06-11 Thread Horodyski Marek (PZUZ)
Message: 7 Date: Sat, 7 Jun 2008 10:39:24 +0200 From: Massimo Belgrano [EMAIL PROTECTED] Subject: [Harbour] Upating website [...] Will same people write What is Harbour? For adding in website I have tried here with my worse English http://en.wikipedia.org/wiki/Harbour_compiler I invite

Re: [Harbour] Testing RC1

2008-06-11 Thread Alex Strickland
Alex Strickland wrote: Compiling RC1 with MSVC 6 went perfectly. I only have ADS 9 and FreeImage on my machine, so a number of the contribs were not compiled. The only error I got was for DirectDraw: cl.exe -c -MT -I..\..\include -Ogt2yb1p -GX- -G6 -YX -FD -Gs -W3 -nologo -TP

Re: [Harbour] Testing RC1

2008-06-11 Thread Szakáts Viktor
Hi Alex, The only error I got was for DirectDraw: cl.exe -c -MT -I..\..\include -Ogt2yb1p -GX- -G6 -YX -FD -Gs -W3 - nologo -TP-Fo..\..\obj\vc\\\ .\w32_ddrw.cpp w32_ddrw.cpp .\w32_ddrw.h(61) : error C2065: 'IDirectDrawSurface4' : undeclared identifier You may need a newer version of

RE: [Harbour] 2008-06-10 15:35 UTC+0800 PritpalBedi([EMAIL PROTECTED])

2008-06-11 Thread Massimo Belgrano
On 1900*1200 woring fine with standard font. Can somebody help me add to wvttext a way for changing the font at runtime? add wvg to reference of project because using Wvt_ChooseFont STATIC FUNCTION choose_FONT static A_FONT[8] local x_ratio,x_alt,x_lar a_font :=

[Harbour] Warnings

2008-06-11 Thread Enrico Maria Giordano
Warning W8004 source\rtl\gtwvt\gtwvt.c 529: 'height' is assigned a value that is never used in function hb_gt_wvt_FitSize Warning W8004 source\rtl\gtwvt\gtwvt.c 528: 'width' is assigned a value that is never used in function hb_gt_wvt_FitSize EMG -- EMAG Software Homepage:

Re: [Harbour] Warnings

2008-06-11 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Szakáts Viktor [EMAIL PROTECTED] A: Harbour Project Main Developer List. harbour@harbour-project.org Data invio: mercoledì 11 giugno 2008 14.49 Oggetto: Re: [Harbour] Warnings Hi EMG, I'm planning to commit some changes to this file, which will also fix

[Harbour] Wvt_ChooseFont return incorrect parameter

2008-06-11 Thread Massimo Belgrano
Wvt_ChooseFont return incorrect parameter FUNC MAIN WVT_CORE() WVT_UTILS() choose_FONT() CLS INKEY(0) RETURN STATIC FUNCTION choose_FONT static A_FONT[8] a_font := Wvt_ChooseFont(a_font[1],a_font[2],a_font[3],a_font[4],a_font[5], a_font[6], a_font[7],

[Harbour] 2008-06-11 16:22 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-06-11 Thread Przemyslaw Czerpak
2008-06-11 16:22 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbw32/dllcall.c * added casting of wOrdinal to HB_PTR_DIFF to avoid waring * disabled asm code for WIN64 builds * disabled asm code for WINCE builds * disabled some code which breaks WINCE

Re: [Harbour] Wvt_ChooseFont return incorrect parameter

2008-06-11 Thread Pritpal Bedi
Massimo Massimo Belgrano-3 wrote: Wvt_ChooseFont return incorrect parameter ... ? a_font[3] // IY RETURN ALWAYS 0 Hb_GtInfo( HB_GTI_FONTNAME,a_font[1]) Hb_GtInfo( HB_GTI_FONTWIDTH, a_font[2] ) Hb_GtInfo( HB_GTI_FONTSIZE ,a_font[3] ) ... You are again mixing two

Re: [Harbour] Some more HB_GTI_ slots

2008-06-11 Thread Szakáts Viktor
Hi Pritpal, I plan to introduce some HB_GTI slots as HB_GTI_HIDE will hide the console HB_GTI_SHOW will restore the console if it is hidden I'm not sure if these has any meaning outside the Windows worlds, so I vote no. I'd also not be happy as a user to have a hidden app

RE: [Harbour] Some more HB_GTI_ slots

2008-06-11 Thread Massimo Belgrano
I agree as good this HB_GTI also can be used from few application The Best is HB_GTI_SETCLOSE I notice also the capability of Show process in task bar will be useful and different from hide/show -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pritpal

Re: [Harbour] Some more HB_GTI_ slots

2008-06-11 Thread Lorenzo Fiorini
On Wed, Jun 11, 2008 at 5:07 PM, Pritpal Bedi [EMAIL PROTECTED] wrote: Hello Viktor and all, I plan to introduce some HB_GTI slots as HB_GTI_HIDE will hide the console HB_GTI_SHOW will restore the console if it is hidden HB_GTI_MAXIMIZE will maximize the console

Re: [Harbour] Some more HB_GTI_ slots

2008-06-11 Thread Szakáts Viktor
Harbour is still a multiplatform project, so we should all think out of the Windows box. Useful is _only_ useful for Harbour if multiplatform. Windows specific stuffs belong to the contrib area. Brgds, Viktor On 2008.06.11., at 17:38, Massimo Belgrano wrote: I agree as good this HB_GTI also

Re: [Harbour] Some more HB_GTI_ slots

2008-06-11 Thread Szakáts Viktor
Hi Lorenzo, Opinions... If we care about multiplatform, I think we should try to keep the GTs in sync. It would be great if you could comment on the recent or planned features, I personally still only use Windows, so my overview of other platforms is slim, and it's sometime difficult to

RE: [Harbour] Wvt_ChooseFont return incorrect parameter

2008-06-11 Thread Massimo Belgrano
you CAN see where i see size of font in selection dialog If I choice arial regular size 10 like here http://www.bigbcreations.com/Images/screenshots/ChooseFont.jpg where are size:10 in return parameter? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

[Harbour] (no subject)

2008-06-11 Thread Massimo Belgrano
Possible add to tests\vtext.prg ? STATIC FUNCTION DispScreen() CLS DispOutAt( 0,0,padc( 'Harbour GT - New Features', maxcol()+1 ), 'N/GR*' ) ?__ __ __ ?___ / / /_ __ /___ ___ /__ __/ ?__ /_/ /_ __ `/_

[Harbour] [RC1] 2008-06-11 19:39 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-06-11 Thread Szakáts Viktor
2008-06-11 19:39 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/xhb/Makefile * contrib/xhb/common.mak - Removed some xhb specific non-standard headers from the list of those getting installed to the Harbour central include dir. Only hbcompat.ch, hbcompat.h and

[Harbour] 2008-06-11 19:39 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-06-11 Thread Szakáts Viktor
2008-06-11 19:39 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * ChangeLog + Marked changes merged with RC1. -- Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Some more HB_GTI_ slots

2008-06-11 Thread Lorenzo Fiorini
On Wed, Jun 11, 2008 at 5:54 PM, Szakáts Viktor [EMAIL PROTECTED] wrote: It would be great if you could comment on the recent or planned features, I personally still only use Windows, so my overview of other platforms is slim, and it's sometime difficult to know how things are elsewhere.

[Harbour] Errors

2008-06-11 Thread Enrico Maria Giordano
Error E2451 .\dllcall.c 753: Undefined symbol 'HB_PTR_DIFF' in function HB_FUN_DLLPREPARECALL Error E2121 .\dllcall.c 753: Function call missing ) in function HB_FUN_DLLPREPARECALL EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page:

[Harbour] 2008-06-11 12:30 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-06-11 Thread Pritpal Bedi
2008-06-11 12:30 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/source/rtl/gtwvt/gtwvt.c * harbour/source/rtl/gtwvt/gtwvt.h * harbour/include/hbgtinfo.ch + Added HB_GTI_CLOSABLE Hb_GtInfo( HB_GTI_CLOSABLE, TRUE|FALSE ) - lPrevState TRUE enables the X button, FALSE

Re: [Harbour] 2008-06-07 13:26 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-11 Thread Szakáts Viktor
Hi Javier, Thanks a bunch for your update. I'll commit it ASAP. As for a name I'd suggest LIBC_SPRINTF() or C_SPRINTF(), maybe HB_SPRINTF() as alternatives. Votes, suggestions and opinions are welcome. Brgds, Viktor On 2008.06.11., at 21:05, Javier wrote: Ok Viktor, I do it. Now support

[Harbour] 2008-06-11 13:30 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-06-11 Thread Pritpal Bedi
2008-06-11 13:30 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/tests/wvtext.prg + Added Massimo's contribution. Regards Pritpal Bedi -- View this message in context:

[Harbour] Web site in Polish

2008-06-11 Thread ABIX - Adam Jurkiewicz
Dears, I'm writing presentation about Harbour and Ive found on main page link to polish version: http://www.harbour.pl.eu.org/ This site is still Under Construction ... and is not in DNS system. Can anyone tell me, who is responsible for it ? I would like to make something for Harbour Project,

[Harbour] Window updates vs. long Harbour processes

2008-06-11 Thread Szakáts Viktor
Hi all, There is a problem when an application is calling a process which takes a long time, and doesn't involve screen activity or user input processing. (aka the code does't return to the HVM loop for a longer time). Like a dbSetFilter() or dbPack() call on a large table, or indexing without a

[Harbour] 2008-06-11 23:59 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-06-11 Thread Szakáts Viktor
2008-06-11 23:59 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbmisc/spd.c + Added support for index indirect arguments ANSI C99. ; Update contributed by original author: Xavi [EMAIL PROTECTED]. Thanks! * Function renamed from _SPD() to C_SPRINTF().

[Harbour] 2008-06-12 01:40 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-06-11 Thread Przemyslaw Czerpak
2008-06-12 01:40 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbw32/dllcall.c ! fixed typo in previous modification. It should be HB_PTRDIFF instead of HB_PTR_DIFF best regards Przemek ___ Harbour mailing list

[Harbour] 2008-06-12 01:47 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-06-11 Thread Szakáts Viktor
2008-06-12 01:47 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/gtwvt/gtwvt.c ! Fixed remaining MarkCopy trashing while doing the selection. * I've undone fix (2008-06-09 14:48 UTC+0800) for non-selectable maxrow/maxcol, since after the fix the _first_ row/col