我用的是VC++ 6.0,打了Visual Studio SP5的补丁,可是编译器老是不认'/MAPINFO:LINES'与'/MAPINFO:EXPORTS'选项,仔细检查了N遍关于工程的设置,但都找不出有什么问题,请各位高手帮帮忙是否还缺少了什么???
Command line warning D4002 : ignoring unknown option '/MAPINFO:LINES'
Command line warning D4002 : ignoring unknown option '/MAPINFO:EXPORTS'C/C++ -> Project Options 的内容如下:
/nologo /MD /W3 /GX /Zd /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/test.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /MAPINFO:LINES /MAPINFO:EXPORTS /c Link -> Project Options  的内容如下:
/nologo /subsystem:windows /incremental:no /pdb:"Release/test.pdb" /map:"Release/test.map" /debug /machine:I386 /out:"Release/test.exe"