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

2008-10-22 Thread Pritpal Bedi
2008-10-22 23:01 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/tests/wvtext.prg Updated to demonstrate multi-windows GT capabilities. A REMINDER : This development alone places Harbour much higher than so many dialects. Mind-blowing feature. I had ever

Re: [Harbour] 2008-10-22 05:03 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-10-22 Thread Bill Smith
In SuSE 10.3, using gcc I get: Harbour 1.1.0dev (Rev. 9582) Copyright (c) 1999-2008, http://www.harbour-project.org/ Compiling 'wvtext.prg'... Lines 794, Functions/Procedures 9 Generating C source output to 'wvtext.c'... Done. ./wvtext.o:(.data+0x1b8): undefined reference to `HB_FUN_HB_GT_WVT'

[Harbour] 2008-10-22 12:09 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-10-22 Thread Szakáts Viktor
2008-10-22 12:09 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * tests/wvtext.prg ! Fixed GT selection code. * contrib/rddsql/mysqldd.c + Added ugly hack to make it compile with MSVC. ! Fixed MSVC 64-bit warning. * source/rtl/gtapi.c * Minor formatting. -- Brgds, Viktor

[Harbour] Warning

2008-10-22 Thread Enrico Maria Giordano
Warning W8004 source\rtl\gtwvt\gtwvt.c 1557: 'hWnd' is assigned a value that is never used in function hb_gt_wvt_CreateWindow EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games:

Re: [SPAM] Re: [Harbour] 2008-10-09 20:51 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-10-22 Thread Szakáts Viktor
Hi folks, I was concentrating on documented GET syntax in both the regression tests and GET fixes, as I believe this is what is essentially important from the language's POV. If such further undocumented ways of using GET is important please feel free to modify it as long as it doesn't break

Re: RE: [Harbour] 2008-10-22 05:03 UTC+0200 Przemyslaw Czerpak(druzus/at/priv.onet.pl)

2008-10-22 Thread Przemyslaw Czerpak
On Wed, 22 Oct 2008, Massimo Belgrano wrote: Hi Massimo and Pritpal I have same problem, can you explain how you have resolved GTWVT is GUI code and in BCC such applications need special linker switch AFAIR -tW. Probably adding: set C_USR=-tW should be enough. We should probably think about

[Harbour] 2008-10-22 14:08 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-10-22 Thread Szakáts Viktor
2008-10-22 14:08 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * tests/rto_get.prg + Added tests for assigments as function calls (o:col( 10 ) and some for assigments as _function calls (o:_col( 10 )). * bin/hbmk.bat * make_vc.mak - Removed /subsystem:console from LDFLAGS.

Re: [Harbour] 2008-10-22 05:03 UTC+0200 Przemyslaw Czerpak(druzus/at/priv.onet.pl)

2008-10-22 Thread Przemyslaw Czerpak
On Wed, 22 Oct 2008, Szak�ts Viktor wrote: hbmk.bat has -tWM by default, so it should be okay. (but I didn't test it for this case specifically). I'm not BCC user but I thought that -tWM enables only MT mode but does not force GUI and WinMain() startup. If not then we may need additional switch

Re: [Harbour] 2008-10-22 05:03 UTC+0200 Przemyslaw Czerpak(druzus/at/priv.onet.pl)

2008-10-22 Thread Szakáts Viktor
Hi Przemek, Yes, you're right, -tW is the one for BCC, and this is exactly the one I used in C_USR to build the GTWVG test program. Thanks for the SHIFT tip. Brgds, Viktor On 2008.10.22., at 14:20, Przemyslaw Czerpak wrote: On Wed, 22 Oct 2008, Szak�ts Viktor wrote: hbmk.bat has -tWM by

[Harbour] 2008-10-22 14:51 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-10-22 Thread Szakáts Viktor
2008-10-22 14:51 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * bin/hbmk.bat + Added support for 'set HB_GUI=yes' Currently implemented for BCC32 and MSVC. + Added support for 'set HB_MT=yes' (instead of 'MT') for consistency. MT seems to be an xhb heritage and it

[Harbour] ChangeLog 2008-10-22 16:00 UTC+0300 Mindaugas Kavaliauskas

2008-10-22 Thread Mindaugas Kavaliauskas
2008-10-22 16:00 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * contrib/rddsql/hbsqldd.h * contrib/rddsql/sqlbase.c * contrib/rddsql/sqlmix.c * contrib/rddsql/mysqldd.c * Finished implementation of national sorting support * converted // comments to /* */ *

[Harbour] 2008-10-22 14:57 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-10-22 Thread Szakáts Viktor
2008-10-22 14:57 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * bin/hbmk_os2.cmd + Added support for HB_MT=yes. + Added support for -mt switch. * bin/hbmk.cmd ! Typo in help screen. -- Brgds, Viktor ___ Harbour mailing list

Re: [Harbour] ChangeLog 2008-10-22 16:00 UTC+0300 Mindaugas Kavaliauskas

2008-10-22 Thread Mindaugas Kavaliauskas
2008-10-22 16:00 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * contrib/rddsql/hbsqldd.h * fixed BYTE * val - BYTE val[1] Hi, Viktor, my code: typedef struct _MIXKEY { ULONG rec; BYTE notnul; BYTE val[]; } MIXKEY, *PMIXKEY; was

Re: [Harbour] ChangeLog 2008-10-22 16:00 UTC+0300 Mindaugas Kavaliauskas

2008-10-22 Thread Szakáts Viktor
Hi Mindaugas, BYTE val[ 1 ]; this is not harmfull, but makes allocation of 1 extra byte. Does MSVC gives error on BYTE val[]; ? Does anyone know how to change it to be MSVC compatible? Yes, it gave and error, and it was just a humble attempt to correct it, thanks for

Re: [Harbour] ChangeLog 2008-10-22 16:00 UTC+0300 Mindaugas Kavaliauskas

2008-10-22 Thread Mindaugas Kavaliauskas
Hi, Szakáts Viktor wrote: Right now these are the MSVC warnings (last two may be important): mysqldd.c(429) : warning C4701: potentially uninitialized local variable 'pItemEof' used Yes, this could be important. Actually, I left comment about it a few dozens lines above warning place. I

Re: [Harbour] ChangeLog 2008-10-22 16:00 UTC+0300 Mindaugas Kavaliauskas

2008-10-22 Thread Szakáts Viktor
mysqldd.c(353) : warning C4701: potentially uninitialized local variable 'pFieldInfo' used This should not be a problem, since pFieldInfo.uiType is uninitialiased only if previous switch() sentence uses default clause. But in this case bError is TRUE, and switch( pFieldInfo.uiType ) is

[Harbour] Multi windows Virtual Phisycal other littke suggestion

2008-10-22 Thread Massimo Belgrano
Thanks to upcoming update we have multi-window GT. So This can be a good moment for a little proposal: 1) is possible Having Virtual size of screen different from Phisycal Physical WINDOWS WILL BE MORE BIG OR MORE LITTLE (mobile device) THAT logical console windows The windows created will be

[Harbour] ChangeLog 2008-10-22 17:17 UTC+0300 Mindaugas Kavaliauskas

2008-10-22 Thread Mindaugas Kavaliauskas
2008-10-22 17:17 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) + contrib/rddads/adsx.c + added implementation of local indexing support for ADS driver. Local indexing is used in case server can not do index creation, for example: index key depends on relation child

RE: [Harbour] 2008-10-22 05:03 UTC+0200 PrzemyslawCzerpak(druzus/at/priv.onet.pl)

2008-10-22 Thread Massimo Belgrano
set HB_USER_LIBS=gtwvt.lib set HB_MT=yes set C_USR=-tW bld_b32 mttest10 when run mttest10 open and close immediately -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Szakáts Viktor Sent: Wednesday, October 22, 2008 2:43 PM To: Harbour Project Main

Re: [Harbour] ChangeLog 2008-10-22 17:17 UTC+0300 Mindaugas Kavaliauskas

2008-10-22 Thread Szakáts Viktor
Hi Mindaugas (and all), It's very easy to update make files now, the new source file has to be added to local Makefile and common.mak, following the existing files. That's all. (Makefile needs tab for indenting, common.mak needs simple spaces, that's the only notable thing to be aware of.)

Re: [Harbour] ChangeLog 2008-10-22 16:00 UTC+0300 MindaugasKavaliauskas

2008-10-22 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Mindaugas Kavaliauskas [EMAIL PROTECTED] A: Harbour Project Main Developer List. harbour@harbour-project.org Data invio: mercoledì 22 ottobre 2008 15.14 Oggetto: Re: [Harbour] ChangeLog 2008-10-22 16:00 UTC+0300 MindaugasKavaliauskas BYTE val[];

Re: [Harbour] 2008-10-22 17:07 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-10-22 Thread Mindaugas Kavaliauskas
Hi, * contrib/rddads/adsx.c ! Fixed codepage/MT related compile error. ! Some warnings. Thanks. ! svn:keywords, svn:eol-style Hmm, I've set svn:keywords to Author Date Id Revision and svn:eol-style to native before commit. It had to be OK... Best regards, Mindaugas

Re: [Harbour] 2008-10-22 17:07 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-10-22 Thread Szakáts Viktor
Hi Mindaugas, On 2008.10.22., at 17:26, Mindaugas Kavaliauskas wrote: Hi, * contrib/rddads/adsx.c ! Fixed codepage/MT related compile error. ! Some warnings. Thanks. ! svn:keywords, svn:eol-style Hmm, I've set svn:keywords to Author Date Id Revision and svn:eol- style to

[Harbour] 2008-10-22 17:07 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-10-22 Thread Szakáts Viktor
2008-10-22 17:07 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * bin/hbmk.bat * Minor. * contrib/rddsql/mysqldd.c ! Fixed one warning. * contrib/rddads/adsx.c ! Fixed codepage/MT related compile error. ! Some warnings. ! svn:keywords, svn:eol-style -- Brgds, Viktor

[Harbour] Respuesta automática

2008-10-22 Thread eyelagui
Me cansé de que hotmail me mande a la basura todo mi correo útil y siga dejando entrar a mi bandeja de entrada todo el correo basura.Me cambié al correo de google, te recomiendo hacer lo mismo.Puse este msg. porque la gente de hotmail es tan idiota que no tiene una opción para liminar la cuenta,

[Harbour] Respuesta automática

2008-10-22 Thread eyelagui
Me cansé de que hotmail me mande a la basura todo mi correo útil y siga dejando entrar a mi bandeja de entrada todo el correo basura.Me cambié al correo de google, te recomiendo hacer lo mismo.I´m tired of hotmail trowing all my useful email to trash as spam and letting so much spam to get into my

Re: [Harbour] ChangeLog 2008-10-22 16:00 UTC+0300 Mindaugas Kavaliauskas

2008-10-22 Thread Przemyslaw Czerpak
On Wed, 22 Oct 2008, Mindaugas Kavaliauskas wrote: Hi Mindaugas, Yes, this could be important. Actually, I left comment about it a few dozens lines above warning place. I can find an answer in 10 minutes, but I hope Przemek will answer in a second, so I'll ask it here: When

[Harbour] Respuesta automática

2008-10-22 Thread eyelagui
Me cansé de que hotmail me mande a la basura todo mi correo útil y siga dejando entrar a mi bandeja de entrada todo el correo basura.Me cambié al correo de google, te recomiendo hacer lo mismo.I´m tired of hotmail trowing all my useful email to trash as spam and letting so much spam to get into my

[Harbour] 2008-10-22 17:45 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-10-22 Thread Przemyslaw Czerpak
2008-10-22 17:45 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/bin/hbmk.bat * simple modification to make beginning hbmk parameters (-mt and -gui) position independent though they still have to be used before Harbour/ C compiler switches and filenames *

[Harbour] Respuesta automática

2008-10-22 Thread eyelagui
Me cansé de que hotmail me mande a la basura todo mi correo útil y siga dejando entrar a mi bandeja de entrada todo el correo basura.Me cambié al correo de google, te recomiendo hacer lo mismo.I´m tired of hotmail trowing all my useful email to trash as spam and letting so much spam to get into my

RE: [Harbour] Respuesta automática

2008-10-22 Thread Massimo Belgrano
Also in my opinion gmail is far superior that hotmail Hand you have all powerfull of google document and ph From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, October 22, 2008 5:32 PM To: harbour@harbour-project.org Subject: [Harbour] Respuesta

[Harbour] 2008-10-22 19:13 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-10-22 Thread Przemyslaw Czerpak
2008-10-22 19:13 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/thread.c ! fixed memory allocation in HB_THREADWAIT() when more then 16 threads were specified best regards Przemek ___ Harbour mailing list

[Harbour] 2008-10-22 19:52 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-10-22 Thread Przemyslaw Czerpak
2008-10-22 19:52 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/gttrm/gttrm.c * use CP437 for BOX characters when terminal is in UTF-8 mode best regards Przemek ___ Harbour mailing list Harbour@harbour-project.org

Re: RE: [Harbour] 2008-10-22 05:03 UTC+0200 PrzemyslawCzerpak(druzus/at/priv.onet.pl)

2008-10-22 Thread Przemyslaw Czerpak
On Wed, 22 Oct 2008, Massimo Belgrano wrote: Hi Massimo, set HB_USER_LIBS=gtwvt.lib set HB_MT=yes set C_USR=-tW bld_b32 mttest10 when run mttest10 open and close immediately Please try hbmk.bat without any environment variables like HB_MT or C_USR, f.e.: hbmk -mt -gui mttest10 and

[Harbour] 2008-10-22 20:01 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-10-22 Thread Szakáts Viktor
2008-10-22 20:01 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * bin/hbmk.bat ! Fix to previous change. (MT and GUI status was reset in the loop). * bin/hbmk.bat * bin/hbmk_os2.cmd ! Help message corrections. * bin/hbmk.bat * make_vc.mak * config/w32/msvc.cf *

Re: [Harbour] 2008-10-22 05:03 UTC+0200 PrzemyslawCzerpak(druzus/at/priv.onet.pl)

2008-10-22 Thread Szakáts Viktor
hbmk -mt -gui mttest10 and please also check if it does not generate hb_out.log file with some information why it behaves in such way. Viktor, Can you check if you can build mttest10 with BCC and it executes correctly in real MS-Windows? It works, I can confirm. Brgds, Viktor

RE: RE: [Harbour] 2008-10-22 05:03 UTC+0200PrzemyslawCzerpak(druzus/at/priv.onet.pl)

2008-10-22 Thread Massimo Belgrano
Compile fine When run i receive open error test.dbf dos error 2 Now HBMK is aivable also for BCC? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Przemyslaw Czerpak Sent: Wednesday, October 22, 2008 7:58 PM To: Harbour Project Main Developer List.

Re: [Harbour] 2008-10-22 05:03 UTC+0200 PrzemyslawCzerpak(druzus/at/priv.onet.pl)

2008-10-22 Thread Przemyslaw Czerpak
On Wed, 22 Oct 2008, Szak�ts Viktor wrote: Hi Viktor, hbmk -mt -gui mttest10 and please also check if it does not generate hb_out.log file with some information why it behaves in such way. Can you check if you can build mttest10 with BCC and it executes correctly in real MS-Windows? It

Re: RE: RE: [Harbour] 2008-10-22 05:03 UTC+0200PrzemyslawCzerpak(druzus/at/priv.onet.pl)

2008-10-22 Thread Przemyslaw Czerpak
On Wed, 22 Oct 2008, Massimo Belgrano wrote: Compile fine When run i receive open error test.dbf dos error 2 It's correct behavior. You need test.dbf file, f.e. from tests/ directory. Just copy it. Anyhow even error messages are good tests. You should see ALERT() message in each GTWVT window.

Re: RE: RE: [Harbour] 2008-10-22 05:03 UTC+0200PrzemyslawCzerpak(druzus/at/priv.onet.pl)

2008-10-22 Thread Bill Smith
Did hbmk disappear for gcc? Or did I goof up? Bill On Wed, 2008-10-22 at 20:23 +0200, Przemyslaw Czerpak wrote: On Wed, 22 Oct 2008, Massimo Belgrano wrote: Compile fine When run i receive open error test.dbf dos error 2 It's correct behavior. You need test.dbf file, f.e. from tests/

[Harbour] Respuesta automática

2008-10-22 Thread eyelagui
Me cansé de que hotmail me mande a la basura todo mi correo útil y siga dejando entrar a mi bandeja de entrada todo el correo basura.Me cambié al correo de google, te recomiendo hacer lo mismo.I´m tired of hotmail trowing all my useful email to trash as spam and letting so much spam to get into my

Re: RE: RE: [Harbour] 2008-10-22 05:03 UTC+0200PrzemyslawCzerpak(druzus/at/priv.onet.pl)

2008-10-22 Thread Przemyslaw Czerpak
On Wed, 22 Oct 2008, Bill Smith wrote: Hi Bill, Did hbmk disappear for gcc? Or did I goof up? No it still exists but it's shell script only for GCC base compilers which cannot be executed in pure MS-Windows, DOS or OS2 if you do not have BASH. best regards, Przemek

[Harbour] common.ch missed in contrib/hbct/showtime.prg

2008-10-22 Thread Lorenzo Fiorini
Could anybody add this fix to a next commit? best regards, Lorenzo ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Respuesta automática

2008-10-22 Thread eyelagui
Me cansé de que hotmail me mande a la basura todo mi correo útil y siga dejando entrar a mi bandeja de entrada todo el correo basura.Me cambié al correo de google, te recomiendo hacer lo mismo.I´m tired of hotmail trowing all my useful email to trash as spam and letting so much spam to get into my

[Harbour] 2008-10-23 04:01 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-10-22 Thread Przemyslaw Czerpak
2008-10-23 04:01 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/gtxwc/gtxwc.h * harbour/source/rtl/gtxwc/gtxwc.c ! use XInitThreads() for MT safe thread access when linked with MT HVM + added optional mutex protection enabled by HB_XWC_XLIB_NEEDLOCKS macro

[Harbour] 2008-10-23 04:35 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-10-22 Thread Przemyslaw Czerpak
2008-10-23 04:35 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/gtapi.c * LOCK/UNLOCK GT in hb_gtBeginWrite()/hb_gtEndWrite() * harbour/contrib/hbct/showtime.prg ! added missing common.ch * harbour/contrib/hbct/screen2.c % use hb_gtPutText() in

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

2008-10-22 Thread Pritpal Bedi
2008-10-22 20:11 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/contrib/gtwvg/gtwvg.c * harbour/contrib/gtwvg/gtwvg.h * harbour/contrib/gtwvg/wvgpaint.prg * harbour/contrib/gtwvg/tests/demowvg.prg ! Updated to current GTWVT changes for multi-windows support. ;NOTE Compile

[Harbour] Respuesta automática

2008-10-22 Thread eyelagui
Me cansé de que hotmail me mande a la basura todo mi correo útil y siga dejando entrar a mi bandeja de entrada todo el correo basura.Me cambié al correo de google, te recomiendo hacer lo mismo.I´m tired of hotmail trowing all my useful email to trash as spam and letting so much spam to get into my

[Harbour] 2008-10-22 20:58 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-10-22 Thread Pritpal Bedi
2008-10-22 20:58 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/contrib/gtwvg/tests/demowvg.prg ! Yet another cosmetic change to demonstrate Fonts and Size of the windows. Regards Pritpal Bedi -- View this message in context: