What do I need?
What libraries I have to link to and how to find them.
Do I need a special type of video card?(I can tell you mine if you want)
Do I need a special type of video card?(I can tell you mine if you want)
The reason you aren''t getting any replies is because you asked a vague and frequently-asked questions. I now give you an acronym to follow in life:
STFW.
However, because I''m a nice guy, I''ll also tell you how to mend your evil ways and even where to go to get started.
Read this:
http://www.tuxedo.org/~esr/faqs/smart-questions.html
And then start studying this:
http://nehe.gamedev.net
Peace,
ZE.
//email me.//zealouselixir software.//msdn.//n00biez.//
miscellaneous links
[if you have a link proposal, email me.]
STFW.
However, because I''m a nice guy, I''ll also tell you how to mend your evil ways and even where to go to get started.
Read this:
http://www.tuxedo.org/~esr/faqs/smart-questions.html
And then start studying this:
http://nehe.gamedev.net
Peace,
ZE.
//email me.//zealouselixir software.//msdn.//n00biez.//
miscellaneous links
[if you have a link proposal, email me.]
[twitter]warrenm[/twitter]
OK, let me try to ask this question again.
What libraries do I need to link to? Do you have to have a new video card?(mine is two years old)I am going to try to do this in C++ and compiled in VC++.
What libraries do I need to link to? Do you have to have a new video card?(mine is two years old)I am going to try to do this in C++ and compiled in VC++.
April 15, 2002 08:43 PM
You need to link to: OpenGL32.lib GLu32.lib GLaux32.lib
Video Card? My current card is a Diamond Viper v550 (more than two years old) and I am having no troubles at all. Just make sure you have current OpenGL drivers (you can get a program called GLSetup, which is really awesome).
Video Card? My current card is a Diamond Viper v550 (more than two years old) and I am having no troubles at all. Just make sure you have current OpenGL drivers (you can get a program called GLSetup, which is really awesome).
Hello,
Wel as the other posters have said, you will need to link to OpenGL32.lib GLu32.lib GLaux32.lib, But the good news is that if you are uesing msvc++ then all that should be there allredy. So just read the stuff on this site, and start playing with it that seem to be the best way to get started.
As for vid card, what you have will probly work. You can ues OpenGL with any vid card (not all the cool exts) but you should be ok. You can probly get a GF3 ti200 really cheap now that the gf4 are out.
Good Luck
<>
Wel as the other posters have said, you will need to link to OpenGL32.lib GLu32.lib GLaux32.lib, But the good news is that if you are uesing msvc++ then all that should be there allredy. So just read the stuff on this site, and start playing with it that seem to be the best way to get started.
As for vid card, what you have will probly work. You can ues OpenGL with any vid card (not all the cool exts) but you should be ok. You can probly get a GF3 ti200 really cheap now that the gf4 are out.
Good Luck
<
For start you can use just about any card you have. It will be some time before you''ll need extension... (all tutorials on this page can run without them)
There are more worlds than the one that you hold in your hand...
There are more worlds than the one that you hold in your hand...
You should never let your fears become the boundaries of your dreams.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement