|
|
Basic Functionality | |
|
|
One of the things that is considered important is that all MiscKit objects be archivable and capable of being passed bycopy over Distributed Objects. As such, you should try to adopt the NXTransport and -read:/-write: methods in all submissions of Objective-C classes. This may seem like a small thing, but most people have come to expect these capabilities of all MiscKit objects. To aid in developing sub-libraries and palettes for the MiscKit, several palette project templates may be found in the Examples area in the "ProjectTemplates" folder. It is important to set certain flags in the Makefile preamble/postamble in order for things to be folded into the MiscKit easily. You should also be sure to implement object versioning so that you may avoid future incompatability problems.
| |
|
Questions? Contact our webmaster via email to don@misckit.com. . |
||