我得到SharpDX NotImplemented异常的原因是什么?
SharpDX.SharpDXException: HRESULT: [0x80004001], Module: [General], ApiCode: [E_NOTIMPL/Not implemented], Message: Not implemented
at SharpDX.Result.CheckError()
at SharpDX.MediaFoundation.MediaFactory.Startup(Int32 version, Int32 dwFlags)
at SharpDX.MediaFoundation.MediaManager.Startup(Boolean useLightVersion)这是在windows 8桌面上。相同的代码在windows 7上运行良好。
https://stackoverflow.com/questions/24201865
复制相似问题