连接错误: LNK4070 怎么解决?高分求解!
高分求解:
我在VC中使用了多个project, 然后修改其中一个MFC扩展动态链接库的默认输出文件名DeviceModel.dll 为:DeviceModel_d.dll。
编译时,出现以下错误:
Creating library ..\Output/DeviceModel_d.lib and object ..\Output/DeviceModel_d.exp
DeviceModel_d.exp : warning LNK4070: /OUT:DeviceModel.dll directive in .EXP differs from output filename "..\Output/DeviceModel_d.dll"; ignoring directive