Re: Using bison++ with MSVC

2006-02-06 Thread Akim Demaille
>>> "Dempe" == Dempe Dempe <[EMAIL PROTECTED]> writes: > Hi, > I MUST use bison to generate C++ classes and compile it in MSVC. > I started compiling the basic example of the "Calc++ -- C++ Calculator". > It works perfectly using gcc, but using MSVC in the declaration > class position >

Using bison++ with MSVC

2006-01-30 Thread Dempe Dempe
Hi, I MUST use bison to generate C++ classes and compile it in MSVC. I started compiling the basic example of the "Calc++ -- C++ Calculator". It works perfectly using gcc, but using MSVC in the declaration class position { public: static const unsigned int initial_column =0; … I get the