diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-C90FE253-B88B-5F01-AC8B-E89249083C93.dita --- a/Symbian3/PDK/Source/GUID-C90FE253-B88B-5F01-AC8B-E89249083C93.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-C90FE253-B88B-5F01-AC8B-E89249083C93.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,40 +1,40 @@ - - - - - -Console App: -A Simple Console Program This section explains the steps to build the ConsoleApp program -using the FreeBSD source code. -
Introduction -

This program converts a quantity from one unit of measurement into - another, prompting the user for input. Conversion information is provided -in a data file, slunits.dat.

The -user is prompted for input, but it is important to note that STDLIB does -not provide all of the functionality of a traditional console driver. -STDLIB is intended to be a "behind-the-scenes" enabling technology, rather -than an alternative user interface.

The code for the -ConsoleApp program was taken from the FreeBSD source code (See http://www.freebsd.org).

-
Procedure to build the ConsoleApp

Build -the program using bldmake and abld as - the Hello example. For the Emulator, slunits.dat is -copied automatically by abld into the correct directory. -For a target phone, ensure that slunits.dat is located -in the directory specified in pathname.h; this is -the root of the drive on which the program is installed.

- To install ConsoleApp.exe on the target phone, create -a .sis file using the Symbian Installation system. -

To run it on the target phone, invoke ConsoleApp.exe. -

-
-http://www.freebsd.org - -Application -Installation Guide + + + + + +Console App: +A Simple Console Program This section explains the steps to build the ConsoleApp program +using the FreeBSD source code. +
Introduction +

This program converts a quantity from one unit of measurement into + another, prompting the user for input. Conversion information is provided +in a data file, slunits.dat.

The +user is prompted for input, but it is important to note that STDLIB does +not provide all of the functionality of a traditional console driver. +STDLIB is intended to be a "behind-the-scenes" enabling technology, rather +than an alternative user interface.

The code for the +ConsoleApp program was taken from the FreeBSD source code (See http://www.freebsd.org).

+
Procedure to build the ConsoleApp

Build +the program using bldmake and abld as + the Hello example. For the Emulator, slunits.dat is +copied automatically by abld into the correct directory. +For a target phone, ensure that slunits.dat is located +in the directory specified in pathname.h; this is +the root of the drive on which the program is installed.

+ To install ConsoleApp.exe on the target phone, create +a .sis file using the Symbian Installation system. +

To run it on the target phone, invoke ConsoleApp.exe. +

+
+http://www.freebsd.org + +Application +Installation Guide
\ No newline at end of file