Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
that's a great hint to you! you don't have to required files on your computer. poke around their site and I think you will find out how to get them (I don't think they are free)
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
Whenever I use #include Borland tells me it is unable to open include file and Visual C++ gives me 'undeclared identifier' error
I feel sure I have all relevant .h, .lib and .dll files in the correct place.
What is the FULL disk and path of the GL files that can't be found?
What is the FULL disk and path of the source code you are trying to comple?
WaltP
Posting Sage w/ dash of thyme
10,506 posts since May 2006
Reputation Points: 3,348
Solved Threads: 944
Whenever I use #include Borland tells me it is unable to open include file and Visual C++ gives me 'undeclared identifier' error
I feel sure I have all relevant .h, .lib and .dll files in the correct place.
When using Borland:
GL Files address: C:BORLAND\BC55\INCLUDE\GLUT.H
When Using Visual c++:
GL Files Address: C:PROGRAM FILES\MICROSOFT VISUAL STUDIO 8\VC\INCLUDE\GLUT.H
You specify #include<<strong>gl\</strong>glut.h> , so where is theGL directory, since you told the compiler that's where the file is?
WaltP
Posting Sage w/ dash of thyme
10,506 posts since May 2006
Reputation Points: 3,348
Solved Threads: 944