FROM : Garth Shoemaker
DATE : Fri Oct 04 20:35:30 2002
Hello,
I wrote a subclass of NSImageView that I imported into Interface Builder.
The interface built fine. I then included the .h and .a static lib in
Project Builder. It seems, however, that Project Builder may not be
linking the class properly (this is a guess), as I get this runtime error:
2002-10-04 11:16:36.453 EasyPDT[6481] Unknown class 'nswarpview' in nib
file, using `NSImageView' instead.
Also, interestingly, if I include the source of the class instead of the
lib produced from the source, it works ok. This is unacceptable, however,
as I want to distribute the lib only.
Any ideas?
Thanks,
Garth
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
DATE : Fri Oct 04 20:35:30 2002
Hello,
I wrote a subclass of NSImageView that I imported into Interface Builder.
The interface built fine. I then included the .h and .a static lib in
Project Builder. It seems, however, that Project Builder may not be
linking the class properly (this is a guess), as I get this runtime error:
2002-10-04 11:16:36.453 EasyPDT[6481] Unknown class 'nswarpview' in nib
file, using `NSImageView' instead.
Also, interestingly, if I include the source of the class instead of the
lib produced from the source, it works ok. This is unacceptable, however,
as I want to distribute the lib only.
Any ideas?
Thanks,
Garth
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
| Related mails | Author | Date |
|---|---|---|
| No related mails found. | ||






Cocoa mail archive

