[omniORB] CORBA::String_member
Duncan Grisby
duncan at grisby.org
Sun Oct 28 23:22:18 GMT 2007
On Thursday 25 October, Default User wrote:
> I have created a shorter example from the "echo 3" example that shows
> the same behavior. I'm not including the orb init code, as that's
> boilerplate. In this case the "server" receives the message from
> the "client". All the server does is acknowledge receipt of a
> message, it doesn't even access the data members of the struct.
> I hacked this together in a hurry, so pardon the sloppiness.
If it's failing when you don't touch the data at all, that almost
certainly means that the problem is a mismatch between VC++ debug
options. Make sure that either everything is non-debug or that
everything, including omniORB itself, is the debug version.
Does your example with a struct work if you edit eg3 within the omniORB
sources and build it with the provided omniORB makefiles?
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
More information about the omniORB-list
mailing list