• 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. rlawson

    Python code for extracting a folder from minivmac image

    Ok checked in some python scripts at https://github.com/lawson89/classic_disk_utils Used them to sync up my C code from minivmac so I can check into github and everything seems to be formatted nicely https://github.com/lawson89/mac_c_primer Suggestions and merge requests welcome!
  2. rlawson

    Best books for classic mac development?

    I have the programming primer and also teach yourself c on the macintosh both of which are good What other books are recommended for creating Mac software I am programming in C mainly but not averse to C++ or Basic Thanks! Rick
  3. rlawson

    Question on widgets for classic mac os

    So I'm doing the ThinkC study group over at tinkerdifferent (Mac C Programming primer is the book). it's a load of fun. But I have a question. The basic widgets that come out of the box seem very limited (menus, buttons, text boxes). What did mac devs back in the day use for things like -...
  4. rlawson

    Pointers for writing a PPC extension

    All, I am writing a utility to allow owners of older machines to change their monitor resolution as there are often res's that a video card supports but are not shown in the built-in control panel. I have the shared lib and the gui done and it works fine (altho is PPC only at the moment). The...
Top