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
>