473,659 Members | 2,765 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

programming OpenGL in vc++, how??

Hey

I want to learn to program OpenGL. I have VS2005, so I thought it could be a
good idea to learn how to program OpenGL in vc++....

Anybody knows where I can get the latest OpenGL SDK for vc++ or is that SDK
a part of VS2005??

if you have any links to tutorials explaining OpenGL programming in vc++
then please share it with me...
Jeff
Mar 12 '07 #1
2 2561
You should be able to find tutorials for OpenGL in VC++ at:

http://nehe.gamedev.net/
Mar 12 '07 #2
I want to learn to program OpenGL. I have VS2005, so I thought it could be
a good idea to learn how to program OpenGL in vc++....

Anybody knows where I can get the latest OpenGL SDK for vc++ or is that
SDK a part of VS2005??

if you have any links to tutorials explaining OpenGL programming in vc++
then please share it with me...
There's this great invention called www.google.com
I hear it can find a lot of things.

--

Kind regards,
Bruno van Dooren
br************* *********@hotma il.com
Remove only "_nos_pam"
Mar 12 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2481
by: DaMan | last post by:
Can anyone recommend a good book that teaches how to program basic games in C++? I have some C and C++ experience, but not too much with graphics. The kind of game I want to write is a simple card game for Windows. I could probably figure out all the logic, but working with the graphics would be tough. I want a book that starts from the very beginning as far as working with Windows and graphics. The game I have in mind would have the...
3
1988
by: Miguel Angel Polo | last post by:
Hi Maybe this question is off-topic, but anyway I've seen some questions about Builder and Visual, so here it is: How can I use an OpenGL component?? Where can I find it??
1
3998
by: Brett Baisley | last post by:
I am trying to get OpenGL libraries to work in Visual C++.net, but I am having great difficulty. I found a web site that explains what to do, but it was written for VC++ 6.0 and its not the same for VC++.net. It says to go to "Settings" under project menu, then click on the "Link" tab and under "Object/library modules:" add opengl32.lib, glu32.lib and glut32.lib. I can't find this place. If I rightclick on the solution, and go to...
2
3949
by: Ralf Edrich | last post by:
Hi, I want to use (Visual C++) .NET and OpenGL. Are there any known problems or limitations? And can anyone tell me where to get some examples? TIA,
1
5609
by: Scott Chang | last post by:
Hi All I tried to use the attached OpenGL code to draw a Star-shaped figure on my Microsoft Visual C++ .NET 2002-Windows XP Pro PC. When I did 'Build' in Debug Mode, I got an error C2065: 'RenderScence': undeclared identifier. Please help and tell me (1) what it is wrong with my coding in this program and how to correct the problem, and (2) whether the functions/commands of the OpenGL v1.1 (existing in Microsoft Visual C++ .NET 2002) and GLUT...
3
2239
by: John Vannoy | last post by:
I have created a small OpenGL app in VC.NET and so far so good. But when I try to create a GLUquadric object with gluNewQuadric, I get a runtime error: An unhandled exception of type 'System.TypeLoadException' occurred in GLTest.exe Additional information: Could not load type GLUquadric from assembly GLTest, Version=1.0.1553.28010, Culture=neutral, PublicKeyToken=null.
5
1370
by: john andrew | last post by:
-- hello If I wanted to do some game programming with C++ and openGL/directx do I need to know MFC /VCL . Can I just know C++ and bypass these extras and use just C++ with added libraries, no GUI ?
0
1077
by: giganut | last post by:
Hi, When I try to build openGL (GLUT) based applications in VC .NET 2003, I get the following error: C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\stdlib.h(256): error C2381: 'exit' : redefinition; __declspec(noreturn) differs I'm unable to figure out why this should happen - openGL does not use
1
1768
by: iredshift | last post by:
Hello, I am trying to use visual c++ express to write opengl programs for a class because I don't have the full visual studio 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...
0
8339
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8851
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8535
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8629
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7360
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5650
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4176
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4338
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1982
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.