adding an obj file

SomeCoder

Newcomer
Joined
Apr 5, 2003
Messages
5
I am working on a programming assignment and am having some problems. An object file and header file was given to us. The header file has prototypes to several functions that I need to use. I think my problem is that the obj file is not being added to my project. I am getting error message about an unresolved extern that I'm trying to use. There is a prototype in a header file, and I have the object file. I think I need to get the object file into the project. I am new to C and Visual C++ .Net
Any help would be appreciated
 
Im not sure if thats what you mean but in options you can find a list of directories that VC++ searches for include, reference ect. files.
Goto Tools, Options, Projects, VC++ Directories.
Was this what you are looking for?
 
Back
Top