Subj : Re: non obsolete equivalent of xmsg? To : borland.public.cpp.borlandcpp From : "Regis St-Gelais" Date : Fri Nov 14 2003 09:32 am This has nothing to do with the message box I get a compilation warning for xmsg: "xmsg" is obsolete -- Regis -- "Sebastian Ledesma" a écrit dans le message de news:3fb3edb8$1@newsgroups.borland.com... > 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 > > > > > > .