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.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.