Advertisement

Adding Lib files to projects

Started by December 19, 1999 08:12 PM
0 comments, last by GameDev.net 25 years, 1 month ago
A real quick one, how do you add lib files to projects?
You link a .lib using the linker.

How depends on the compiler - I assume VC++ (from your prior post).

Add the .lib to the project by:
- clicking INSERT | FILE then select .lib file.

OR

- click BUILD | SETTINGS -- LINK -- add to object/library modules the name of the .lib file.


Jim


This topic is closed to new replies.

Advertisement