I have a project that uses functions from a set of .obj files (not a .lib file). What is the correct way to link these to my project?
I have tried pasting the .obj files in the folder where the .obj files get built from my .c fields but that didn't work. Every time I build I get errors to do with "Unresolved symbols." I also tried putting them in the File Search Path of the Linker.
If you need more details let me know. Thanks for any help.