and also as C5.2e
Brgds,
Viktor
On 2008.05.27., at 8:56, Lorenzo Fiorini wrote:
On Tue, May 27, 2008 at 7:38 AM, Edmer <[EMAIL PROTECTED]> wrote:
In the following test prg, If I typed 12345678.12345 in the GET the
it will
display 12345678.12345 in the next line where the GET and SAY
displ
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
>
Hi Edmer,
Thanks, I'll add Issue #1 and Issue #2 to rto_get.prg
test suite.
With Issue #1 the problem seems to be in ::unTransform()
(or maybe in ::picture()). Issue #2 is probably in ::PutMask()
These methods are general suspect for bugs, since they weren't
yet inspected thoroughly.
To ease fi
2008-05-27 22:36 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/harbour-ce-spec
* harbour/harbour-w32-spec
* harbour/harbour.spec
* added hbvpdf library
best regards
Przemek
___
Harbour mailing list
Harbour@harbour-project.org
h
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
On Thu, 22 May 2008, Guy Roussin wrote:
Hi,
> I notice that HB_CONTRIBLIBS in make_deb.sh is not taken into
> account by dpkg-buildpackage -b
> As a workaround i add this line before dpkg-buildpackage -b :
> export HB_CONTRIBLIBS
Not workaround but fix. The export is necessary. Thanks for the
in
2008-05-27 22:49 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/make_deb.sh
! fixes suggested by Guy Roussin
best regards
Przemek
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo
Hi Gurus,
I know I posted this yesterday but I don't seem to find this in Nabble forum
so just in case I will re-post it again because this is a little bit
critical in my programs. Below is a small test prg for memoedit. The issues
that I encountered are the following:
1. In the first memoedit