I am working on an old program written in TurboBasic and
older versions of PowerBasic.
I now have PowerBasic 3.5 and have the problem that there are
passages:
$INLINE "filename.BIN"
I have those .BIN files, but I have the problem that
PowerBasic3.5 does not support $INLINE followed by a filename.
I don't have a source of those .BINs.
Is there a way to bring these files in my program?
I don't have an older version of the compiler.
Thanx
------------------
older versions of PowerBasic.
I now have PowerBasic 3.5 and have the problem that there are
passages:
$INLINE "filename.BIN"
I have those .BIN files, but I have the problem that
PowerBasic3.5 does not support $INLINE followed by a filename.
I don't have a source of those .BINs.
Is there a way to bring these files in my program?
I don't have an older version of the compiler.
Thanx
------------------
Comment