diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/PDK/Source/GUID-C90FE253-B88B-5F01-AC8B-E89249083C93.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/PDK/Source/GUID-C90FE253-B88B-5F01-AC8B-E89249083C93.dita Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +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 +
\ No newline at end of file