Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

adding new .lib files 1

Status
Not open for further replies.

RSTR

Programmer
Mar 25, 2000
27
US
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.

Did I say that right?

-RSTR benthecat@hotmail.com

 
Check menu:
Project->ProjectSettings
The tab Link -> Object/Library modules:
input the path to your lib. John Fill
1c.bmp


ivfmd@mail.md
 
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).

bitwise
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top