On 10 Mar 09, at 04:44, rajesh swarnkar wrote:
I have two application in which I want to implement IPC using cocoa
distributed object . Then I have established NSConnection between two
process and I am able to get proxy for the object in the remote process in the client application . Using this proxy I want to get access to various other object that exist in the remote process . These object are instance of
both c++ class as well as objective c class.
[...]

Well, yes, of course it doesn't work. Distributed Objects only works for ObjC; it won't work on C++ objects, no matter how much typecasting you do. ObjC++ doesn't work that way.
_______________________________________________

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

Reply via email to