example3d_reg.rss

来自「一个基于symbian s60 3rd 的3D汽车游戏演示程序,模拟器上编译通过」· RSS 代码 · 共 15 行

RSS
15
字号
#include <appinfo.rh>
#include <example3d.rsg>

UID2 KUidAppRegistrationResourceFile
UID3 0xe01FF1d0

RESOURCE APP_REGISTRATION_INFO
{
  app_file = "Example3D";
  embeddability = KAppNotEmbeddable;
  localisable_resource_file = "\\resource\\apps\\Example3D";
  localisable_resource_id = R_EXAMPLE3D_LOCALISABLE_APP_INFO;
  newfile = KAppDoesNotSupportNewFile;
}
      

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?