【MFC】Warning: no document names in string for template #129

現象

在VS2010中調試SDI程序出現如下告警: 

Warning: no document names in string for template #129.

 

解決方法

1、在 resource.h文件 中找到該ID。

#define IDR_MAINFRAME1                  129

 

2、 在 資源管理器\String Table 中增加如下字符串。 

 

3、重新編譯,即可消除warning。 

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