[omniORB] Once again: Debug Assertion Failed, CrtIsValidHeapPointer(pUserData) exception
Christoph Thomalla
tho@iitb.fhg.de
Tue Mar 18 10:59:02 2003
Hi,
once again I encountered this problem (Win2K, VC++6.0, omniORB4) from
the list. I'm rather sure I'm not mixing debug and non-debug code and
using the appropriate settings of README.win32. It may be reproduced
with this small part of code:
#include <omniORB4/CORBA.h>
#include "stdafx.h"
int main(int argc, char* argv[])
{ CosNaming::Name nc;
nc.length(1);
nc[0].id = CORBA::string_dup("R2ping");
nc[0].kind = CORBA::string_dup("abc");
return 0;
}
Has anyone solved this problem recently?
Thanks
Christoph