[gnuwin32 - Help] Flex problems

"SourceForge.net" <[email protected]>
Newsgroups gmane.comp.windows.gnu.user
Message-ID <[email protected]>
Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4336072
By: dedushka_shubin

GnuWin32 Flex output with -+ option does not compile
in MSVC 7
The first reason is MSVC has no iostream.h but iostream
Changing this in FlexLexer.h does not help, because
istream type is defined in flex output as 
class istream;
but in MSVC it is
typedef basic_istream<char, char_traits<char> > istream;

which causes compilation error 

'use of undefined type istream'

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.