• Updated 2023-07-12: Hello, Guest! Welcome back, and be sure to check out this follow-up post about our outage a week or so ago.

Search results

  1. M

    Create own REALbasic PlugIn

    Hi folks! I was wondering whether someone here could explain how I setup a project in CodeWarrior 6 to create a REALbasic PlugIn? I tried the examples from RB 5.5.5 but they won't compile out of the box. When opening the project CW tells me it has to convert it first. After that there are a...
  2. M

    Calling/Running a Trap from REALbasic?

    Hello folks! Can someone explain if and how I can call/run a 68k trap from REALbasic? - Specifically the Traps _ReadXPRam (0xA051) and _WriteXPRam (0xA052) and how I can pass Parameters to it? (In this case a MemoryBlock-Pointer and the size of it). My system: PowerBook G3 Wallstreet/PDQ Mac...
  3. M

    Read/Write PRAM and xPRAM

    Hello folks! I recently bought a PowerBook Wallstreet/PDQ. Of course the PRAM battery is dead. That's nothing too bad but since I'm a software guy I thought that it should be possible to save the (x)PRAM to disk on shutdown and restore it after reboot if a PRAM reset is detected (e.g. year <...
Top