Patchable Constants

From version 9.3 of Symbian OS, DLLs can export certain constants. These are referred to as patchable constants, and you can change their values when the DLLs from which they are exported are incorporated into a ROM image.

This gives you the ability to create a variety of ROM images with constants of different values without the need to change any source code nor to rebuild the DLLs.

You change the value of a constant when you build your ROM image by adding the patchdata keyword into your .oby file.

See : Symbian^3 Tools Guide > Building.