🎉 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!

lesson 23

Started by
0 comments, last by bom 23 years, 11 months ago
I can''t compile lesson 23, with VC++ 6.0. Anyone can help me? Lesson23.cpp Lesson23.cpp(16) : error C2146: syntax error : missing '';'' before identifier ''g_DI'' Lesson23.cpp(16) : error C2501: ''LPDIRECTINPUT7'' : missing storage-class or type specifiers Lesson23.cpp(16) : fatal error C1004: unexpected end of file found Error executing cl.exe.
Advertisement
it looks like you''ve added directx stuff. try moving the target directory in the project->settings to the very top so it overwrites some other stuff. also, make sure you include and link everything.

JoeMont001@aol.com www.polarisoft.n3.net
My HomepageSome shoot to kill, others shoot to mame. I say clear the chamber and let the lord decide. - Reno 911

This topic is closed to new replies.

Advertisement