To: djgpp AT delorie DOT com Message-Id: Mime-Version: 1.0 Organization: Moscow State University Branch in Ulianovsk, MMF From: akondra AT mmf DOT univ DOT simbirsk DOT su (A.V. Kondratiev) Date: Fri, 25 Oct 96 16:05:16 +0300 Subject: Help me Lines: 19 I am a newcomer to djgpp and caught come problems with it. 1. I have a large program written on Borland C++ using Turbo Vision library. My program uses multiple TGroup::{getData|setData} calls. The program crashes under djgpp because of structure fields alignment performed by compiler. Is it possible to tell the compiler do not align members of some particular structures. 2. I have no experience using command line debuggers and it is very hard for me to work with gdb. I tried fsdb. According to source code it must support source level debugging. But after several F8 (one line execution) or F7 (strange, but source code pane key handling function does not distinguish them) presses in source code pane I get unhandled exceptions or some other funny effects. Are there any *source level full screen debuggers* for djgpp or newer versions of fsdb? Aleksey V. Kondratyev, Simbirsk, Russia