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

2008-11-14 Thread Pritpal Bedi
Hi Viktor <<< * contrib/gtwvg/tests/demowvg.prg * Replaced '#if __MW__' with 'IF hb_vmmt()'. (not tested) >>> Thanks. It works. <<< * contrib/gtwvg/gtwvg.c * contrib/gtwvg/wvgclass.prg * contrib/gtwvg/wvgax.prg * contrib/gtwvg/wvgphdlr.prg * contrib/gtwvg/wvgpaint.prg *

[Harbour] 2008-11-14 20:57 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-11-14 Thread Pritpal Bedi
2008-11-14 20:57 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/contrib/gtwvg/gtwvg.c * harbour/contrib/gtwvg/wvgsink.c ! Pacified some warnings. ! Formatting per Harbour standards. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/2008-11-14-20%3A57-U

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

2008-11-14 Thread Szakáts Viktor
2008-11-15 01:43 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * make_b32.mak * make_vc.mak * contrib/mtpl_b32.mak * contrib/mtpl_vc.mak * Minor fix. * contrib/hbcurl/make_b32.bat * contrib/hbcurl/make_vc.bat * contrib/hbcurl/Makefile - Removed recently added HB_HBCURL_USR_C

Re: [Harbour] 2008-11-14 00:45 UTC-0800 PritpalBedi ([EMAIL PROTECTED])

2008-11-14 Thread Szakáts Viktor
I use this sequence: CD \HARBOUR CALL MAKE_B32 CLEAN CALL MAKE_B32 CALL MAKE_B32 INSTALL CD \HARBOUR\CONTRIB CALL MAKE_B32_ALL CLEAN CALL MAKE_B32_ALL CALL MAKE_B32_ALL INSTALL <--- this is also needed !!! CD \HARBOUR BTW, in an attempt to further sync GNU and non-GNU make (and make building e

Re: [Harbour] 2008-11-14 07:26 UTC-0800 Pritpal Bedi([EMAIL PROTECTED])

2008-11-14 Thread Szakáts Viktor
I have a little idea for made easy compile harbour sample Is Possible having instead Hbmk -mt -gui -d__MW__ demowvg.prg If you use hbmk_*.bat found in the directory of demowvg.prg, '-gui' isn't needed since very long. '-D__MW__' can be autodetected at runtime. 'set HB_USER_LIBS=hbwin.lib ...' l

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

2008-11-14 Thread Szakáts Viktor
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. -- Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbou

Re: [Harbour] 2008-11-14 00:45 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-11-14 Thread Szakáts Viktor
Hi Francesco, Hi Viktor, I'm not explained correctly. I do everytime: set_vars.bat (where I have my env vars defined) hbmake_b32.bat clean hbmake_b32.bat hbmake_b32.bat install Do you mean /make_b32.bat here? with last SVN last command doesn't work. What does it mean exactly "doesn't wor

[Harbour] Make_b32 install?

2008-11-14 Thread Maurizio la Cecilia
I no longer obtain the command "make_b32 install" to work. Any hint? TIA Maurizio la Cecilia ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] 2008-11-14 00:45 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-11-14 Thread Szakáts Viktor
Can you please try now. But how to link hbwin.lib with this build is unknown to me. <<< Then another problem (Viktor ?) with last SVN make_b32.bat in main folder won't work using install parameter after build. (I had to manually copy libs from lib\b32 to lib. I'm doing other tests. I confir

Re: [Harbour] 2008-11-14 00:45 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-11-14 Thread Francesco Saverio Giudice
Hi Viktor, I'm not explained correctly. I do everytime: set_vars.bat (where I have my env vars defined) hbmake_b32.bat clean hbmake_b32.bat hbmake_b32.bat install with last SVN last command doesn't work. Best Regards Francesco Il 14/11/2008 16.11, Szakáts Viktor ha scritto: Hi Francesco, I

RE: [Harbour] 2008-11-14 07:26 UTC-0800 Pritpal Bedi([EMAIL PROTECTED])

2008-11-14 Thread Massimo Belgrano
I have a little idea for made easy compile harbour sample Is Possible having instead Hbmk -mt -gui -d__MW__ demowvg.prg In demowvg.prg a row like *hbmk_default=-mt -gui -d__MW__ And Compile simply with Hbmk demowvg Particularly if hbmk.prg was done as I hope please examine my idea -Origina

Re: [Harbour] Little bug with first line options ...

2008-11-14 Thread Przemyslaw Czerpak
On Fri, 14 Nov 2008, Guy Roussin wrote: Hi Guy, > I add this line on top of my PRG : > #/usr/bin/hbrun //gtcgi > I notice that the option //gtcgi is not activated > if the prg file is a DOS file (CRLF) but works > fine if the file is saved as a UNIX file ... So the behavior is correct. For linux

Re: [Harbour] Re: Harbour under OS/2 - OpenWatcom

2008-11-14 Thread Przemyslaw Czerpak
On Fri, 14 Nov 2008, Maurilio Longo wrote: Hi Maurilio, > I did one more test and I've found that -bm has a great impact, on memory > mostly, speedtst ST: > T029 with -bm 22 sec. > T030 with -bm 25 sec. > T029 w/o -bm 1.6 sec. > T030 w/o -bm 2.0 sec. Exactly. It has horrible performance impact w

RE: [Harbour] 2008-11-14 00:45 UTC-0800 PritpalBedi ([EMAIL PROTECTED])

2008-11-14 Thread Massimo Belgrano
This is correct FLOW CD \HARBOUR CALL MAKE_B32 CLEAN CALL MAKE_B32 CD \HARBOUR\CONTRIB CALL MAKE_B32_ALL CLEAN CALL MAKE_B32_ALL CD \HARBOUR CALL MAKE_B32 INSTALL -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Szakáts Viktor Sent: Friday, November 14, 20

[Harbour] Re: Harbour under OS/2 - OpenWatcom

2008-11-14 Thread David Arturo Macias Corona
Maurilio: >The "bm" option must be specified since we are creating a multi-threaded >application. If your multi-threaded application contains more than one >module, each module must be compiled using the "bm" switch. >So, it is not enough to buil hbvmmt with bm but all libs, but, doing so, >wha

[Harbour] 2008-11-14 07:26 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-11-14 Thread Pritpal Bedi
2008-11-14 07:26 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/contrib/gtwvg/wvgax.prg * harbour/contrib/gtwvg/wvgphdlr.prg ! Hash() => hb_hash() * harbour/contrib/gtwvg/tests/demowvg.prg - #ifdef HB_ACTIVEX Sorry I left few defines untouched. hbmk_b32 -mt -gui dem

Re: [Harbour] 2008-11-14 00:45 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-11-14 Thread Pritpal Bedi
Hello Francesco <<< Which flags I have to use to compile it ? I have tried also with hbmk_b32.bat -mt -gui demowvg (missing xhb.lib from HB_USER_LIBS) but result is that demo runs but no ActiveX samples works. (in MT mode I see only a windows frame appear and disappear immediately) >>> Can yo

Re: [Harbour] 2008-11-14 00:45 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-11-14 Thread Szakáts Viktor
Hi Francesco, I have tried also with hbmk_b32.bat -mt -gui demowvg (missing xhb.lib from HB_USER_LIBS) but result is that demo runs but no ActiveX samples works. (in MT mode I see only a windows frame appear and disappear immediately) Then another problem (Viktor ?) with last SVN make_b32

Re: [Harbour] 2008-11-14 00:45 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-11-14 Thread Francesco Saverio Giudice
Hi Pritpal, I have some problems with new demo demowvg.prg Which flags I have to use to compile it ? I have tried also with hbmk_b32.bat -mt -gui demowvg (missing xhb.lib from HB_USER_LIBS) but result is that demo runs but no ActiveX samples works. (in MT mode I see only a windows frame appear

Re: [Harbour] Re: Harbour under OS/2 - OpenWatcom

2008-11-14 Thread Maurilio Longo
I did one more test and I've found that -bm has a great impact, on memory mostly, speedtst ST: T029 with -bm 22 sec. T030 with -bm 25 sec. T029 w/o -bm 1.6 sec. T030 w/o -bm 2.0 sec. Best regards. Maurilio. PS. speedtst MT takes nearly twice. Maurilio Longo wrote: > Przemyslaw, David, > > B

Re: [Harbour] Re: Harbour under OS/2 - OpenWatcom

2008-11-14 Thread Maurilio Longo
Przemyslaw, David, BTW, from watcom docs I read: The "bm" option must be specified since we are creating a multi-threaded application. If your multi-threaded application contains more than one module, each module must be compiled using the "bm" switch. So, it is not enough to buil hbvmmt with bm

[Harbour] Little bug with first line options ...

2008-11-14 Thread Guy Roussin
Hi, I add this line on top of my PRG : #/usr/bin/hbrun //gtcgi I notice that the option //gtcgi is not activated if the prg file is a DOS file (CRLF) but works fine if the file is saved as a UNIX file ... Thank you, Guy ___ Harbour mailing list Harb

Re: [Harbour] Re: Harbour under OS/2 - OpenWatcom

2008-11-14 Thread Maurilio Longo
Przemyslaw, David, David Arturo Macias Corona wrote: > > We can ignore -5[r], -fp5, -6[r], -fp6 > I did some tests this morning, passing from no options to -6r -6fp changes speedtst ST time from 16.8 to 16.6 seconds, so they're worth nothing. > You are missing -bm for MT > I've not used it and

[Harbour] Compatible 2008 server 64 bit and 32 bit harbour BCC program

2008-11-14 Thread Massimo Belgrano
Windows 2008 server 64 bit will run on console a Harbour program compiled in 32 bit with BCC? Wich is the suggested c compiler for harbour om this os? will it run old 32-bit programs. After Installing the 64-bit version of Windows Vist? . I invite Anybody to share exprerience about Windows server

RE: [Harbour] 2008-11-14 00:45 UTC-0800 Pritpal Bedi([EMAIL PROTECTED])

2008-11-14 Thread Massimo Belgrano
I totally agree with idea of common and portable class framework, to build futuristic CUI/GUI applications development and maintainability easier My Compliment to Pritpal Bedi (GT GURU) for give us in windows platform so powerful tools like gtevg My Compliment also to Andy Wos have made the great

Re: [Harbour] Re: Harbour under OS/2 - OpenWatcom

2008-11-14 Thread Przemyslaw Czerpak
On Thu, 13 Nov 2008, David Arturo Macias Corona wrote: Hi David, > Not. > -bt should be present > Which I removed was osn, value used in message: > "creating a (osn) executable" > by default is OS/2 OK. > >> changed -5 to -5r because -5 is for 16bit code. > >I think it does not cause any diff

[Harbour] 2008-11-14 00:45 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-11-14 Thread Pritpal Bedi
2008-11-14 00:45 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/contrib/gtwvg/gtwvg.c + New HB_GTI_ + HB_GTE_ messages. * harbour/contrib/gtwvg/wvgutils.c - Excluded WIN_* Windows API functions. + harbour/contrib/gtwvg/wvgwin.c + Included WIN_* Windows API functions. +