core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_02.htm
changeset 1791 727385d8e2b3
parent 1658 2a5c0df13bad
child 1934 4f0cd256d26c
equal deleted inserted replaced
1790:245ab754d54b 1791:727385d8e2b3
     5 <meta http-equiv="Content-Style-Type" content="text/css" />
     5 <meta http-equiv="Content-Style-Type" content="text/css" />
     6 <meta name="LASTUPDATED" content="06/17/05 11:09:43" />
     6 <meta name="LASTUPDATED" content="06/17/05 11:09:43" />
     7 <title>Building the DLL Project Tutorial</title>
     7 <title>Building the DLL Project Tutorial</title>
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
     9 </head>
     9 </head>
    10 <body bgcolor="#FFFFFF">
    10 <body >
    11 <h2>Building the  DLL Project Tutorial</h2>
    11 <h2>Building the  DLL Project Tutorial</h2>
    12 <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>
    12 <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>
    13 <ol>
    13 <ol>
    14     <li><a href="new_proj_from_template_01.htm">Creating</a> a DLL project from a project template</li>
    14     <li><a href="new_proj_from_template_01.htm">Creating</a> a DLL project from a project template</li>
    15     <li><strong>Building the DLL object code based on the project sources</strong></li>
    15     <li><strong>Building the DLL object code based on the project sources</strong></li>