Step 6: Build the OS Design and Subproject (Compact 7)
3/12/2014
To run the sample media parser, you must build your OS design and the media parser plug-in module so it can be downloaded to your device.
- To build the entire OS design, including all subprojects, in Solution Explorer, right-click the OS design name (OSDesignMediaPlugin), and then click Build OSDesignMediaPlugin.
- If you have already built your OS design, you can right-click the subproject name (MediaParserPlugin), and then click Build to build the subproject.
- In the Output window, verify that the build succeeded.
See Also
Concepts
Build and Run the Sample Media Parser
Step 1: Create the Dynamic-Link Library Subproject in Your OS Design
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 7: (Optional) Debug the Media Parser Plug-In Subproject