I have installed omniORB successfully on Windows Server 2012. I have two IDL files which I compiled using the omniidl
compiler and now have a header file and source file for the two IDL files.
How do you go about writing a client that can connect remotely and make the fuction calls in C++? How does this process work?
I ordered the book "Advanced CORBA Programming with C++"
which should be here soon, however, if anyone has experience with writing IIOP clients in C++ if you could explain how the connection is made and making a simple call. I am only making the client as the device already has the iiop server.