• Hello MLAers! We've re-enabled auto-approval for accounts. If you are still waiting on account approval, please check this thread for more information.

Search results

  1. siddhartha

    MacsBug 5.1? Or, version IV to 5.6.1?

    What amazing work, David! I've archived your versions on the Garden and referenced this page. There's quite a collection building there now (including 5.4 and 5.6.2 from Dan Allen himself) if you're interested.
  2. siddhartha

    Writing an Application that Runs in Mac OS System 1 Using CodeWarrior Gold 11

    Thank you, this was a big help. What I wound up doing: /* =========== checkTrap.h =========== */ #include <Gestalt.h> #include <LowMem.h> #include <Traps.h> enum { kTrapTypeMask = 0x0800, kTrapMask = 0x07ff }; enum { kInitGrafTestTrap = 0xAA6E }...
  3. siddhartha

    Writing an Application that Runs in Mac OS System 1 Using CodeWarrior Gold 11

    Did you ever solve the problem of determining if a trap is implemented under System 1? For example, how to tell if _Gestalt is available... Due to the condensed trap table, _Gestalt has the same [N]GetTrapAddress() as _RmveResource, so it will return a valid trap address even if it's...
Back
Top