I have a VS solution which contains two vfproj's. One for a main program and one for a LIB. I'm getting unresolved externals because the LIB doesn't seem to be getting linked with the EXE. What is the proper way to set this up? I'm using VS 2010. With an old version of vs with cvf I vaguely recall typing the LIB's name into a field somewhere in project settings. Is it still done that way today?
↧