I am compiling a c source file to create an object, which I would like to then link into an existing static library (.lib). How can I use the Project Properties dialog to define this type of link? I want to produce a new .lib file.
So far, I have a project defined with only the c source file. I can build the object. However, I don't know how to direct the MSVC++ to link the object to an existing library.
Thanks.
So far, I have a project defined with only the c source file. I can build the object. However, I don't know how to direct the MSVC++ to link the object to an existing library.
Thanks.