Vanilla Symbian UIQ2 SDK is tested and works on Windows 2000 SP4 with installed Visual C++ 6.0 SP6 IDE.
Symbian OS is designed to be able to run on read-only storage devices. Therefore, DLLs located in ROM cannot contain code that writes to the its data segment. Shared libraries in Symbian UIQ2 platform do not support WSD and mutable global variables so this is reason of a branch of a "2048" engine that doesn't use WSD. Additional information links:
- Apps:Symbian Platform Support for Writeable Static Data in DLLs
- No Writable Static Data in DLLs
- Workarounds to avoid writable static data
- Symbian OS guide => Essential idioms => Static data
Sometimes compiled applications don't appear in the main menu of the Symbian UIQ emulator/simulator. In this case, restarting the emulator to release epoc -urel
and returning back to debug epoc -udeb
helps to avoid problem.
There is a small nuance in using C-language standard library on Symbian platform. When application finishes need to call the CloseSTDLIB()
function declared in sys/reent.h
include file. Otherwise, there may be problems with a periodic crash of the application on exit and memory leaks:
The documentation files that come with the Symbian UIQ2 SDK along with code examples are very useful for learning APIs and various techniques for creating Symbian UIQ2 applications.
C:\Symbian\UIQ_21\Documentation\uiq21.chm
C:\Symbian\UIQ_21\Starters Guide\Starter's Guide.chm
- Create installable SIS-packages (armi, arm4, thumb) for Symbian UIQ 2.0 (2.1) and test them on Motorola FOMA M1000.
- Create UIQ2-application skeleton.
- Create proper application icons.
- Create all documentation files and notes.
- Insert SIM-card and set correct time & date when need to take screenshots and photos.
- Add non-WSD (Writeable Static Data) version of engine.
- Create menus and implement them.
- Implement basic drawing.
- Use Double Buffering for drawing game context.
- Set proper font drawing.
- Create about dialog with icon.
- Add photo with Motorola A1000.
- Add photo with Motorola A925.
- Add photo with Motorola A920.
- Add photo with Sony Ericsson P910.
- Add photo with Sony Ericsson P900.
- Add photo with Sony Ericsson P800.
- Add photo with Nokia 6708.
key | code |
---|---|
Joy Up | 0xF846 |
Joy Down | 0xF847 |
Joy Left | 0xF848 |
Joy Right | 0xF849 |
Joy Center | 0xF84A |
Game A | 0xF85C |
Game B | 0xF85D |