Remote Invocation

2009-03-10 Thread rajesh swarnkar
Hi All, I have two application in cocoa . My aim is to communicate with a protocol between both the application using IPC mechanism (through NSConnection) but I am unable to achieve my goal. I want to use id < MyProtocol > protocol as inout parameter for two way communication. Please see my

Getting Distant Object In C++

2009-03-10 Thread rajesh swarnkar
Hi All, 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 vario

Getting an object across application

2009-02-26 Thread rajesh swarnkar
Hi All I am not able to get the value of a NSString object across the applications. Here are my sample code: There are two application Server and PS1. Server.m* - init { if ( self = [super init] ) { //id remoteObjectP