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