i'm using gpc (on the commandline, not in mw) in os x. i need to call
a carbon library function.
the following line doesn't work:
{$L /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon}
when i try to compile with:
gpc testcarb.pas -o testcarb
... i get:
testcarb.pas:6: error: file
`/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon' must be
compiled
not sure what that means or what i can do about it.
thanks.
- philip