Including resource file in a project by .RC file rather than .RES file

前端 未结 6 1856
长发绾君心
长发绾君心 2020-12-15 20:16

I remember reading an article or post somewhere years ago that suggested including a resource file in a project by referencing the .rc file instead of an already compiled .r

6条回答
  •  自闭症患者
    2020-12-15 21:14

    Just add the rc file to your project via the "Project > Add to project" menu item. This creates the {$R 'myres.res' 'myres.rc'} line from the posting that TOndrej links to.

提交回复
热议问题