Hi, some time ago i've posted about a problem i've faced when trying to port a project from mico 2.3.6/VC++ 6.0 to mico 2.3.12/VC++ 7.1. The compiler crashes with an internal compiler error in an explicit call of an assignment operator. Such code is generated by the mico idl compiler where using interface inheritance. Unfortunatelly nobody in this list could help me.
The MS support provided a simple workaround for this problem. Please look at the following sample code: _o->CORBA::Object::operator=( *_obj ); // The compiler chrashes ((CORBA::Object*)_o)->operator=( *_obj ); // The compiler works well Best regards Andrej _______________________________________________ Mico-devel mailing list [email protected] http://www.mico.org/mailman/listinfo/mico-devel
