[omniORB] Memory problem with string_out argument
Duncan Grisby
dgrisby@uk.research.att.com
Thu, 16 Nov 2000 15:31:17 +0000
On Thursday 16 November, Olivier Thiboutot wrote:
> _ASSERTE(_CrtIsValidHeapPointer(pUserData)); // pUserData =
This is a Windows bogosity. The problem is that you are mixing debug
and non-debug code. Make sure everything is compiled with the same
debugging flags, and the error will go away.
Cheers,
Duncan.
--
-- Duncan Grisby \ Research Engineer --
-- AT&T Laboratories Cambridge --
-- http://www.uk.research.att.com/~dpg1 --