Compiling flex file into dll.
Posted
by Szpilona
on Stack Overflow
See other posts from Stack Overflow
or by Szpilona
Published on 2010-04-08T03:00:00Z
Indexed on
2010/04/08
3:03 UTC
Read the original article
Hit count: 305
Hi,
I've got a lexer created with flex (cygwin). Normally I compile it to an .exe file.
For the newest project I need a lexer to use in a bigger C# program running on Windows XP. Of course I can execute a file using System.Diagnostics.Process. But it is not the best solution for me as I want that program to run on several machines.
How can I create a dll under cygwin having the source code of the lexer?
Thanks in advance... Szpilona
© Stack Overflow or respective owner