satish uniyal wrote: > The application is GUI, OS XP, using Turbo C++ ver 3.0 > > > Regards > Satish
Those are a contradiction. First off, upgrade your compiler. TC++ is an ancient, two decade old, console (not GUI), and DOS-based (not even Windows) compiler. Basically, you are living in the stone-age of computing. For an upgrade, assuming you want to build GUI applications, I recommend wxDev-C++. I normally recommend Visual C++ Express, but you don't get a visual designer with that compiler (VC++ has the best debugger in existence). -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
