9 --> |
9 --> |
10 <!DOCTYPE concept |
10 <!DOCTYPE concept |
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
12 <concept id="GUID-176FD8C9-B4A9-5B50-B683-AB5DA7D5D6F4" xml:lang="en"><title>CreateStaticDLL |
12 <concept id="GUID-176FD8C9-B4A9-5B50-B683-AB5DA7D5D6F4" xml:lang="en"><title>CreateStaticDLL |
13 and UseStaticDLL: using a statically linked DLL</title><prolog><metadata><keywords/></metadata></prolog><conbody> |
13 and UseStaticDLL: using a statically linked DLL</title><prolog><metadata><keywords/></metadata></prolog><conbody> |
14 <section><title>Description</title> <p>The example shows how a class implemented |
14 <section id="GUID-A88465CB-D776-49CD-AA0C-1BAD59D340B6"><title>Description</title> <p>The example shows how a class implemented |
15 in a statically linked DLL is used. The DLL is built by <filepath>CreateStaticDLL</filepath> and |
15 in a statically linked DLL is used. The DLL is built by <filepath>CreateStaticDLL</filepath> and |
16 is used by <filepath>UseStaticDLL</filepath>. </p> </section> |
16 is used by <filepath>UseStaticDLL</filepath>. </p> </section> |
17 <section><title>Download</title> <p>Click on the following link to download |
17 <section id="GUID-D201398C-0D5C-4DA5-BEE6-A85BFDDD16BE"><title>Download</title> <p>Click on the following link |
18 the example: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/zips/guid-2e2b4dbb-291f-428c-82bf-fe796b4f50f4.zip" scope="external">StaticDLL.zip</xref></p><p>Click on the following link to |
18 to download the example: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/zips/guid-2e2b4dbb-291f-428c-82bf-fe796b4f50f4.zip" scope="external">StaticDLL.zip</xref></p><p>Click on the following link to |
19 download additional files: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/zips/guid-bd05bfa4-e51c-4cf7-b327-646b0b9e814d.zip" scope="external">CommonFramework.zip</xref>.</p><p>Click<xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/guid-2e2b4dbb-291f-428c-82bf-fe796b4f50f4.html" scope="peer"> browse StaticDLL</xref> to view the example code. </p><p>Click <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/guid-bd05bfa4-e51c-4cf7-b327-646b0b9e814d.html" scope="peer">browse CommonFramework</xref> to view additional |
19 download additional files: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/zips/guid-bd05bfa4-e51c-4cf7-b327-646b0b9e814d.zip" scope="external">CommonFramework.zip</xref>.</p><p>Click<xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/guid-2e2b4dbb-291f-428c-82bf-fe796b4f50f4.html" scope="peer"> browse StaticDLL</xref> to view the example code. </p><p>Click <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/guid-bd05bfa4-e51c-4cf7-b327-646b0b9e814d.html" scope="peer">browse CommonFramework</xref> to view additional files.</p> </section> |
20 files.</p> </section> |
20 <section id="GUID-98C5D73C-E983-4530-92E9-439E47B43162"><title>Build and Usage</title> <p>The example may be in the directory |
21 <section><title>Build and Usage</title> <p>It may be in the directory in which |
21 in which you installed the Symbian platform, or it may be in <filepath>src\common\developerlibrary\</filepath>. |
22 you installed Symbian platform, or it may be in <filepath>src\common\developerlibrary\</filepath>. |
22 The example includes the project files needed for building: <filepath>bld.inf</filepath> and |
23 It includes the project files needed for building: <filepath>bld.inf</filepath> and |
|
24 two <filepath>.mmp</filepath> files. </p> <p> <xref href="GUID-3100800B-B2F7-50EF-BD4C-3C345ECCB2A5.dita">The |
23 two <filepath>.mmp</filepath> files. </p> <p> <xref href="GUID-3100800B-B2F7-50EF-BD4C-3C345ECCB2A5.dita">The |
25 Symbian platform build process</xref> describes how to build Symbian programs. |
24 Symbian platform build process</xref> describes how to build Symbian programs. |
26 To run this example: </p> <ol id="GUID-C12016AA-4582-5812-BD1B-4D36A27679EB"> |
25 To run this example: </p> <ol id="GUID-C12016AA-4582-5812-BD1B-4D36A27679EB"> |
27 <li id="GUID-9CC286FF-4935-5C53-A5D5-486A280E4437"><p>Build <filepath>CreateStaticDLL</filepath> project, |
26 <li id="GUID-9CC286FF-4935-5C53-A5D5-486A280E4437"><p>Build <filepath>CreateStaticDLL</filepath> project, |
28 which results in the following: </p> <p> <filepath>\epoc32\release\<target>\<urel |
27 which results in the following: </p> <p> <filepath>\epoc32\release\<target>\<urel |