adding directx files to compiler

Started by
1 comment, last by howdytest 19 years, 1 month ago
Hi Guys. Just wanted to check if my line of thinking is right. With the newest SDK of DirectX, i put the lib file into the library file directory and the include file into the include directory. Right? Also, in my Lib File i have a x64 and x86 folders...which one do i put into the directory? Thanks, i've very inexperienced when it comes to this...hopefully one day i'll get the hang of it.
Don't Feed the Newbie!
Advertisement
no, you just keep them wherever the installer put them. when you are writing a program you modify the project so that the compiler/linker looks in the directories in which they reside. the process of setting this up is entirely different depending on which compiler/IDE you use.

-me
thanks.
Don't Feed the Newbie!

This topic is closed to new replies.

Advertisement