I have a MIDL generated C++ RPC interface from a client that defines two simple RPC functions.
I am trying to communicate with the server from a simple C++ application. I only have the header files - do I also need a client stub in order to successfully link my program?