Hi Przemek,
Thanks for the information and the patch.
I'll retry this issue after your change. Wrong path sep
was my first suspect, but couldn't make it work.
> ps. in *nixes I can use:
> hbmk2 tst
>to create binaries from tst.prg but in DOS ir prints:
> hbmk: Error: No source fi
On Wed, 10 Jun 2009, Szak�ts Viktor wrote:
Hi,
> As subject, hb_DirBase() and hb_ProgName() will correctly
> return the value, except that it uses forward slashes instead of
> backslashes on dos/djgpp platform.
> I've added this workaround to hbmk2:
>#define HB_DIRBASE() StrTran( hb_D
Hi All,
As subject, hb_DirBase() and hb_ProgName() will correctly
return the value, except that it uses forward slashes instead of
backslashes on dos/djgpp platform.
I've added this workaround to hbmk2:
#define HB_DIRBASE() StrTran( hb_DirBase(), "/", "\" )
Any chance to add a fix to