From: "Jongwhan Lee" Newsgroups: comp.os.msdos.djgpp Subject: Re: how to use Flex Bison in Visual C++ Date: Sun, 5 Sep 1999 23:46:42 +0900 Organization: Korea Telecom HiTEL Lines: 19 Message-ID: <7qu0vr$rc$1@kpt1000.hitel.net> References: <7qos49$gtu$1 AT news2 DOT kornet DOT net> NNTP-Posting-Host: pppd210-114-28-229.hitel.net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I found how to do it. It is possible. copy c to cpp works.. I omitted YY_INPUT definiton override. So it crashed in visual C 6.0. I correct this, and it works fine.. DJGPP FLEX, BISON can be used with Visual C++ 6.0!! It works very nicely in NT and Windows 9X. I tried MKS lex and yacc. GNU version seems better choice(because it's free and tested by many programmers) from Korea.