diff -r 51a74ef9ed63 -r ae94777fff8f Symbian3/SDK/Source/GUID-79B02562-B6E6-5DF9-BF98-F015C73A448C.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-79B02562-B6E6-5DF9-BF98-F015C73A448C.dita Fri Jun 11 12:39:03 2010 +0100 @@ -0,0 +1,44 @@ + + + + + +Clock: Analog and Digital Clocks example +
Purpose

This example shows how to create and display a digital and analog +clock. For more information about the API, see Clock Overview.

+
Download

Click on the following link to download the example: ClockExample.zip

Click: browse to view the example code.

+
Class Summary
    +
  • CWsScreenDevice

  • +
  • CFbsFont

  • +
  • TRgb

  • +
  • TAnalogDisplayHand

  • +
  • STimeDeviceShadow

  • +
  • RAnimDll

  • +
  • RDigitalClock

  • +
  • RAnalogClock

  • +
+
Building +and configuring

To build the example:

    +
  • You can build +the example from your IDE or the command line.

    If you use +an IDE, import the bld.inf file of the example +into your IDE, and use the build command of the IDE.

    If you +use the command line, open a command prompt, and set the current directory +to the source code directory of the example. You can then build the +example with the SBSv1 build tools with the following commands:

    bldmake bldfiles

    abld +build

    How to use bldmake and How to +use abld describe how to use the SBSv1 build tools.

  • +
  • For the emulator, +the example builds an executable called clockexample.exe in the epoc32\release\winscw\<udeb or + urel>\ folder.

  • +
+
+Clock +Overview +
\ No newline at end of file