Warning lnk4089: all references to "user32.dll" discarded by/OPT: ref

Source: Internet
Author: User

[From: http://www.diybl.com/course/4_webprogram/asp.net/netjs/200822/98455.html
]

 

Warning lnk4089: all references to "user32.dll" discarded by/OPT: ref
Development Platform: VC
Error: Warning lnk4089: all references to "user32.dll" discarded by/OPT: ref.
Cause of error: the optimization option is enabled, andProgramUser32.dll is included or added, but no function or method in the library is called. Therefore, the system sends a notification.
Solution: a) This problem usually occurs in the release version. When the release version is compiledCodeOptimization, the program is not actually used, and the library linked in the project is abandoned
Instead of compiling it into the project. Ingore in the input field of link in the Project Settings
Enter the Lib File Name of the Library in libraries. B) Ignore it because it will not affect the program.

ArticleSource: http://www.diybl.com/course/4_webprogram/asp.net/netjs/200822/98455.html

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.