From: "Eric.Nicolas" Date: Thu, 12 Jan 95 13:03:03 CST To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Questions... about gcc, libgrx, sword I had several questions about gcc and libgrx 1. When I compile and link a program with gcc, I am always able to run debug32 after this compilation. And debug32 is always able to find symbol table in my .OUT file. So the question is : How can I remove those debug info from .OUT file, or how can I compile without produce those debug infos ? 2. I use the libgrx library both with TurboC and GCC, and I have a problem with the Mouse and Keyboard Event mechanism. I enabled both Mouse AND Keyboard events handling with interrupts. With TurboC, everything goes well, but with GCC, keyboards entries simply stays in the BIOS's keyboard buffer ! Does anyone have an explanation ? 3. Is there someone in the net who lokked at SWORD GUI for TurboC and GCC ? Please, if you looked, tell me what you thought. You can find it at : omnigate.clarkson.edu /pub/msdos/djgpp/pub/ Thanks you.