|
|
opengl libraries in visual studio express
Hi,
Sorry if this is a bit off topic for this group, but I am wondering if
someone can help me out with getting setup. I am trying to setup an
opengl programming environment with visual c++ express for a class (I
don't have the full visual c++ program). However,
when I downloaded and installed visual c++ express beta2, the include
files in "C:\Program Files\Microsoft Visual Studio 8\VC\include" do not
include a GL folder with all the opengl headers (i.e. gl.h etc). Hence,
all of my programs complain that <GL/gl.h> is not found. Is there a way
I can manually install those headers, or do those headers only ship
with the full version of visual c++?
Thanks for any help!
thanks,
Serge
|
|
0
|
|
|
|
Reply
|
iredshift (5)
|
9/30/2005 4:52:11 PM |
|
iredshift@myway.com wrote:
> .... <GL/gl.h> is not found. Is there a way
> I can manually install those headers
Just get hold of a copy of the files and put them
in the right place.
> or do those headers only ship
> with the full version of visual c++?
>
Only Microsoft knows the reasons why...
--
<\___/>
/ O O \
\_____/ FTB. For email, remove my socks.
In science it often happens that scientists say, 'You know
that's a really good argument; my position is mistaken,'
and then they actually change their minds and you never
hear that old view from them again. They really do it.
It doesn't happen as often as it should, because scientists
are human and change is sometimes painful. But it happens
every day. I cannot recall the last time something like
that happened in politics or religion.
- Carl Sagan, 1987 CSICOP keynote address
|
|
0
|
|
|
|
Reply
|
fungus
|
9/30/2005 6:00:47 PM
|
|
fungus wrote:
> iredshift@myway.com wrote:
> > .... <GL/gl.h> is not found. Is there a way
> > I can manually install those headers
>
> Just get hold of a copy of the files and put them
> in the right place.
>
Thanks for the tip. I found a VC6 cd and that seems to have that stuff
:).
> > or do those headers only ship
> > with the full version of visual c++?
> >
>
> Only Microsoft knows the reasons why...
I guess they really mean it when they name it a "beta".. on top of the
header problem, the setting where you can add custom include or library
directories for the compiler to search is broken in VC Express. Go
figure.
Thanks,
Serge
|
|
0
|
|
|
|
Reply
|
iredshift
|
9/30/2005 8:52:16 PM
|
|
Installing the latest version of the Microsoft Platform SDK should give you
the files you need.
|
|
0
|
|
|
|
Reply
|
Jonathan
|
9/30/2005 11:24:57 PM
|
|
iredshift@myway.com wrote:
> Hi,
>
> Sorry if this is a bit off topic for this group, but I am wondering if
> someone can help me out with getting setup. I am trying to setup an
> opengl programming environment with visual c++ express for a class (I
> don't have the full visual c++ program). However,
> when I downloaded and installed visual c++ express beta2, the include
> files in "C:\Program Files\Microsoft Visual Studio 8\VC\include" do not
> include a GL folder with all the opengl headers (i.e. gl.h etc). Hence,
> all of my programs complain that <GL/gl.h> is not found. Is there a way
> I can manually install those headers, or do those headers only ship
> with the full version of visual c++?
>
> Thanks for any help!
>
> thanks,
> Serge
>
There are under a folder called something like SDK's in visual c++ 2003
|
|
0
|
|
|
|
Reply
|
Prometheus
|
10/3/2005 6:21:26 PM
|
|
Hi,
I always use the NVIDIA sdk for that.
It's updated to OpenGL 2.0 already.
http://developer.nvidia.com/object/sdk_home.html
It's a bit big but has lots of good stuff.
wpr
|
|
0
|
|
|
|
Reply
|
wpr
|
10/5/2005 2:23:44 PM
|
|
|
5 Replies
123 Views
(page loaded in 0.171 seconds)
|
|
|
|
|
|
|
|
|