Step 7: (Optional) Debug the Media Parser Plug-In Subproject (Compact 7)

3/12/2014

To use the debugger to run your plug-in module, you need to add its symbols to your solution.

  1. In Visual Studio, select the Debug menu item, and then select Symbol Search Path to display the Symbol Search Path dialog box.
  2. In the Symbol Search Path dialog box, add the full path to your subproject DLL file (for the purposes of this example, MediaParserPlugin.dll). Also for this example, if you use an OS design that includes a CEPC and your compile settings specify debug, type C:\WINCE700\OSDesigns\ OSDesignMediaPlugin\Wince700\CEPC_x86_Debug\cesysgen\oak\target\x86\debug
  3. Select the Target menu item, and then select Attach Device to attach Visual Studio to your connected device.

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 6: Build the OS Design and Subproject