MFC出现 error RC2108: expected numerical dialog constant错误解决办法
时间:2015-09-26 13:14:56
收藏:0
阅读:838
MFC在使用picture console控件之后往往会弹出这个错误:error RC2108: expected numerical dialog constant。
此时,双击这个错误,会跳到提示错误的那一行,在那一行中的一串地址前插入:"Static", SS_BITMAP,
原文:http://www.cnblogs.com/pengdonglin137/p/4840588.html
评论(0)