simpleex_reg.rss

来自「symbian下的几个小例子。。很值得学习」· RSS 代码 · 共 21 行

RSS
21
字号
// simpleEx_reg.rss
//
// Copyright (c) Symbian Software Ltd 1999 - 2007.  All rights reserved.
//

#include <AppInfo.rh>
#include "SimpleExUid.h"

// KUidAppRegistrationResourceFile, and UID3, which is the application's UID.
UID2 KUidAppRegistrationResourceFile
UID3 SIMPLEEXUID// application UID

// Registration file need to containo an APP_REGISTRATION_INFO resource that
// minimally needs to provide the name of the application binary (using the 
// app_file statement). 
RESOURCE APP_REGISTRATION_INFO
	{
	app_file = "SimpleEx"; // filename of application binary (minus extension)

	}

⌨️ 快捷键说明

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