Related articles |
---|
flex and bison in vc++6 or vc++8 eng.sharif@gmail.com (eng.sharif@gmail.com) (2007-03-14) |
Re: flex and bison in vc++6 or vc++8 bill@qswtools.com (Bill Cox) (2007-03-16) |
Re: flex and bison in vc++6 or vc++8 gneuner2@comcast.net (George Neuner) (2007-03-17) |
Re: flex and bison in vc++6 or vc++8 eng.sharif@gmail.com (eng.sharif@gmail.com) (2007-03-20) |
Re: flex and bison in vc++6 or vc++8 gneuner2@comcast.net (George Neuner) (2007-03-21) |
From: | Bill Cox <bill@qswtools.com> |
Newsgroups: | comp.compilers |
Date: | 16 Mar 2007 03:16:12 -0400 |
Organization: | AT&T http://yahoo.sbc.com |
References: | 07-03-052 |
Keywords: | yacc, Windows |
Posted-Date: | 16 Mar 2007 03:16:12 EDT |
> i want help in work in flex and bison with vc++6 or vc++8
>
> there are many problem in linker.exe files
>
> step by step plz
I recently had to do this quickly. I ran flex and yacc on a Solaris
machine and copied the generated C and header files to Windows. Then I
built the final parser with Visual Studio. There were 5 or 6 warnings,
but the generated parser worked on Windows identically to its operation
on Solaris.
I think you could do the same substituting Linux for Solaris.
Bill
Return to the
comp.compilers page.
Search the
comp.compilers archives again.