I am relatively new to VC. I was wondering how to add new library files (i.e. the directx .lib's) so that i don't get those errors like, "function FUNCTION does not exist" even though they do exist.
I usually go to
Project->Settings
<Link Tab>
Category: Input
Object/Library modules:
input the path to your lib
Here you can also specify any
'Additional library path'
Also make sure you are including the proper directx header file. A library always has a header file. For example:
dinput.h (direct input header file) also has dinput.lib (direct input library).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.