Re: Getting Distant Object In C++

2009-03-10 Thread Andrew Farmer
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 . Usi

Re: Getting Distant Object In C++

2009-03-10 Thread Kyle Sluder
A word of advice when posting code like this: use pastebin. http://pastebin.com It makes the code a lot easier to read. As it stands, your .cpp file is weird... it should be .mm to invoke the Objective-C++ compiler, and @implementing isn't an ObjC keyword. --Kyle Sluder _

Re: Getting Distant Object In C++

2009-03-10 Thread Michael Ash
On Tue, Mar 10, 2009 at 7:44 AM, rajesh swarnkar wrote: >      While the objective C version works peerfectly , the c++ version does > not. > > Can you please guide me to a possible way by which I get the c++ > implementation working . Please see my code below. No, we really can't guide you. "Doe

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