|
|
Questions About Using the MiscKit | |
|
|
Most recent update was on November 12, 1995. If you'd like to submit something to the FAQ or update something in the FAQ, feel free to contact Don Yacktman or use our handy FAQ submission form.
While linking my MiscKit based project, the MiscKit classes all turn up as undefined symbols. Why?
OTHER_LDFLAGS = -L/LocalDeveloper/Libraries This will allow the linker to find the libraries. Without this, your project will encounter errors during the linking phase of compilation. Another important thing to remember is to add the MiscKit library to the "Libraries" suitcase in Project Builder. If you don't do that, then the compiler won't even try to find the libraries. Remember that the MiscKit comes with libraries for the palette objects, so you should add a library to the suitcase for each palette that you use, as well.
Everything links but I get "Does not recognize selector" messages and my program crashes. Why?
I see directories that seem infinitely deep...what gives?
From the WorkSpace, use the "New Link" option when copying portions of the kit that have soft links. Be forewarned that cp -r will copy through the links so you must to use tar to do copy portions of the MiscKit when using the command line.
| |
|
Questions? Contact our webmaster via email to don@misckit.com. . |
||