HI I wrote two apps that communicate through distributed objects and found this weird "feature" where if a string is distributed by one app, the receiving app can't use it to create other strings. For example
str1 is vended from app A App B wants to take that string and append some text to the end, like so NSString *newString = [vendedString stringByAppendingString: @"testing 1, 2, 3"]; Not sure why, but once the execution reaches that step, the program just stops dead in it's tracks. It doesn't crash, but just seems to get hung on that line, never executing anything beyond it. Is there a way to actually use data vended by a distributed object other than to passively read it? If so, how? Thanks for any help_______________________________________________ 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