🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

help! can't get tut. 1 to work!

Started by
0 comments, last by ryerider 23 years, 11 months ago
Hi, i''m using the sample code, understand it, but when i compile everything, i get the error: Compiling... amh1.cpp d:\microsoft visual studio\msdev98\myprojects\amh1\amh1.cpp(400) : fatal error C1010: unexpected end of file while looking for precompiled header directive Error executing cl.exe. help! what do i do? i don''t understand where the error is, it sounds like an error in one of the header files?? please help! thanks! -aron (amh@brown.edu)
Advertisement
Sounds to me as a missing #include "stdafx.h" somewhere...

When using this type of precompiled headers (the default), you have to include it right at the beginning of your files.

This probably is your problem.

EL

----------------------------------------
"Inash neteia haeg joa kavari quilm..." SD4
----------------------------------------"Inash neteia haeg joa kavari quilm..." SD4

This topic is closed to new replies.

Advertisement