i started playing with directx in visual studio 2008 where i included the
tools->
options->
projects and solutions->
vc++ directories ->
show directories for library files
and included the path to the directx libs. i was confused when getting linker errors. i then included the
Because you have to tell the compiler to link to that library and Visual Studio IDE does it that way
1st = Tell where libraries are located (For all the projects)
2nd = Tell that the specific project is using them