BamBamm
08-21-2003, 03:21 PM
I am trying to make a 3D Engine in OpenGL!
I can not find any tutorials or web links that help with this. ?
When I compile I get this error!
fatal error C1083: Cannot open include file: 'gl\gl.h': No such file or directory
I have it written like this!
#include <windows.h>
#include <gl\gl.h>// Header File For The OpenGL32 Library
#include <gl\glu.h>// Header File For The GLu32 Library
#include <gl\glaux.h>// Header File For The GLaux Library
What am I doing wrong?
I am using MSVC++ and I made a Win32 App.
I went into "Project,settigns,link, and added OpenGL32.lib GLu32.lib GLaux.lib .
I have these listed:
OpenGL32.lib GLu32.lib GLaux.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/3D Cake Walk.pdb" /debug /machine:I386 /out:"Debug/3D Cake Walk.exe" /pdbtype:sept
If anyone can point me too tutorials on how to make a 3D Engine and a Modeler, it would help allot.
Thanks!
I can not find any tutorials or web links that help with this. ?
When I compile I get this error!
fatal error C1083: Cannot open include file: 'gl\gl.h': No such file or directory
I have it written like this!
#include <windows.h>
#include <gl\gl.h>// Header File For The OpenGL32 Library
#include <gl\glu.h>// Header File For The GLu32 Library
#include <gl\glaux.h>// Header File For The GLaux Library
What am I doing wrong?
I am using MSVC++ and I made a Win32 App.
I went into "Project,settigns,link, and added OpenGL32.lib GLu32.lib GLaux.lib .
I have these listed:
OpenGL32.lib GLu32.lib GLaux.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/3D Cake Walk.pdb" /debug /machine:I386 /out:"Debug/3D Cake Walk.exe" /pdbtype:sept
If anyone can point me too tutorials on how to make a 3D Engine and a Modeler, it would help allot.
Thanks!