ADC Home > Reference Library > Technical Q&As > Legacy Documents > Mac OS 9 & Earlier >
Important: This document is part of the Legacy section of the ADC Reference Library. This information should not be used for new development.
Current information on this Reference Library topic can be found here:
|
Q: I'm trying to port my 68K code to PPC. I have custom functions
defined for calling
The compiler complained that it cannot covert my custom function to type
RoutineDescriptor*, so I changed it by casting it to
There were no compile or link errors, but now, when I run the program, it crashes with a type 3 error. What's the correct way to implement this? A: Create a UPP using
See Also
|
|