[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:20:33
|
Bugs item #553027, was opened at 2002-05-06 14: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); ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438236&aid=553027&group_id=44038 |