Re: [Harbour] wince (wcecon not ruuning on PocketPc)

2008-11-15 Thread Abeb
is WinCe fix already? does anybody sucsessfuly run WinCe programs? Thanks for any help. Przemyslaw Czerpak-2 wrote: > > On Sun, 09 Nov 2008, Pritpal Bedi wrote: > > Hi Pritpal, > >> Show up your link script. >> I suspect you are are linking gtnul instead of gtwin. > > Current GTWVT does

Re: [Harbour] big window in gtwvg

2008-11-15 Thread Ciro Vargas Clemow
Pritpal Bedi escribió: Hi how can I resize my gtwvg window to the max size by CODE (program), not by resize with mouse. Implemented. hb_gtInfo( HB_GTI_SPEC, HB_GTS_WNDSTATE, HB_GTS_WS_MAXIMIZE ) Please refer to hbgtinfo.ch for more window states. Regards Pritpal Bedi thanks Pritpal Bes

Re: [Harbour] big window in gtwvg

2008-11-15 Thread Ciro Vargas Clemow
Pritpal Bedi escribió: Ciro Was it your question? that at some point window gets black... No Pritpal , I no have questions, all it is ok. Best regards Ciro -- http://sistemascvc.tripod.com (la casa del clip2win y nodosimp / the no2imp and clip2win home ) http://www.oohg.org ( Object

Re: [Harbour] big window in gtwvg

2008-11-15 Thread Pritpal Bedi
Ciro Was it your question? that at some point window gets black... I have fixed this bug. Please report your findings here. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/big-window-in-gtwvg-tp20448159p20520965.html Sent from the Harbour - Dev mailing list archi

Re: [Harbour] big window in gtwvg

2008-11-15 Thread Pritpal Bedi
Hi >how can I resize my gtwvg window to the max size by CODE (program), not by >resize with mouse. Implemented. hb_gtInfo( HB_GTI_SPEC, HB_GTS_WNDSTATE, HB_GTS_WS_MAXIMIZE ) Please refer to hbgtinfo.ch for more window states. Regards Pritpal Bedi -- View this message in context: http://ww

[Harbour] 2008-11-15 13:12 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-11-15 Thread Pritpal Bedi
2008-11-15 13:12 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/contrib/gtwvg/gtwvg.c * harbour/contrib/gtwvg/gtwvg.h - pWVT->bResizing - pWVT->bAlreadySizing ; Optimized resizing behavior. Now Window must not flicker until resizing is finished. Please test. If this eff

[Harbour] 2008-11-15 08:17 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-11-15 Thread Pritpal Bedi
2008-11-15 08:17 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/contrib/gtwvg/gtwvg.c * harbour/contrib/gtwvg/gtwvg.h + BOOL bDeferPaint; member. * harbour/contrib/gtwvg/hbgtwvg.ch + #define HB_GTI_DEFERPAINT Implemented hb_gtInfo( HB_GTI_DEFERPAINT, FALSE | TRUE ) F

Re: [Harbour] nmake optimization for .prg

2008-11-15 Thread Szakáts Viktor
Here is the logic converted to plain batch solution (needs Windows NT or upper), if anyone is interested: #*** # General *.prg --> *.obj COMPILE rules for STATIC Libraries #*** !if "$(HB_BATCH_

Re: [Harbour] nmake optimization for .prg

2008-11-15 Thread Szakáts Viktor
Finally, by creating a small external tool to convert the list of .prg files to .c files in the object directory, it's now possible to use the batch rules with MSVC. It speeded up build creation quite noticeably, and made the output much cleaner (one harbour, one C compiler, one linker and one re

R: [Harbour] 2008-11-14 20:49 UTC+0100 Viktor Szakats

2008-11-15 Thread Maurizio la Cecilia
Hi Viktor. Thx. Fixed for me. Best regards. Maurizio la Cecilia ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] 2008-11-15 01:43 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-11-15 Thread Szakáts Viktor
Hi Pritpal, 'TrackMouseEvent' is included in . SO do not know why it remains undefined. Maybe a missing header, or maybe version differences in platform SDK? <<< .\wvgsink.c(455) : error C2039: 'n1' : is not a member of 'tagVARIANT' .\wvgsink.c(457) : error C2039: 'n1' : is not

Re: [Harbour] 2008-11-14 20:49 UTC+0100 Viktor Szakats

2008-11-15 Thread Francesco Saverio Giudice
Hi Viktor, Il 14/11/2008 20.55, Szakáts Viktor ha scritto: 2008-11-14 20:49 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * make_b32.mak * make_vc.mak * Possible fix to install problem. I can't test at the moment. -- Thank you, now it works as usual. Best regards Francesco _