core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_01.htm
changeset 1934 4f0cd256d26c
parent 1893 e29df1745269
child 1996 22b525c1e359
equal deleted inserted replaced
1933:a77f12f0a631 1934:4f0cd256d26c
    13 <ol>
    13 <ol>
    14     <li><strong>Creating a DLL project from a project template</strong></li>
    14     <li><strong>Creating a DLL project from a project template</strong></li>
    15     <li><a href="new_proj_dll_example_02.htm">Building</a> the DLL object code based on the project sources</li>
    15     <li><a href="new_proj_dll_example_02.htm">Building</a> the DLL object code based on the project sources</li>
    16     <li><a href="new_proj_dll_example_03.htm">Debugging</a> the DLL using  the Carbide debugger</li>
    16     <li><a href="new_proj_dll_example_03.htm">Debugging</a> the DLL using  the Carbide debugger</li>
    17     </ol>
    17     </ol>
    18 <p class="note"><b>NOTE</b> There must be at least one recognized SDK installed before you can create a project. See the <a href="../../../reference/pref_carb_symbian_sdk.htm">Symbian SDKs panel</a> to determine if the installed SDKs are recognized by Carbide.c++ IDE. If the SDK you have installed is not recognized, you may still be able to <a href="../../sdks/sdk_add.htm">add</a> it to the Discovered Symbian OS SDK list.</p>
    18 <p class="note"><b>NOTE</b> There must be at least one recognized SDK installed before you can create a project. See the <a href="../../reference/pref_carb_symbian_sdk.htm">Symbian SDKs</a>preference panel to determine if the installed SDKs are recognized by Carbide.c++ IDE. If the SDK you have installed is not recognized, you may still be able to <a href="../../sdks/sdk_add.htm">add</a> it to the Discovered Symbian OS SDK list.</p>
    19 <hr>
    19 <hr>
    20 <p>In this tutorial you'll create a simple DLL project using the <strong>New Symbian OS C++ Project</strong> wizard, attach it to the HelloWorld project created <a href="new_proj_from_template_00.htm">here</a>, then debug it.</p>
    20 <p>In this tutorial you'll create a simple DLL project using the <strong>New Symbian OS C++ Project</strong> wizard, attach it to the HelloWorld project created <a href="new_proj_from_template_00.htm">here</a>, then debug it.</p>
    21 <div class="step">
    21 <div class="step">
    22     <h4><strong></strong>Creating a DLL project from a template</h4>
    22     <h4><strong></strong>Creating a DLL project from a template</h4>
    23     <ol>
    23     <ol>