Hello!
I have to convert a Pascal MacIntosh library into a Palm Pascal (pocket
studio) library and i have difficulties with MacIntosh variables and type.
I have code like this:
var
wres: OSErr;
oddparity: parity;
What type are OSErr and parity?
Thanks