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 developing a PowerPC version of my application. In the current version of my app, I write info into the data fork. What is the recommended way to do this for the Power PC? In the documentation it talks about offsetting the data using the cfrg resource. Would this help? If so, can this be done using Metrowerks CodeWarrior? A: Yes. Writing information to the data fork of a PowerPC-native application is
supported. You can actually write the code fragment and update the A caveat: You need to make sure the offset written to the You can use |
|