Bob Smith wrote: >>>>> The language uses token as "INT" "BOOL" or "FALSE"; when I compile the >>>>> project using >>>>> Visual Studio 6.0 the following message is displayed: >>>>> >>>>> "'BOOL' : redefinition; typedef cannot be overloaded with any other >>>>> symbol" > > How about #undef BOOL, etc.?
The original error suggests the windows headers have a typedef for BOOL; and unfortunately there is no way to undo that after the fact. _______________________________________________ [email protected] http://lists.gnu.org/mailman/listinfo/help-bison
