重新编译MFC

自己编译 MFC 库

Rebuild MFC 6.0 and CRT with MSLU

TN033:MFC的DLL版本

动态库:

nmake DEBUG=1 BROWSE=1 CODEVIEW=1

结果:没问题

点评:没问题


动态库:

nmake /f mfcdll.mak DEBUG=1 BROWSE=1 CODEVIEW=1 PLATFORM=INTEL LIBNAME=myMFC71

结果:编译出错 NMAKE : fatal error U1073: don't know how to make 'INTEL\myMFC71D.DEF'

点评:"make" here means "find", use "LIBNAME=MFC42" instead or look what is in "INTEL\"


你可能感兴趣的:(汇编/C/C++)