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

📄 multiviews.mmp

📁 演示如何使用Symbian系统的多视图(View)框架。
💻 MMP
字号:
/*
* ==============================================================================
*  Name        : multiviews.mmp
*  Part of     : MultiViews
*  Interface   :
*  Description :
*  Version     :
*
*  Copyright (c) 2004-2006 Nokia Corporation.
*  This material, including documentation and any related
*  computer programs, is protected by copyright controlled by
*  Nokia Corporation.
* ==============================================================================
*/


TARGET            MultiViews.exe
TARGETTYPE        exe
UID               0x0 0xA00001FA

TARGETPATH        \system\apps\multiviews

SOURCEPATH        ..\src
SOURCE            MultiViews.cpp
SOURCE            MultiViewsApplication.cpp
SOURCE            MultiViewsAppUi.cpp
SOURCE            MultiViewsDocument.cpp
SOURCE            MultiViewsView1.cpp
SOURCE            MultiViewsContainer1.cpp
SOURCE            MultiViewsView2.cpp
SOURCE            MultiViewsContainer2.cpp

SOURCEPATH        ..\data

START RESOURCE    MultiViews.rss
HEADER
TARGETPATH        resource\apps
END

START RESOURCE    Multiviews_reg.rss
#ifdef WINSCW
TARGETPATH 	      \private\10003a3f\apps
#else
TARGETPATH 	      \private\10003a3f\import\apps
#endif
END


USERINCLUDE       ..\inc
SYSTEMINCLUDE     \epoc32\include

LIBRARY           euser.lib
LIBRARY           apparc.lib
LIBRARY           cone.lib
LIBRARY           eikcore.lib
LIBRARY           avkon.lib
LIBRARY           commonengine.lib

LANG              SC

VENDORID          0

CAPABILITY        NONE

// End of File

⌨️ 快捷键说明

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