Hi All,
I am writinga media (Camera streaming) driver. The driver works fine on
WinXP but I can't build it for Win2000. It encounters this error,
unresolved external symbol _MEDIASUBTYPE_RGB32. I was unable to find the lib
which exports this symbol.
Using the XP driver on WIn2000 leads to the crash of System.I know
strmiids.lib exports this symbol in WinXP DDK.
Has someone encountered this problem earlier?
How to overcome it?
Please help