Tagged Questions
2
votes
1answer
509 views
C++ CORBA (ACE/TAO) questions
Im using ACE TAO as the CORBA implementation. I would like to find out if anyone know of any options to set Maximum Message Size and Maximum number of Connections.
omniORB has two options for these, ...
1
vote
1answer
464 views
ACE TAO Corba Ubuntu 10.4 undefined reference to CORBA::Object::_refcount_value()
I am having a few problems getting the example programs that come with the libTao provided in the package manager. I have used ace tao in the past with windows so have some experience with it already.
...
1
vote
1answer
371 views
midl error 2025 when compiling idl file on win32 (midl doesn't like string<40>)
The idl files I have compile fine with linux tools, but when I try to compile using midl I get an error
error MIDL2025 : syntax error : expecting a declarator or * near "<"
the line is:
...
0
votes
1answer
336 views
C++ segmentation fault when trying to resolve a CORBA reference
When im trying to resolve a CORBA reference I receive a segmentation fault. Either im blind or I have done something really stupid for this not work. Im using ACE 5.7.9 TAO 1.7.9 for CORBA. Wondering ...