⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 simpleexwthr_reg.rss

📁 symbian下的几个小例子。。很值得学习
💻 RSS
字号:
// simpleExWthr_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 = "SimpleExWthr"; // filename of application binary (minus extension)

	}

⌨️ 快捷键说明

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