Flex (Lex, not actionscript or w/e) Error
- by incrediman
I'm totally new to flex.
I'm getting a build error when using flex. That is, I've generated a .c file using flex, and, when running it, am getting this error:
1>lextest.obj : error LNK2001: unresolved external symbol "int __cdecl isatty(int)" (?isatty@@YAHH@Z)
1>C:\...\lextest.exe : fatal error LNK1120: 1 unresolved externals
here is the…