core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_02.htm
author fturovic <frank.turovich@nokia.com>
Wed, 21 Jul 2010 13:50:58 -0500
changeset 1658 2a5c0df13bad
parent 1645 0083290c145a
child 1791 727385d8e2b3
permissions -rw-r--r--
renamed files for consistency in naming

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
<title>Building the DLL Project Tutorial</title>
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>Building the  DLL Project Tutorial</h2>
<p>In this example we show how to create a  project for a DLL (Dynamic Linked Library) using one of the built-in Carbide templates, how to build it into an executable, and how to launch the debugger to verify program accuracy. The steps to do this include:</p>
<ol>
    <li><a href="new_proj_from_template_01.htm">Creating</a> a DLL project from a project template</li>
    <li><strong>Building the DLL object code based on the project sources</strong></li>
    <li><a href="new_proj_dll_example_03.htm">Debugging</a> the DLL using  the Carbide debugger</li>
    </ol>
<hr>
<p>Building a DLL is just like <a href="new_proj_from_template_02.htm">building</a> any other executable.</p>
<div class="step">
    <h4>Building the DLL project</h4>
    <ol>
        <li>Select the project to build in the Project Explorer view.</li>
        <li>Build the project using one of these actions:
            <div align="left">
                <ul>
                    <li>Right-click the project in the Project Explorer view and choose Build Project.</li>
                    <li>Click the Run &gt; Build Project menu option.</li>
                    <li>Click the Build (<img src="../images/icon_build_project.png" alt="Build Project icon" width="17" height="17" align="absmiddle">) icon in the toolbar to build the project.                    </li>
                </ul>
        </li>
        <li>Verifying a successful project build <br />
                    </li>
    </ol>
    <blockquote>
        <p>Once compiling is complete use the <a href="../../reference/view_proj_explorer.htm">Project Explorer</a>, <a href="PLUGINS_ROOT//org.eclipse.cdt.doc.user/reference/cdt_u_problems_view.htm">Problems</a>, <a href="../../reference/view_console.htm">Console</a>, and <a href="../../reference/view_executables.htm">Executables</a> views to locate and resolve any problems generated during the build. See Step 2 <a href="new_proj_from_template_02.htm">here</a> for more details.</p>
        <p><img src="../images/dll_build_project.png" alt="Project Explorer showing DLL project" width="257" height="281"></p>
    </blockquote>
</div>
<h4><strong>NEXT STEP</strong> &gt; <a href="new_proj_from_template_03.htm">Defining</a> a launch configuration for running or debugging the DLL</h4>
<h4>Other references</h4>
<ul>
    <li><a href="new_proj_dll_example_00.htm">DLL Projects</a></li>
</ul>
<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>

</body>
</html>