sharpdx / SharpDX

SharpDX GitHub Repository
http://sharpdx.org
MIT License
1.69k stars 638 forks source link

System.EntryPointNotFoundException "Can't find the entry point" MFCreateDXGIDeviceManager" in DLL "Mfplat.dll".' #930

Closed ToxaDev closed 7 years ago

ToxaDev commented 7 years ago

Version 4.0.1

Try to launch Simple and got exception in: //Reset device manager = new DXGIDeviceManager();

ToxaDev commented 7 years ago

Windows 7 x64 Ultimate

amerkoleci commented 7 years ago

MFCreateDXGIDeviceManager is supported starting from Windows 8, take look here: https://msdn.microsoft.com/en-us/library/windows/desktop/hh162750(v=vs.85).aspx

ToxaDev commented 7 years ago

Thanks