Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



How to start the emulator

There are two versions of the emulator: a release version and a debug version. The appropriate emulator can be started in the normal Windows way, by double left clicking on its executable file.

Where multiple emulators are installed on a single drive, the emulator launcher, epoc.bat starts the emulator that the EPOCROOT environment variable has been set to. This is called the active emulator. The active emulator may be started by double left clicking on the executable file, by double left clicking on the file epoc.bat, or it can be invoked from the command line.


Starting from the executable — epoc.exe

Starting the emulator:

  1. Locate the directory containing the release or debug emulator:

    release: .\epoc32\release\wins\urel\

    debug: .\epoc32\release\wins\udeb\

  2. Run the emulator executable file epoc.exe. This launches the emulator and starts the standard GUI framework.


Note

[Top]


Starting from the emulator launcher — epoc.bat

To start the emulator from the emulator launcher:

  1. Set the EPOCROOT environment variable to point to the directory which contains the emulator you wish to launch. This then becomes the active emulator.

  2. Locate the directory containing the emulator launcher epoc.bat: .\epoc32\tools\epoc.bat

  3. Run the emulator launcher file epoc.bat. This launches the active emulator.


Note


See also

How to configure the EPOCROOT environment variable.