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
Any help would be appreciated