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
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
_
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
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