Step 1: Create the Dynamic-Link Library Subproject in Your OS Design (Compact 7)

3/12/2014

Your OS design uses the Portable Media Player design template in the Consumer Media Device folder and includes Media Formats and Media Library multimedia technologies. Open your OS design in Visual Studio 2008. In the example for these steps, the OS design is named OSDesignMediaPlugin) to create a subproject for the sample media parser.

  1. In Solution Explorer, right-click Subprojects, and then click Add New Subproject.
  2. Click the WCE Dynamic-Link Library template, and then type the sample media parser name (for the purposes of this example, use the name MediaParserPlugin) and location (for example, C:\WINCE700\OSDesigns\OSDesignMediaPlugin\MediaParserPlugin), and then click Next.
  3. Click A simple DLL subproject, and then click Finish to create the subproject.

See Also

Concepts

Build and Run the Sample Media Parser
Step 2: Configure the Subproject Properties for Use with COM and Media Library
Step 3: Modify Subproject Parameter and Source Files for Use with COM and Media Library
Step 4: Copy the Sample Implementation Source Code to Files on Your Computer
Step 5: Add the SampleMediaParser Source Code to the Subproject
Step 6: Build the OS Design and Subproject
Step 7: (Optional) Debug the Media Parser Plug-In Subproject