Hi,

I'm looking for a solution for use of DirectShow in Managed code. So far
without a lot of luck. I decided maybe I should just bite the bullet and
start writting a wrapper DLL similar to DirectShowNet.

All seemed to be going well until I noticed GUIDs that exist in the headers
for the SDK are not found when I try compile. For example:

/// <summary> CLSID_AudioInputDeviceCategory, audio capture category
</summary>
public static readonly Guid AudioInputDevice = new Guid(0x33d9a762,
0x90c8, 0x11d0, 0xbd, 0x43, 0x00, 0xa0, 0xc9, 0x11, 0xce, 0x86);

I get an error for this line of code relateing to it not finding a match for
the GUID. This is deginitly a correct GUID.

Am I missing something? I have a feeling I'm not linking to the files
correctly or something along those lines. The project is a C# Windows Mobile
5.0 Pocket PC project.

Any help would be appriciated. I'm happy to drop this if there is a better
way.
--
Regards

Shane Harris