LSAPI LCOpen(NULL) doesn't open step.rc
Status: Beta
Brought to you by:
obada
Using LSAPI function LCOpen with parameter NULL
should open
step.rc in default location (I just suppose that, since it's not
defined exactly). It's not working in Retro 0.0.5.10.
This
code works well for LS and pLS:
f = LCOpen(NULL);
For Retro,
it should be changed to:
// This line will take effect in LS &
pLS
f = LCOpen(NULL);
if (!f)
// This one in Retrostep
f =
LCOpen(steprc);
Logged In: YES
user_id=223361
In retro, $LitestepDir$ is userdefinable, and sometimes
auto-detected in parent directory. If there is no step.rc in
$ls.dir$.
Look at the Retrostep log. It tells you where it expects to
find step.rc.
note: Please consider joining the -devel mailing list so we
can discuss such things before filling a bug. Thanks.