I've a GPF launching hbmysql\tests\test.prg
This is the log file:
Application Internal Error - C:\harbour\contrib\hbmysql\tests\test.exe
Terminated at: 2008.10.12 17:09:27
Unrecoverable error 6005: Exception error:
Exception Code:C005
Exception Address:100292FB
EAX:00353ED8 EBX:
On Sun, 30 Nov 2008, Chen Kedem wrote:
> ---tt48.prg---
> func test()
> ? "" + 0
> return NIL
> --
> Clipper 5.2e gives Error BASE/1081 Argument error: +
> Harbour gives not error [ valtype("" + 0) == "C" ].
It's intentional. Harbour fully optimize expresions like
+ 0 to , f.e.:
l
Hello
I am looking for a way ( I am sure it exists ) to do something
like this:
HB_FUNC( WIN_SETWNDPROC )
{
HWND hWnd = ( HWND ) ( HB_PTRDIFF ) hb_parnint( 1 );
WNDPROC wndProc = ( WNDPROC ) ( HB_PTRDIFF ) hb_parnint( 2 );
WNDPROC oldProc;
oldProc = ( WNDPROC ) SetWindowLong( hWnd,
Hi!
Try sample program:
*
PROCEDURE main
LOCAL i
LOCAL xxx //my bad, not set value
LOCAL aa:="A"
IF aa=="A"
FOR i:=1 TO 2
? "OK A"
IF aa=="A"
? "OK AA" // In my big program message show this line as error
ELSE
? "BAD AA"
ENDIF
NEXT //Er
The code below works in 1.0.1 and in gtxwc in the sense that I get the
requested font size, rows and cols.
With trunk and gtwvt it resets to the default 20,24,79.
I'm using msys/mingw current under WinXP SP3.
Note that without the ? HB_GTVERSION() gtxwc works but gtwvt doesn't
show the window ( b
Hi Lorenzo
Lorenzo Fiorini-2 wrote:
>
> The code below works in 1.0.1 and in gtxwc in the sense that I get the
> requested font size, rows and cols.
> With trunk and gtwvt it resets to the default 20,24,79.
> I'm using msys/mingw current under WinXP SP3.
>
> Note that without the ? HB_GTVERSI
2008-11-30 23:05 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])
* harbour/contrib/gtwvg/makefile
* harbour/contrib/gtwvg/common.mak
+ wvgparts.ch
+ wincallb.c
+ wincback.prg
+ wvglistb.prg
+ wvgpushb.prg
+ wvgstatb.prg
+ wvgstatc.prg
+ wvgtreev.prg
* harbour/contr