mfcs80ud.lib(dllmodul.obj) : error LNK2005: _DllMain@12 already defined in MSVCRTD.lib(dllmain.obj)

本文介绍如何解决VisualStudio中由于库文件顺序导致的链接错误。通过调整msvcrtd.lib和mfcs80ud.lib的忽略及依赖设置,并正确配置命令行选项,可以有效避免此类错误。适用于VisualStudio2005和2010。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

To solve it, do the following steps:

1.    Open project property pages by Alt+F7

2.    Navigate to Configuration properties->Linker->Input section.

3.    Add msvcrtd.lib; mfcs80ud.lib to theIgnore specific library.

4.    Add mfcs80ud.lib msvcrtd.lib to theAdditional dependencies.

Now we will tell you how to find out these two disorder libraries. In the project property pages, navigate to configuration properties->linker->command line, add /verbose:lib to the additional option. Rebuild your project, and look carefully to the output window, you will find that is mfcs80ud.lib generated the link error, look before mfcs80ud.lib, you will find there is only one CRT library before it, so ignore these 2 libraries in the Ignore specific library, then add them in the additional dependencies with right order. Rebuild again, it should works.

PS.visual studio2005下dll为80,2010下100.上面讲的是在Visual Studio 2005下的情况,VS2010下雷同。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值