As a starting point for VocabBox, I decided to start with a simple Hello World application that runs fine inside the EPOC emulator.
I created a git tag HelloWorld
for that state of the repository, you can check out and browse the source files here.
Our example Hello World application looks like this and can only close the application when clicking "Exit":
I improved the Hello World application a little bit - according to the book - to start from a better baseline. The improved code can be browsed here: