now im getting a c1083 error!

Started by
1 comment, last by walshb 19 years, 8 months ago
Read the previous post to understand.
Advertisement
For starters, don't post new topics like this, just reply to your old one.

As for this question, and relating to your other post, stdafx.h doesn't seem to exist. I suggest actually reading the documentation about how to use Visual Studio. In short, you need to disable precompiled headers if you're not using them ( the fact that you don't know what stdafx is means that you're probably not meaning to ). To do this go to your project settings -> Precompiled Headers -> Set the top combo box named "Create/Use Precompiled Header" to "Not Using Precompiled Headers". Apply, and rebuild your project.
If at first you don't succeed, redefine success.
It would seem to me that it would be helpful if you had a project already-made so you can learn about how MS VS works.

Try this out:
http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=02

Grab the code at the bottom of the page that goes along with the version you're using. Open it up. Compile it. Build it. Run it. See how it works.

Try this and, if you get the chance, let us know how it goes.
I need no signature... well, alright.http://www.derzwerg.net

This topic is closed to new replies.

Advertisement