Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by qsxd

  1. qsxd

    What is the standard way for a LIB using(linking) other LIBs?

    Hello. I'd like to find out what would be the most standard way for a Win32 static library using other win32 static libraries in Visual C++. I have seen two methods so far. 1. Add lib to a project(lib) > Project -> Add to Project -> Files 2. Add lib header files to a project(lib). >...
  2. qsxd

    Adding Object to Library

    Hello Malachi. Have you found the answer to your original question? I have noticed that when our programmers need to link lib to lib, instead of linking by lib file name, they have added lib source directory to Project settings -> C/C++ tab -> Project options. I didn't really like this method...

Part and Inventory Search

Back
Top