meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
maemo:graphical_hello_world_application_from_nokia [2009/08/20 11:11] – created kallonen | maemo:graphical_hello_world_application_from_nokia [2009/08/20 15:41] (current) – athamala | ||
---|---|---|---|
Line 12: | Line 12: | ||
</ | </ | ||
- | The .deb package will be created in the MaemoHello directory. Next install the package to emulator. | + | Abovementioed SBOX_REDIRECT_FORCE environment variable is needed if perl libraries is needed (Bug in roostraps) |
< | < | ||
Line 30: | Line 30: | ||
</ | </ | ||
+ | The program has many parts (check README), but the main application code can be found from hello-world.c (main function to start the application) and libhelloworld.h and .c (graphical features of the main application). |