Subj : Re: Borland C++ 5.02 debug problem continuation To : borland.public.cpp.borlandcpp From : Jogy Date : Tue Feb 24 2004 01:26 pm dridri wrote: > I've founded the cause of my problem > It's because my project (exe + dll) is 16bit developped (win3.x 16bits) > It must be an old developped program > > So is only Turbodebugger existing in order to debug my program? > Or something more efficient? > > It's really tiresome with Turbodebugger > > Thanks for your advice > > BC5.02 is 32-bit application, and can debug only 32-bit programs. You can downgrade to BC 4.5x, which is 16-bit, or you can upgrade the application to be 32-bit. Jogy .