GraphApp for Macintosh

Is the Macintosh version ready yet?

No! Not really. The version which is on the system at the moment is experimental, and many controls do not yet work. It compiles on my old Mac Plus using Think C 5.0 and I will soon test it on a PowerPC with CodeWarrior.

How do I compile the Mac version?

Add the file graphapp.c to a new project and build it into a library called graphapp.lib.

If your new project includes the standard libraries (may be called ANSI in some systems) remove that first. You need to have the standard functions in a final application, but not when compiling the library itself.