Is there some limitation on how categories perform or can be used when invoked by an Objective-C++ class?
I started using the zipkit with an Objective-C++ class in one of my command line tool project. When I got everything wired properly, I tried running the tool in debug mode. As soon as I call one of the class method in the framework, I quickly get an exception that an NSString was sent a message that it didn't recognize. I checked it out and it was easy to see that it was a category method on NSString that was called. Now, I'm puzzled as I've never seen this before. I have tried linking against the static library version of the zipkit. Everything compiles and links fine. Anybody has any idea? Thanks in advance! -Laurent. -- Laurent Daudelin AIM/iChat/Skype:LaurentDaudelin http://www.nemesys-soft.com/ Logiciels Nemesys Software laur...@nemesys-soft.com _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com