Adding 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
Jim Adams, Author"Programming Role-Playing Games with DirectX""Advanced Animation with DirectX""Programming Role-Playing Games with DirectX, 2nd Edition"
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement