From: andy AT robot DOT csie DOT ntu DOT edu DOT tw (Lin) Subject: Problem of FLEX To: djgpp AT sun DOT soe DOT clarkson DOT edu (Mailing List for DJGPP) Date: Wed, 15 Mar 1995 16:46:40 -0800 (PST) Hi It's me again. :-P Thank all to help me solve the question about Info. But I have another question now. I want to use flex to build a simple scanner. My little program works well under GCC, but if I compile it by using BC++ 3.1, it will cause protection violation of QEMM. I used flex one years ago, I remember that flex worked well with BC++ 3.1. Is it real that the new version of flex is not compatible with BC++ 3.1. I am not a good programmer, so that I depend on a good source-level debugger very much. Can anyone help me? BTW, flex now can generate a C++ scanner, but where can I find the 'FlexLexer.h'? And must I must offer the yywrap() for flex? No default one? Any help is apprectiated. Andy