alanca...@gmail.com
unread,Dec 11, 2014, 3:08:07 PM12/11/14You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I have OS 7.5.5 running under Basilisk II, and MPW 3.5.
Since the Pascal compiler was not provided, I downloaded and installed the MPW Pascal compiler (as "Pascal") in the Tools folder as directed.
Now, when I build a project in MPW, I get a lot of "identifier not declared" errors, because the compiler is not seeing the standard Mac Pascal interfaces defined under MPW-GM:MPW:Interfaces&Libraries:Interfaces:PInterfaces.
I have tried including this directory in the Build options, but it doesn't help. Is there a way to make MPW see these standard library interfaces? Do I need to put include directives in my code?