[rs-devel] [ retrostep-Bugs-553027 ] LSAPI LCOpen(NULL) doesn't open step.rc
Status: Beta
Brought to you by:
obada
From: <no...@so...> - 2002-05-06 21:31:27
|
Bugs item #553027, was opened at 2002-05-06 23:20 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438236&aid=553027&group_id=44038 Category: compatibility (compat) Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: LSAPI LCOpen(NULL) doesn't open step.rc Initial Comment: 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); ---------------------------------------------------------------------- >Comment By: Mudiaga Obada (obada) Date: 2002-05-06 23:31 Message: 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. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438236&aid=553027&group_id=44038 |