Simple DLL Example

This example walks through the process of creating a basic “MyDynamicDLL” DLL project.

For more information on creating new projects of all types, see Creating New Projects.

Creating a DLL Project

  1. Click File > New > Symbian OS C++ Project to invoke the New Symbian OS C++ Project wizard.
  2. Select Basic dynamically linked library (DLL) project template and click Next.
  3. Figure 1. Select Basic DLL template

  4. Enter a project name and specify a workspace location to store the project.
  5. Figure 2. Project name and location information

  6. Select the Symbian OS SDK and Build Configurations to use for this project, then click Next.
  7. Figure 3. SDK selection for project

  8. Enter Specify UID2 as “0x0000008d”, your name as the Author and your Copyright notice. For more details on UID2, see Creating New Projects.

Figure 4. Basic settings for DLL

  1. Click Finish to generate the project.
  2. The simple “MyDynamicDLL” project is listed in the Project Explorer view with the set of files created for the project.

Figure 5. DLL example project in Project Explorer view