RPC again

L

Leon McCalla

how can I get the IDL compiler to create two separate function names for the
client and server? I'm building a program that must be both a client
and server and I'd like to have function_client() on one server call
function_server() on the other machine. right now as it stands MIDL creates
the same "function()" with different stubs on the client and server machine.
If the same app is both client and server it looks like I'll get multiple
definitions of the same function. (plus I'll be confused)

What can I do?

Leon

PS I will pay $ for implementation assistance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top