[antlr-interest] Re: ANTLR C++ lib project files for Visual Studio .NET

jsrs701 jsrs701 at yahoo.com
Fri Apr 19 16:16:59 PDT 2002


--- In antlr-interest at y..., "Lloyd Dupont" <lloyd at g...> wrote:
> I had a lot of error: xxx.h header not found.

Oh, nuts, forgot to mention that little bit.

The project files expect you to be using ANTLR-2.7.1, installed at 
c:\antlr-2.7.1.  Not a safe assumption these days.  :-)

You will need to change the additional include directory setting for 
the project to properly find the ANTLR include files.

1. In the Solution Explorer, right-click on the "libantlr" project, 
and select Properties.

2. Click on the C/C++ settings folder in the properties window, and 
then click on General right below it.

3. The first item on the right will be Additional Include 
Directories.  Change that to point to the "lib\cpp" directory of your 
ANTLR installation.

4. Click OK, then try the build again.



 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



More information about the antlr-interest mailing list