I can compile but I get a linker error: LNK2001: unresolved external symbol _WinMain@16, I have all the opengl32.dll,glu32.dll, glaux.dll in the windows\system and have included the headers files i...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10049492.html
Zones:
C++Date Answered: 04/24/1998 Rating: 9.4 Views: 4
I am trying to learn OpenGL on the SGI. Anyhow I can't figure out what I need to do to compile a basic program such as
#include <GL/gl.h>
#include "aux.h"
int main(int argc, char** argv)
{
...
http://www.experts-exchange.com/Programming/Languages/C/Q_10093999.html
Zones:
CDate Answered: 12/13/1998 Rating: 6.4 Views: 0
Hi team,
I downloaded Mike's (Lischke's) OpenGL stuff (really cool by the way Mike) but I can't get it to display in anything other than a sizable window.
I would like to have a TPaintBox (or...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10216534.html
I copied an OpenGL example out of a VSJ magazine, and it drew and rotated a 3D pyramid. I then plotted a large 3d person, but could not get it in the view screen because of scale. How do I change...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10244848.html
Zones:
Visual BasicDate Answered: 12/10/1999 Rating: 9.4 Views: 0
Where to find tutorial source codes for interactive drawing in 3D under OpenGL?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10259773.html
hi.
i have a 3-d cube.
i need to move in the screen so when i press the appropriate arrow on the keyboard i will move in perspective to the cube.
so when i move forward the cube gets bigge...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10293098.html
Zones:
C++Date Answered: 03/03/2000 Rating: 6.2 Views: 0
Hi
I have a program which needs to display an image, and I also have another image which I want to display on top of the first.
The resulting image should be equal to the first image for every ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10309568.html
Zones:
C++Date Answered: 03/13/2000 Rating: 6.8 Views: 0
http://www1.experts-exchange.com/Computers/Programming/Languages/C++/Q_10332475.html
http://www.experts-exchange.com/Programming/Languages/C/Q_10332537.html
Zones:
CDate Answered: 04/26/2000 Rating: 7.0 Views: 0
ONLY OPENGL CODE WILL BE ACCEPTED!!!
I need a sample program of a bitmap that looks like a ball thrown up. When
gravity overpowers the throw the ball should fall down. Please do not not use g...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10337173.html
Zones:
C++Date Answered: 05/13/2000 Rating: 8.0 Views: 4
Hello,
I am having some problems with some OpenGL code. This is very hard to explain so please bear with me.
Imagine I have an aeroplane in front of me, and the planes left side is facing me....
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10384816.html