[omniORB] problems transferring a structure containing a string
Duncan Grisby
duncan@grisby.org
Thu Aug 22 14:04:01 2002
On Monday 19 August, =?iso-8859-1?q?Jakob=20Happach?= wrote:
> I came across some problem, and I can't figure out why
> this happens at all.
> This problem occurs when I use omniorb 3.0.4 for
> win32.
> I use it on a Windows-2000-machine.
> The client calls the Servants method and passes a
> structure containing a string.
Most likely, you are mixing debug application code with the non-debug
versions of the omniORB libraries, or vice-versa. You must use the
same options for your application build as for the omniORB library,
otherwise you get exceptions or application errors from the C runtime.
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan@grisby.org --
-- http://www.grisby.org --