Hi,
Is UPX compression (-compr) allowed for ADS applications?
In my case compression causes exe file corruption with following error
"The application failed to initialize properly (0*c005). Click on Ok to
terminate the application"
Best regards
Robert Skowronek
Hi,
Thanks a lot for PRINTREADY() patch. It is working fine, however, I get the
same output for LPT1 like in HB_ISPRINTER() and ISPRINTER() cases.
Does anybody have any idea why?
Best regards
Robert Skowronek
- Original Message -
From: Viktor Szakáts
To: Harbour Project Main De
Dear Viktor,
- Original Message -
From: Viktor Szakáts
To: Harbour Project Main Developer List.
Sent: Thursday, March 25, 2010 11:49 AM
Subject: Re: [Harbour] Printer Status Functions
Hi,
On 2010 Mar 25, at 08:28, Robert Skowronek(o2) wrote:
> In my applicatio
Hi,
In my application I want to check whether LPT printer is available or not
before I send document to it.
In DOS application I used to use PrintReady() function successfully with
numerical input 1 or 2 for LPT1 and LPT2 respectively but in Harbour that
function always return "False" e
Escape
On Wed, 13 Jan 2010, Robert Skowronek(o2) wrote:
Hi,
Dear All,
Another issue that bother me that used to work in Clipper but opposite
behavior in Harbour.
MemoEdit(usertxt,9,1,16,78,.T.,NIL,120)
When I open memo edit widow and close immediately by ESC without any
update, I h
Hi,
- Original Message -
From: Robert Skowronek(o2)
To: Harbour Project Main Developer List.
Sent: Wednesday, January 13, 2010 3:35 PM
Subject: [Harbour] ACHOICE, Bound error: array access
Hi,
I got following error when I return AC_REDRAW in user function for
Hi,
- Original Message -
From: Robert Skowronek(o2)
To: Harbour Project Main Developer List.
Sent: Wednesday, January 13, 2010 4:21 PM
Subject: [Harbour] MemoEdit() and Lastkey(), Escape
Dear All,
Another issue that bother me that used to work in Clipper but
Dear All,
Another issue that bother me that used to work in Clipper but opposite behavior
in Harbour.
MemoEdit(usertxt,9,1,16,78,.T.,NIL,120)
When I open memo edit widow and close immediately by ESC without any update, I
have K_ESC in LASTKEY(). It is fine.
However, if I do any ch
Hi,
I got following error when I return AC_REDRAW in user function for ACHOICE()
after
one item had been added to acItems. To be much puzzling when I remove item from
the list it is working fine.
Error BASE/1132 Bound error: array access
Called from ACH_LIMITS(0)
Called from ACHOICE(0)