Subj : Re: non obsolete equivalent of xmsg? To : borland.public.cpp.borlandcpp From : "Sebastian Ledesma" Date : Thu Nov 13 2003 05:46 am What's wrong with using MessageBox? Do you mean a balloonHelp as used in Audicom ? Saludos Sebastian "Regis St-Gelais" escribió en el mensaje news:3fb3dcd1$1@newsgroups.borland.com... > How to modify this code to do the same thing without the xmsg is obsolete > warning? > It's in a cpp code. > > try > { > // some code > } > catch(xmsg& x) > { > ::MessageBox(0,x.why().c_str(),"Exception",MB_OK); > } > > > Thanks > > -- > Regis St-Gelais > > .