“binary was not built with debug information ” warning meaning in mfc application?

后端 未结 5 863
渐次进展
渐次进展 2020-12-13 20:09

I am getting the following Warning when i run my Windows Application(MFC) in Windows 7.

\'XXX.exe\': Loaded \'C:\\2010\\Debug\\bin\\plugins\\c

5条回答
  •  情话喂你
    2020-12-13 20:33

    In VS 2010 : Project Properties >> Configuration Properties >> Linker >> Debugging >> Generate Debug Info : Set it as "Yes"

    In VS 2015 : Project Properties >> Configuration Properties >> Linker >> Debugging >> Generate Debug Info : Set it as "true"

提交回复
热议问题