Re: Unable to compile in Visual C++

2009-06-20 Thread Hans Aberg
On 20 Jun 2009, at 18:11, Joel E. Denny wrote: On Fri, 19 Jun 2009, Hans Aberg wrote: On 19 Jun 2009, at 19:22, Ewa Rom wrote: The bison.exe is 2.4.1.3411 I run it on Win XP HE Version 2002 SP3 Do you recommed going to bison 2.6? Do that, just to be sure The latest release is 2.4.1. A

Re: Unable to compile in Visual C++

2009-06-20 Thread Joel E. Denny
On Fri, 19 Jun 2009, Ewa Rom wrote: > %{ > int yylex(); > void yyerror(char *s); > #include "stdafx.h" > #include > #include > #include > #include > #include > #include > #include > #include > #include "parser.hpp" > #include "resource.h" > > nodeType *v(char s); > nodeType *in

Re: Unable to compile in Visual C++

2009-06-20 Thread Joel E. Denny
On Fri, 19 Jun 2009, Hans Aberg wrote: > On 19 Jun 2009, at 19:22, Ewa Rom wrote: > > > The bison.exe is 2.4.1.3411 > > I run it on Win XP HE Version 2002 SP3 > > > > Do you recommed going to bison 2.6? > > Do that, just to be sure The latest release is 2.4.1. ___