header file in OpenGL tutorial 1?????
I was entering the code for tutorial 1 with VC++6 and when I compiled I received some errors. I downloaded the code and ran it and it did fine. I looked in the project tree and in the external dependencies folder there is a file basetsd.h???? I added the opengl32.lib, glu32.lib and glaux.lib in the project links. Where did this header file come from and how do I get it into me project???
Help
Dzap1
What errors did you recieved ? basestd.h is a standard VC++6 header file with some type definitions. Nothing to worry about.
It will be ''included'' in every win32 app you will create.
The problem will be somewhere else. So maybe you should tell me
the error messages, and how did you create your project
It will be ''included'' in every win32 app you will create.
The problem will be somewhere else. So maybe you should tell me
the error messages, and how did you create your project
Where each function is declared I''m getting an error "local function definitions are illegal". In the project I downloaded the header file showed up in an external dependencies folder, when I opened a new project and entered the code and compiled that folder and the basetsd.h didn''t. I hope the error while help.
Thanks
Thanks
All the error means is that you have an open parenthese and your functions are in it. Hence "local function definition"
-~-The Cow of Darkness-~-
-~-The Cow of Darkness-~-
-~-The Cow of Darkness-~-
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement