Hi,
> El 01/04/2010 19:26, Viktor Szakáts escribió:
>> BTW there were a lot of screen painting irregularities without
>> WS_EX_LAYERED, when the window was behind another
>> window and foremost window was moved. It also fixes painting
>> issue when app is doing a loop, or otherwise unresponsive.
>
... In typical code like loops with pure RDDs you can force this with
SetPos .-
nCursor := SetCursor( 0 )
WHILE !EOF()
SetPos( 0, 0 )
...
SKIP()
ENDDO
SetCursor( nCursor )
Of course it supports many optimizations.
if( ++n % 1 == 0 ); SetPos( 0, 0 ); endif
Sorry, ... and I th
El 01/04/2010 19:26, Viktor Szakáts escribió:
BTW there were a lot of screen painting irregularities without
WS_EX_LAYERED, when the window was behind another
window and foremost window was moved. It also fixes painting
issue when app is doing a loop, or otherwise unresponsive.
Thanks but this
Hi,
> And added HB_TRACEs to see the behavior of the caret.
> Note that, with the current code, try creating the caret without focus
> (window is the background) and always show caret if exist. All of this can
> affect in the tests.
> Attached gtwvt.zip (gtwvt.h,gtwvt.c) with the changes, I think
druzus wrote:
>
> Revision: 14263
>
> http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14263&view=rev
> Author: druzus
> Date: 2010-04-01 14:44:19 + (Thu, 01 Apr 2010)
>
> Log Message:
> ---
> 2010-04-01 16:44 UTC+0200 Przemyslaw Czerpak (druzus/at/pri
Hello Przemek,
Thank-you very much for the detailed explanation and the additional most
helpful information.
At this time I need to co-exist with pure Cl*pper files and indexes, but
once I get all systems converted to Harbour, I will look at improved
functionality. When the time comes, your sugge
On 01/04/10 12:34, Viktor Szakáts wrote:
Hi,
Use 'export HB_INSTALL_PREFIX={hb_top}' to avoid
the whole burden of installer creation and installation.
Brgds,
Viktor
Thanks Viktor,
I found the revision that breaks it. 14221.
> Use 'export HB_INSTALL_PREFIX={hb_top}'
Sorry but I will need a
Revision: 14263
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14263&view=rev
Author: druzus
Date: 2010-04-01 14:44:19 + (Thu, 01 Apr 2010)
Log Message:
---
2010-04-01 16:44 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/gtwin
01.04.2010 16:59, Przemysław Czerpak написав(ла):
, "UA866"
Thanks, now all ok.
Regards,
Alexey Myronenko
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
On Thu, 01 Apr 2010, vatzct wrote:
Hi,
> PROC MAIN()
> LOCAL i
> REQUEST HB_CODEPAGE_UA866
> REQUEST HB_LANG_UA866
> HB_SETTERMCP( "UA866" )
> SET( _SET_CODEPAGE, "UA866" )
> SET( _SET_LANGUAGE, "UA866" )
Wrong order. If you call HB_SETTERMCP() before _SET_COD
01.04.2010 13:19, Przemysław Czerpak написав(ла):
On Thu, 01 Apr 2010, vatzct wrote:
01.04.2010 12:03, vatzct написав(ла):
This is result of cpinfo from $Id: ChangeLog 14262 2010-03-30
19:55:52Z druzus $
The cpinfo.txt:
04/01/10 12:30:03 Windows XP 5.1.2600 Service Pack 1 Harbour
2.1.0dev (R
>> set HB_COMPILER_VER or leave it autodetect compiler.
>
> I'm set HB_COMPILER_VER=900 and it worked ok. But I had not changed
> this setting before.
This variable has been used since long, but was only recently
used to differentiate between msvc 2008 and 2010.
[ If msvs 2010 won't be availabl
Hi!
> set HB_COMPILER_VER or leave it autodetect compiler.
I'm set HB_COMPILER_VER=900 and it worked ok. But I had not changed
this setting before.
Thank you Viktor.
Regards,
Vailton Renato
___
Harbour mailing list (attachment size limit: 40KB)
Harbour
set HB_COMPILER_VER or leave it autodetect compiler.
Brgds
Viktor
On 2010 Apr 1, at 14:49, Vailton Renato wrote:
> Hi!
> I am getting the following error message when trying to compile the
> rev. 14262 com MSVC:
>
> ../../../../../bin/win/msvc/harbour.exe ../../../hbrun.prg
> -i../../../../..
Hi!
I am getting the following error message when trying to compile the
rev. 14262 com MSVC:
../../../../../bin/win/msvc/harbour.exe ../../../hbrun.prg -i../../../../../inc
lude -n1 -q0 -w3 -es2 -kmo -i- -l
cl.exe -I. -I../../../../../include -nologo -TP -W4 -wd4127 -Ot2b1 -EHs-c- -DH
B_LEGACY_
Hi,
Use 'export HB_INSTALL_PREFIX={hb_top}' to avoid
the whole burden of installer creation and installation.
Brgds,
Viktor
On 2010 Apr 1, at 13:23, Barry Jackson wrote:
> I checked out rev.14200 and it builds and creates all rpms OK.
>
> rev.14262 fails with :-
>
> RPM build errors:
> File
I checked out rev.14200 and it builds and creates all rpms OK.
rev.14262 fails with :-
RPM build errors:
File not found:
/home/baz/rpm/BUILDROOT/harbour-2.1.0-devmdv20100.i386/usr/lib/harbour/libsddsqlt3.a
Any help please as I would like to look at the current build of hbide.
In the meantim
Mindaugas any chance that you can check the code generated by MSVC
which access thread local variables for wi...@32 and Win64?
I do not have any Win64 disassembler, but I think I can do some reverse
engineering by hand (and brain) :)
http://en.wikipedia.org/wiki/X86-64
"Instead of FS segment d
Another way for cloud be integration with a framework like
AppScale is an open-source implementation of the Google AppEngine
(GAE) cloud computing interface http://appscale.cs.ucsb.edu/
qt seem have only same steep in cloud
http://labs.trolltech.com/blogs/2009/09/18/qt-in-the-cloud-with-qwebcli
On Thu, 01 Apr 2010, vatzct wrote:
> 01.04.2010 12:03, vatzct написав(ла):
> This is result of cpinfo from $Id: ChangeLog 14262 2010-03-30
> 19:55:52Z druzus $
> The cpinfo.txt:
> 04/01/10 12:30:03 Windows XP 5.1.2600 Service Pack 1 Harbour
> 2.1.0dev (Rev. 14111)
> Character encoding: UA866
>
On Thu, 01 Apr 2010, vatzct wrote:
Hi,
> 01.04.2010 11:42, Horodyski Marek (PZUZ) написав(ла):
> >hb_SetCodePage( 'UA866')
> Form Changelog:
> NOTE to users: Use HB_CDPSELECT() or SET( _SET_CODEPAGE ) instead.
Not "instead".
This are two different things.
SET( _SET_CODEPAGE, )
choose codepag
On Thu, 01 Apr 2010, Mario H. Sabado wrote:
Hi,
> Here's the doc I found from a Clipper 5.3 Norton Guide.
We all have this NG :)
The problem is that you haven't testewd your example in Clipper.
It works in excatly the same way as in Harbour.
best regards,
Przemek
___
> export HB_CONTRIBLIBS="other_already_included_libs hbct"
It's enough to leave it empty to build everything
that can be built for given target.
Brgds,
Viktor
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://li
On Wed, 31 Mar 2010, Heinz V. Bergen wrote:
Hi,
> Harbour compiled program is corrupting Cl*pper NTX Indexes.
> Discovered cause was with Indexes containing STR(RECNO()) in its key.
> Clipper will return a string length of 7, while Harbour returns a length of
> 10.
> Checked the Harbour Docs an
afaik
gtwvw like gtwvg,hbwin is windows only
2010/4/1 marco bra :
> Bruno,
> gtwvw (i never used it) is under the harbour/examples/gtwvw
> hbct: compatible functions and procedures with Clipper Tools for
> CA-Clipper, is a contrib library under harbour/contrib/hbct
> http://www.harbour-project.org
01.04.2010 12:03, vatzct написав(ла):
This is result of cpinfo from $Id: ChangeLog 14262 2010-03-30 19:55:52Z
druzus $
The cpinfo.txt:
04/01/10 12:30:03 Windows XP 5.1.2600 Service Pack 1 Harbour 2.1.0dev
(Rev. 14111)
Character encoding: UA866
=
Bruno,
gtwvw (i never used it) is under the harbour/examples/gtwvw
hbct: compatible functions and procedures with Clipper Tools for
CA-Clipper, is a contrib library under harbour/contrib/hbct
http://www.harbour-project.org/download_contrib.html
to get this lib compiled on your Linux when you upg
01.04.2010 11:42, Horodyski Marek (PZUZ) написав(ла):
hb_SetCodePage( 'UA866')
Form Changelog:
NOTE to users: Use HB_CDPSELECT() or SET( _SET_CODEPAGE ) instead.
FUNC main()
SET ALTERNATE TO cmonth.txt additive
SET ALTERNATE ON
SET DATE TO german
REQUEST HB_CODEPAGE_UA866
hb_cdpSelect('UA866'
-Original Message-
From: vat...@polly.com.ua [mailto:vat...@polly.com.ua]
Sent: Wednesday, March 31, 2010 11:24 PM
To: Harbour@harbour-project.org
Subject: [Harbour] lang_ua(ru) - different output to console and to file
Hi!
func main()
set alternate to cmonth.txt additive
set alternate o
Victor, thanks for the dosemu hints for Linux: my old Clipper is 5.2e so i
cannot confirm your verify request.
Seems hardly to find here someone that have the Clipper 5.3 to test the code
:-(
Best regards,
Marco
___
Harbour mailing list (attachment size
30 matches
Mail list logo