Static libraries, calls to dynamic libraries

Source: Internet
Author: User

In VS, right-click the project name, select the configuration type, there is an application (. exe), a dynamic library (. dll), a static library (. lib), select the static library, in the project directory, under debug generated **.lib, if you want to call the function in **.lib, only need to be * *. LIB file is copied to the target working directory, and then add #pragma comment (lib, "**.lib") to the program, where the **.lib file is larger

When selecting a dynamic library, the **.lib and **.dll are generated under debug in the project directory, and if you want to invoke the functions in **.dll, you only need to copy the **.lib and **.dll files to the target working directory at the same time, and then add #pragma comment to the program ( LIB, "**.lib"), where the **.lib file is relatively small

Static libraries, calls to dynamic libraries

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.