-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create SIOW app with mpw? #67
Comments
If you want to build an SIOW application that should work. You need to link with The building and Managing Programs in MPW Chapter 15 goes over it. |
Hi. If have tried, but get errors: Source and Makefile attached. Thx, Peter |
Don't use the modern rez, use the MPW version. |
Hmm. Still doesn't work. No IO Window and file stdout is created. Thx, Peter |
It's probably a subtle library link order issue. I was able to make the 68k version run (in basilisk), based off the SIOW example from an ETO CD. For 68k, the rez -append flag needs to be first and the library order is
With those changes it executes correctly. For PPC, they list the library order as:
|
Hi. I tried your suggestions. hello.68k now opens a "SIOW" window, but no printout visible? Thx, Peter |
This is more a question.
In original mpw, one can generate a SIOW type program, that basically opens a text window with menue items and the code can use printf and scanf I/O. So simple console type programs/C source can be compiled like that within Mac OS9/mpw.
Can this same behavior archived in mpw as well and if yes, how can that be done?
Many thx,
Peter
The text was updated successfully, but these errors were encountered: