Try the following:
(1)go to the system or system 32 directory and make sure there is a dll titled glaux.dll or glaux32.lib there.
(2) go to vc++ and open your project. Go to Project->Settings->Link...
Type: Posts; User: glguru
Try the following:
(1)go to the system or system 32 directory and make sure there is a dll titled glaux.dll or glaux32.lib there.
(2) go to vc++ and open your project. Go to Project->Settings->Link...
Thanks very much flappy and eric.
I am going to check it out. I hope it works.
glguru
Hi Gorg,
Thanks for taking the time to give me that deep explanation. It will take some playing around to sink in. Thanks again...
I am really confused with the use of the stencil buffer. I was trying to modify the stencil example in the red book to just draw
a square in the center of the screen and then try to see what would...
I am really confused with the use of the stencil buffer. I was trying to modify the stencil example in the red book to just draw
a square in the center of the screen and then try to see what would...
Hi,
I am getting ready to start writing an MDI in VC++. I will be using OpenGL, so, I was looking on the web for a view class that has OpenGL enabled that I can subclass. I found an MDI on codeguru...
Hi,
I am getting ready to start writing an MDI in VC++. I will be using OpenGL, so, I was looking on the web for a view class that has OpenGL enabled that I can subclass. I found an MDI on codeguru...
Hi Gorg,
Thanks for taking the time to respond to my post.
I don't think I explained my question properly. I have a surface that I
want to place a texture on. I want the whole texture to be...
Hi,
I have two surfaces that I would like to texture.The texture, however,
needs to cover only half of the surface in width but the full height of
each surface. I am not sure what is the best...
Hi,
I have two surfaces that I would like to texture.The texture, however,
needs to cover only half of the surface in width but the full height of
each surface. I am not sure what is the best...
Hi,
I got the same error a while back. There is a file called Vcspawn.exe in one of the VC++ dir's. Just run that and it should take care of your problem; at least it worked for me when I had the...
Hi,
I have been using opengl for a few months now
and would like to do something interesting other than just moving some silly things around. I was hoping to add to something someone has already...
Thanks alot mikej and nickels.
glguru
Hi,
I want to display a set of 3D (float) coordinates on the screen. I know you can use glRasterPos and glutBitmapCharacter to display a character but I am lost on writing float values. Any help is...
Hi,
I posted this message in the beginners forum and didn't get a reply. So, I guess this is the next best place.
I am struggling with gluLookAt(...). Could someone please give me an indepth...
Hi,
I am struggling with gluLookAt(...). Could someone please give me an indepth explanation of it? For example, say I am given the
eye point, the at point and the up direction,
how do I...
I have been trying to get glut to work on vc++6 for over a month now and I continue to fail. I tried this over and over:
(1)find all the necessary lib and dlls and put them in their appropriate...