[omniORB] Problem with next_one on Windows

Duncan Grisby duncan at grisby.org
Tue Mar 15 10:47:59 GMT 2005


On Friday 11 March, "kec" wrote:

> Second iteration exception in code
> 
> _CORBA_ConstrType_Variable_Var::
> inline T_var& operator= (T* p) {
>     if( pd_data )  delete pd_data;
>     pd_data = p;
>     return *this;
>   }
> 
> Then call delete pd_data!!!

You have mixed debug and non-debug code on Windows. Make sure that you
are linked with the proper version of the omniORB libraries to match the
debugging settings of your code.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list