sdkcreationmw/sdkexamples/cppexamples/S60Ex/_doc/GUID-1AAADEA6-89E7-4F54-A3F5-FA74BDE1A21A.html
author rajpuroh
Wed, 21 Apr 2010 09:56:53 +0530
changeset 1 ac50fd48361b
parent 0 b26acd06ea60
permissions -rw-r--r--
Second Contribution
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     1

b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     2
<!DOCTYPE html
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     3
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
     4
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="copyright" content="(C) Copyright 2007"/><meta name="DC.rights.owner" content="(C) Copyright 2007"/><meta name="DC.Type" content="mobileconcept"/><meta name="DC.Title" content="Building and running example applications from the command line interface"/><meta name="DC.Format" content="XHTML"/><meta name="DC.Identifier" content="GUID-1AAADEA6-89E7-4F54-A3F5-FA74BDE1A21A"/><title>Example Applications</title><script type="text/javascript" src="js/utils.js">//</script><script type="text/javascript" src="js/gui.js">//</script><script type="text/javascript" src="js/common.js">//</script><script type="text/javascript" src="js/toc.js">//</script><script type="text/javascript" src="js/page.js">//</script><script type="text/javascript" src="js/s60/white_toc.js">//</script><script type="text/javascript" src="js/s60/page.js">//</script><link href="css/html.css" rel="stylesheet" type="text/css" media="screen"/><link href="css/style.css" rel="stylesheet" type="text/css" media="screen"/><link href="css/print.css" rel="stylesheet" type="text/css" media="print"/><link href="css/nwg.css" rel="stylesheet" type="text/css" media="all"/><link href="css/s60/white.css" rel="stylesheet" type="text/css" media="all"/><script>if( self == top ){ window.location.replace( "../../../?topic=/com.nokia.s60.sdk.cppapi_5.0/GUID-441D327D-D737-42A2-BCEA-FE89FBCA2F35/GUID-1AAADEA6-89E7-4F54-A3F5-FA74BDE1A21A.html");}</script>
0
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     5
</head><body onload="initPage();"><!--BEGIN: HEADER--><!--END: HEADER--><!--BEGIN: BODY SECTION--><div class="body"><!--begin: content--><div class="contentLeft prTxt"><h1 class="pageHeading" id="GUID-1AAADEA6-89E7-4F54-A3F5-FA74BDE1A21A"><a xmlns:d="http://www.pnp-software.com/XSLTdoc" name="GUID-1AAADEA6-89E7-4F54-A3F5-FA74BDE1A21A"><!----></a>Building
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     6
and running example applications from the command line interface</h1>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     7
<div><h3>Check the current SDK device</h3><p>Before starting to build an example application, you need to ensure
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     8
that the S60 SDK device points to the device that the application in question
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     9
is intended to run on. In other words, you need to make sure that the appropriate
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    10
SDK installation is set as default.</p><p>To check the device, perform the following steps:</p><ol>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    11
<li id="GUID-DE3624BD-FB3A-4AB5-A3EC-7F452CF7F12C"><a xmlns:d="http://www.pnp-software.com/XSLTdoc" name="GUID-DE3624BD-FB3A-4AB5-A3EC-7F452CF7F12C"><!----></a><p>Open the command
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    12
prompt and enter the following command and press enter:</p><p><code>devices</code></p>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    13
<p>This command displays all Symbian SDK installations available to you,
1
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
    14
for example:</p><p><code>Nokia_Symbian3_SDK_v0.5:com.nokia.s60
0
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    15
- default</code></p><p>In the above, you can see that in this case
1
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
    16
the <code>Nokia_Symbian3_SDK_v0.5:com.nokia.s60</code> is the default (active) SDK
0
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    17
(that is, the S60 5th Edition SDK
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    18
1). To switch between devices, use the <code>-setdefault</code> option
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    19
of the <code>devices</code> command. Enter this command to switch
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    20
to the S60 5th Edition SDK :</p>
1
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
    21
<p><code>C:\devices -setdefault Nokia_Symbian3_SDK_v0.5:com.nokia.s60</code></p>
0
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    22
<div class="note"><p><strong class="note_title">Note: </strong><code>@</code> is part of the command.</p></div>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    23
</li>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    24
</ol><p>For more information, please, refer to  <strong>SDK Help &gt; Symbian Developer
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    25
Library &gt; How to Manage development for multiple device types</strong> for more
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    26
information. </p></div>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    27
<div><h3>Create the abld.bat file</h3><p>Once you have checked that the current SDK is the default SDK, you need
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    28
to create an <code>abld.bat</code> file. The <code>abld.bat</code> file
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    29
is a batch file that controls the build process. The <code>abld.bat</code> file
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    30
is generated from the <code>bld.inf</code> component description file.</p><p>To create the <code>abld.bat</code> file, perform the following
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    31
steps:</p><ol>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    32
<li id="GUID-74CF9595-BFA5-4A18-A9CC-2571A5467FF0"><a xmlns:d="http://www.pnp-software.com/XSLTdoc" name="GUID-74CF9595-BFA5-4A18-A9CC-2571A5467FF0"><!----></a><p>Open the command
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    33
prompt and go to the application top-level folder.</p><p>For example, <code>&lt;S60_SDK_installation_directory&gt;\S60CPPExamples\helloworldbasic</code></p></li>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    34
<li id="GUID-7CFDA1CF-6B48-4053-B8F9-A7A6D49991BC"><a xmlns:d="http://www.pnp-software.com/XSLTdoc" name="GUID-7CFDA1CF-6B48-4053-B8F9-A7A6D49991BC"><!----></a><p>In the application
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    35
top-level folder, locate the <code>group</code> subdirectory which
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    36
contains the <code>bld.inf</code> file.</p><p>For example, <code>&lt;S60_SDK_installation_directory&gt;\S60CPPExamples\helloworldbasic\group\</code></p></li>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    37
<li id="GUID-D803DFC1-5F30-4314-B6F0-8F3AF11DB612"><a xmlns:d="http://www.pnp-software.com/XSLTdoc" name="GUID-D803DFC1-5F30-4314-B6F0-8F3AF11DB612"><!----></a><p>Enter the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    38
following command and press enter:</p><p><code>bldmake bldfiles</code></p>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    39
<p>This will create the <code>abld.bat</code> file in the current
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    40
directory, making the <code>abld</code> command available for use.</p>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    41
</li>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    42
</ol><p>In the following, you will use the command in creating build files and
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    43
building the Hello World Basic example application. To find more information
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    44
on other commands and switches, enter the <code>abld</code> command
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    45
without arguments, for example:</p><p><code>&lt;S60_SDK_installation_directory&gt;\S60CPPExamples\helloworldbasic\group\abld</code></p><p>The help message printed to the console provides more information on
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    46
the command and its parameters.</p></div>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    47
<div><h3>Create the build files and build the application</h3><p>With the <code>abld</code> command available, perform the following
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    48
steps to create the needed build files:</p><ol>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    49
<li id="GUID-7E73FB81-E0FE-4724-A538-5AEF4749D793"><a xmlns:d="http://www.pnp-software.com/XSLTdoc" name="GUID-7E73FB81-E0FE-4724-A538-5AEF4749D793"><!----></a><p>Open the command
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    50
prompt and go to the application folder, which now contains the <code>abld.bat</code> file.</p>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    51
<p>For example:</p><p><code>&lt;S60_SDK_installation_directory&gt;\S60ECPPExamples\helloworldbasic\group\</code></p>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    52
</li>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    53
<li id="GUID-B8C875F6-A7BB-462F-B7F3-CB9A24B02CE9"><a xmlns:d="http://www.pnp-software.com/XSLTdoc" name="GUID-B8C875F6-A7BB-462F-B7F3-CB9A24B02CE9"><!----></a><p>Enter the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    54
following command and press <strong>Enter</strong>:</p><p><code>abld build
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    55
winscw udeb</code></p></li>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    56
</ol><p>Notice, that you have now built a debug build of the Hello World Basic
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    57
example application (that is, debug-type binaries), which you can run on the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    58
emulator. This build is appropriate for your purposes at this point, as it
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    59
enables you to run and view the application on the S60 emulator.</p><p>The build process creates the necessary build files and application
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    60
binaries, including any resource files required.</p><p>This stage of the process may produce warnings. If there are errors,
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    61
it may be because the exports of a DLL component were not frozen. If the application
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    62
has a DLL component, you need to freeze the exports by performing the following
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    63
steps.</p><ol>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    64
<li id="GUID-2E568371-8E9D-483B-95D5-02869764CB3D"><a xmlns:d="http://www.pnp-software.com/XSLTdoc" name="GUID-2E568371-8E9D-483B-95D5-02869764CB3D"><!----></a><p>In the application
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    65
group folder, enter the following command:</p><p><code>abld freeze</code></p>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    66
<p>For example,</p><p><code>&lt;S60_SDK_installation_directory&gt;\S60CPPExamples\SIPExample\group\abld
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    67
freeze</code></p><p>This ensures that the exports are frozen. To
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    68
use the frozen exported interfaces, the application needs to be re-built after
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    69
the freeze. </p></li>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    70
<li id="GUID-61D2AB6B-78C6-49DA-9305-C430B4028192"><a xmlns:d="http://www.pnp-software.com/XSLTdoc" name="GUID-61D2AB6B-78C6-49DA-9305-C430B4028192"><!----></a><p>Rebuild the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    71
application after freezing the exports by entering the build
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    72
command:</p><p><code>abld build winscw udeb</code></p><p>For
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    73
example,</p><p><code>&lt;S60_SDK_installation_directory&gt;\S60CPPExamples\helloworldbasic\group\abld
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    74
build winscw udeb</code></p></li>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    75
</ol></div>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    76
<div><h3>Launch the application in the emulator</h3><p>To run the example application that you have built on the S60 SDK emulator,
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    77
perform the following steps:</p><ol>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    78
<li id="GUID-8319CFBF-719F-4DB7-AB52-545798F09509"><a xmlns:d="http://www.pnp-software.com/XSLTdoc" name="GUID-8319CFBF-719F-4DB7-AB52-545798F09509"><!----></a><p>Run the emulator
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    79
by entering the following command in the command prompt:</p><p><code>epoc</code></p>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    80
<p>This opens the S60 emulator.</p></li>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    81
<li id="GUID-CC5997A8-530A-4250-8354-6015B5043ECE"><a xmlns:d="http://www.pnp-software.com/XSLTdoc" name="GUID-CC5997A8-530A-4250-8354-6015B5043ECE"><!----></a><p>In the emulator,
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    82
click the <strong>Applications</strong> button to open the application grid.</p>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    83
</li>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    84
<li id="GUID-9C9D6214-8B73-4008-9A0E-2032227980EE"><a xmlns:d="http://www.pnp-software.com/XSLTdoc" name="GUID-9C9D6214-8B73-4008-9A0E-2032227980EE"><!----></a><p>In the application
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    85
grid, navigate to the <strong>Installed</strong> folder with the five-way navigation
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    86
key.</p></li>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    87
<li id="GUID-F73B7608-65F7-462E-AB56-A755FF77F628"><a xmlns:d="http://www.pnp-software.com/XSLTdoc" name="GUID-F73B7608-65F7-462E-AB56-A755FF77F628"><!----></a><p>Open the <strong>Installed</strong> folder
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    88
either by:</p>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    89
<ul>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    90
<li><p>clicking the center of the five-way navigation key or</p>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    91
<p>clicking the left soft key (under <strong>Options</strong>) and then selecting <strong>Open</strong> from
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    92
the menu that appears.</p></li>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    93
</ul>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    94
</li>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    95
<li id="GUID-0C5CBEA3-8E74-4AE1-8F77-EAA6F6BD8BFE"><a xmlns:d="http://www.pnp-software.com/XSLTdoc" name="GUID-0C5CBEA3-8E74-4AE1-8F77-EAA6F6BD8BFE"><!----></a><p>Once the <strong>Installed</strong> folder
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    96
has been opened, use the five-way navigation key to locate the icon of the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    97
application in question (in this case <strong>Hello World Basic</strong>): </p></li>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    98
<li id="GUID-3BBC616F-0C74-4921-A4FB-286E4B976A0F"><a xmlns:d="http://www.pnp-software.com/XSLTdoc" name="GUID-3BBC616F-0C74-4921-A4FB-286E4B976A0F"><!----></a><p>Click the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    99
left soft key under <strong>Options</strong> to open the application.</p><p>You
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   100
can scroll the menu options with the five-way navigation key and select them
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   101
by clicking <strong>Select</strong> (right soft key).</p></li>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   102
<li id="GUID-FC5771BA-9B31-4743-85AF-957621AB793D"><a xmlns:d="http://www.pnp-software.com/XSLTdoc" name="GUID-FC5771BA-9B31-4743-85AF-957621AB793D"><!----></a><p>With <strong>Open</strong> highlighted
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   103
on the menu (see figure above), click the center of the five-way navigation
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   104
key or the left soft key under <strong>Select</strong> to open the <strong>Hello World Basic</strong> application.</p>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   105
</li>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   106
<li id="GUID-F3DB2E62-8EFF-4A4D-A144-2CA45DC61A2A"><a xmlns:d="http://www.pnp-software.com/XSLTdoc" name="GUID-F3DB2E62-8EFF-4A4D-A144-2CA45DC61A2A"><!----></a><p>Click the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   107
left soft key under <strong>Options</strong>.</p></li>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   108
<li id="GUID-F3F52A19-D838-4737-8208-DB21969C269F"><a xmlns:d="http://www.pnp-software.com/XSLTdoc" name="GUID-F3F52A19-D838-4737-8208-DB21969C269F"><!----></a><p>With <strong>Hello</strong> highlighted
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   109
in the menu, click the left soft key under <strong>Select</strong>.</p><p>The
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   110
"Hello!" message is, in effect, what the Hello World Basic application consists
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   111
of from the user's point of view. Once the message clears from the screen
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   112
you can view it again by clicking the left soft key under <strong>Options</strong> and
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   113
going through steps 5 and 6 again.</p></li>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   114
</ol><p>Once you return to the application grid, feel free to explore the emulator
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   115
and its functionality. The emulator works like a real S60 device: click the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   116
keys in the emulator as you would press the keys on a real device. Use the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   117
five-way navigation key to select applications and open them by clicking the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   118
center of the five-way navigation key or <strong>Select</strong> under the left soft
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   119
key. Exiting applications happens typically by clicking the right soft key. </p><div class="note"><p><strong class="note_title">Note: </strong>With a multi-SDK installation, the <code>epoc</code> command
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   120
is an SDK-independent stub that launches the emulator application for the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   121
SDK device that is currently set as the default. Make sure that you are using
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   122
the appropriate default device, as described in <a href="#GUID-DE3624BD-FB3A-4AB5-A3EC-7F452CF7F12C">Check
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   123
the current SDK device</a>.</p><p>It is also possible to start the emulator from the <strong>Start</strong> menu
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   124
by selecting, for example, <strong>Start &gt; All Programs &gt; S60 Developer Tools &gt;
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   125
5th Edition SDK &gt; v1.0 &gt; Emulator</strong>. This will start the designated emulator
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   126
application regardless of the current device settings.</p></div></div>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   127
</div><!--end: content--><!--start: sidebar--><!--end: sidebar--></div><!--END: BODY SECTION--><!--BEGIN: FOOTER--><div class="footer"><hr/><div class="copy">© Nokia 2009</div></div><!--END: FOOTER--></body></html>