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:
http://www.nabble.com/2008-10-22-20%3A58-UTC-0800-Pritpal-
2008-10-22 20:45 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])
* harbour/contrib/gtwvg/tests/demowvg.prg
! Minor change to change the color pallet of screen.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/2008-10-22-20%3A45-UTC-0800-Pritpal-Bedi-%28pritpal%40vouc
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
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 demo
2008-10-23 04:39 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/gtwvt/gtwvt.c
* removed unnecessary initialization
* harbour/contrib/hbct/screen2.c
* removed unused variable
best regards
Przemek
___
Harbour mailing
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 _HB_CTD
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
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
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
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
__
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
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 tes
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.
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-Windo
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.
Subjec
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
__
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
* config/w32/ms
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
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
http://
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@har
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
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
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
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 au
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 pArea->uiFie
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
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, as
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 "nat
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
___
-Messaggio Originale-
Da: "Mindaugas Kavaliauskas" <[EMAIL PROTECTED]>
A: "Harbour Project Main Developer List."
Data invio: mercoledì 22 ottobre 2008 15.14
Oggetto: Re: [Harbour] ChangeLog 2008-10-22 16:00 UTC+0300
MindaugasKavaliauskas
BYTE val[];
This is not a valid C st
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
___
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.)
Brgd
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 Develop
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 area
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 m
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
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 ca
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 fi
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 intensi
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
Harbour@har
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 /* */
* translate
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 may
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 def
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 switc
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. Th
hbmk.bat has -tWM by default, so it should be okay. (but
I didn't test it for this case specifically).
MSVC on the other hand needs /subsystem:windows instead
of /subsystem:console to make it work. I'll commit
some modifications to help doing that.
Brgds,
Viktor
On 2008.10.22., at 13:52, Przemy
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
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 any
On Wed, 22 Oct 2008, Francesco Saverio Giudice wrote:
Hi Francesco,
>> F.e. it looks that xbase++ can have methods and object variables
>> with the same name. It means that:
>>? o:var
>> gives different code then:
>>? o:var()
>> or at least documentation it wrong describing :atStart and :
I totaly agree
- Messaggio originale -
Da: Pritpal Bedi <[EMAIL PROTECTED]>
Inviato: mercoledì 22 ottobre 2008 8.13
A: harbour@harbour-project.org
Oggetto: [Harbour] 2008-10-22 23:01 UTC-0800 Pritpal Bedi([EMAIL PROTECTED])
2008-10-22 23:01 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])
*
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: http://www.emag
I have same problem, can you explain how you have resolved
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Pritpal Bedi
Sent: Wednesday, October 22, 2008 5:39 AM
To: harbour@harbour-project.org
Subject: Re: [Harbour] 2008-10-22 05:03 UTC+0200 Przemyslaw
Cz
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
__
53 matches
Mail list logo