i use ice do some application,
but when it link in Release mode ,it will collapse in follow sentence:
__checkMode(::Ice::Normal, __current.mode);
::IceInternal::BasicStream* __is = __inS.is();
__is->startReadEncaps();
::com::topology::segmentList value;
::com::topology::MULTITOP info;
__is->read(value);//*************************collapse
info.__read(__is);//**************************
but if it link in debug mode ,it have no fault, why ??????
your sincerely
chanchanyuan

Reply With Quote
