Symbian3/SDK/Source/GUID-C99BA704-4E9F-482C-942F-1B4D7F385BD8.dita
changeset 13 48780e181b38
parent 7 51a74ef9ed63
equal deleted inserted replaced
12:80ef3a206772 13:48780e181b38
    15 system. To register, you need to provide a registration resource file, typically
    15 system. To register, you need to provide a registration resource file, typically
    16 named <parmname>&lt;application_name&gt;_reg.rss</parmname>, that contains the
    16 named <parmname>&lt;application_name&gt;_reg.rss</parmname>, that contains the
    17 non-localized information for your application. This section contains an example
    17 non-localized information for your application. This section contains an example
    18 of such a file.</p>
    18 of such a file.</p>
    19 <p>For more information on registration files in general, see <xref href="GUID-FE9017F4-4197-472F-A3E7-267169A51ABD.dita">Registration</xref>. </p>
    19 <p>For more information on registration files in general, see <xref href="GUID-FE9017F4-4197-472F-A3E7-267169A51ABD.dita">Registration</xref>. </p>
    20 <p>For information on creating your own registration resource files, see <xref href="GUID-BF1AAA0D-DF2F-4E1D-A0D2-F419BD32F97A.dita">Creating
    20 <p>For information on creating your own registration resource files, see <xref href="GUID-BF1AAA0D-DF2F-4E1D-A0D2-F419BD32F97A.dita">Creating registration resource files</xref>.</p>
    21 registration resource files</xref>.</p>
       
    22 <codeblock id="GUID-631DE04B-6396-4CAD-B428-3342D06BA732" xml:space="preserve">#include "Helloworldbasic.rls"
    21 <codeblock id="GUID-631DE04B-6396-4CAD-B428-3342D06BA732" xml:space="preserve">#include "Helloworldbasic.rls"
    23 </codeblock>
    22 </codeblock>
    24 <p>This pre-processor statement adds the <parmname>rls</parmname> project
    23 <p>This pre-processor statement adds the <parmname>rls</parmname> project
    25 file that controls the strings loaded for different languages based on the
    24 file that controls the strings loaded for different languages based on the
    26 Symbian platform language setting to the preprocessing path. For more information
    25 Symbian platform language setting to the preprocessing path. For more information