LNK1104: cannot open file 'XXX.map'

Question : 

Hi,everone:

     I am trying to compile a c++ project with vs2010 and the LINK : fatal error LNK1104: cannot open file 'E:\...\XXX.map' shows up. and it's successful when i compile it anagin without clean. how do i get around this,THX!


Ask:

Just check if that map file is read only or not. You can also disable map file creation by changing 'Project Properties->Configuration Properties->Linker->Debugging->Generate Map file' option.


原文鏈接 : http://social.msdn.microsoft.com/Forums/sv-SE/vcgeneral/thread/a8a5bbc3-5f16-4d7e-a879-eca5cea96b9f

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章