[omniORB] What's wrong with my code?
Duncan Grisby
dgrisby@uk.research.att.com
Wed, 21 Feb 2001 10:13:04 +0000
On Tuesday 20 February, "Ilinykh, Andre" wrote:
[...]
> _CrtIsValidHeapPointer(const void * 0x00465bf8) line 1606
This is the same old Windows debug / non-debug mixing problem. You are
compiling your code with debug information, but using the non-debug
omniORB DLLs. Windows doesn't like that. Use the debug versions of
omniORB.
Cheers,
Duncan.
--
-- Duncan Grisby \ Research Engineer --
-- AT&T Laboratories Cambridge --
-- http://www.uk.research.att.com/~dpg1 --