DirextX SDK Examples dont compile

Started by
3 comments, last by GameDev.net 24 years, 5 months ago
is your project linked to dx?
Advertisement
Sounds like you may need to set the compiler's directory paths to the dx header and lib files.

If your using VC5/6 goto the menu, then
Tools->Options, hit the "directories" tab
and set the include and lib directories. Make sure the paths to the dx files are at the top of the list.

Colt

Thank you so much,
now I can edit some of those examples and see how everything works
I just did what you said and added the include directory and lib directory at the top and it worked!
thanks so much,
I open any of the samples but whenever I try to compile them I get about 60 errors.They are usualy in header files not in the project, I cant figure it out,
Thanks in advance for the help.
Your welcome, if you need a few more samples check out my dx programming website :
http://members.aol.com/billybop7

I'm updating the site at the moment, but you can still download the samples ok.

This topic is closed to new replies.

Advertisement