Hi
I got the error below when I type "? keypress" (that has Codeblock
value) on Debugger Command box:
Unrecoverable error 9022: Memory buffer overflow
Called from __DBGGETEXPRVALUE(0)
Called from HBDEBUGGER:GETEXPRVALUE(0)
Called from HBDEBUGGER:DOCOMMAND(0)
Called from HBDEBUGGER:COMMANDWINDOW
Hi Petr,
Viktor, I not understand why it works in xHarbour+BCC.
Did you try this? The setup looks essentially identical
to me, so I wonder if it indeed works.
I add in contrib\mtpl_vc.mak this lines
!ifndef HB_VISUALC_VER
HB_VISUALC_VER = 71
!endif
This is correct.
and replace in tes
Szakáts Viktor wrote:
>
>
> The problem is that bgd.dll is compiled using MSVC with stdcall,
> so name mangling is underscore + func name + @ + params size
> in bytes. Unfortunately BCC is not able to create the same kind
> of name decoration however I tried. (I just can hope the BCC stdcall
>
WinXP SP2 BCC 5.5.1
E:\Harbour\contrib\hbclipsm\tests>testdate.exe
Unrecoverable error 9022: Memory buffer overflow
Called from TEST(15)
Also I can't test any sample from contrib\hbgd\tests
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
gdtest.c:
Turbo Incremental Link 5.00 Copyri