Quick question about MS C++ 2005

Started by
1 comment, last by raptorstrike 17 years, 10 months ago
I have recently switched from Dev to MS Cpp 05 in an attempt to get OGRE working. Anyway how do you add linker/object files, what option is it under. I was able to find the command line parameters to the linker under project properties but that isnt editable at all. Thanks for the help =)
____________________________"This just in, 9 out of 10 americans agree that 1 out of 10 americans will disagree with the other 9"- Colin Mochrie
Advertisement
Go to project properties, then the linker folder, under input there should be a field additional dependencies. Add library files there. You can also add them directly to the project like C++ source files.
Thank you, that was just what I was looking for
____________________________"This just in, 9 out of 10 americans agree that 1 out of 10 americans will disagree with the other 9"- Colin Mochrie

This topic is closed to new replies.

Advertisement