• Stewart Brodie's avatar
    Fixed fault in res library in RISC_OSLib. · 8b79f20e
    Stewart Brodie authored
      Module library builds of RISC_OSLib are exported during export_libs
    Detail:
      Ever since res_findname was altered to use <appname>:<resourcename> as
        the filename, the !C++ tool has been broken, because C++:Messages
        returns a different error to "not found" when you try to open it (it
        says it is an invalid filename).  This error is now caught explicitly
        and res_findname falls back to using <appname$Dir>.<resourcename>
        like it did before.
    Admin:
      Required by FrontEnd 1.21 or later.
      Required by !C++ (c++cmd-3_17 or later to function correctly)
    
    Version 5.28. Tagged as 'RISC_OSLib-5_28'
    8b79f20e
VersionASM 1.04 KB