简体   繁体   中英

visual c++ 2010 can't add resource file

i want to add to my project a resource file but vs2010 won't let me. what do i do? 替代文字

如果您使用Express Edition,那么您无法编译资源(可能是一个原因,为什么您也无法添加它们)。

当你创建一个Win32应用程序,请不要选择“空项目”,它会创建一些资源文件给你,你可以在其中添加自己的资源。(ProjectName.rc->查看代码...然后编辑)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM