• Just looking around
    unholyeyebrows
    Posts: 9 from 2018/5/8
    Quote:

    unholyeyebrows wrote:
    Hi JPV - many thanks for making those tests on my dusty old code! The initialisation routines open all the Amiga libraries required to run the programme and if any fail to open it will gracefully quit but will produce no error message. Sounds like I need to re-compile with some verbose errors added to help me pin this down.


    These are the libraries opened at start-up in case any of these are obviously incompatible with MorphOS, although of course the bug may well lie elsewhere:

    GadToolsName: dc.b "gadtools.library",0
    IntuitionName: dc.b "intuition.library",0
    GfxName: dc.b "graphics.library",0
    UtilityName: dc.b "utility.library",0
    ASLName: dc.b "asl.library",0
    DOSName: dc.b "dos.library",0
    WorkbenchName: dc.b "workbench.library",0
  • »09.05.18 - 09:40
    Profile Visit Website