-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C++ Equivalent #162
Comments
Can you make your question more accurate ? |
Hi My question is for the following post: #103 Recently I've started to work with omniORB in windows. Currently, I don't want to use a naming service, and I want to I've tried to write client-server with C++, based on the python example, |
Please preview the attached files. server - server application Tried to run as follwing: server.exe -ORBendPoint', 'giop:tcp:localhost:12321 client throws TRANSIENT exception I've tried also to diable firewall and antivirus, and even to run in admin mode, |
Here is an example of client implemented in C++: Can you compare your implementation with this example ? |
I'm afraid it's too advanced for me. |
There are c++ clients in this repo. |
Hi, is there a C++ equivalent?
In client side, what is the ior string
corbaloc:iiop:: ?
The text was updated successfully, but these errors were encountered: