|
-
September 5th, 2001, 11:21 AM
#1
RPC Client/Server in one Module?
I have an RPC Client/Server which I would like to write as a single module. This way I could start the same module on multiple workstations with different parameters to RPC to any other workstation running this module.
Problem is, the way IDL builds the stubs, it means that when built as a single module the remote method call in the server stub actually calls the sending method in the client stub.
Is there any way, apart from manually editting the server stub file to call something else, to get this to work?
Bryan.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|