问题
1>res\xxxx.rc2(50): fatal error RC1004: unexpected end of file found
解决方案
“xxxx.rc2”文件的最后一行,在另起一个空行。从50行增加到51行,保证“END”不是最后一行。
1>res\xxxx.rc2(50): fatal error RC1004: unexpected end of file found
“xxxx.rc2”文件的最后一行,在另起一个空行。从50行增加到51行,保证“END”不是最后一行。