microsoft / WPFDXInterop

Repo for WPF DX Interop support
MIT License
307 stars 98 forks source link

Pre W10 support? #12

Closed PetrMahdalicek closed 8 years ago

PetrMahdalicek commented 8 years ago

Is this library supposed to work on Windows 8 or Windows 7?

harikmenon commented 8 years ago

Yes, it should. Are you running into any issues?

rrelyea commented 8 years ago

We've focused on making Microsoft.Wpf.Interop.Directx.dll build with either the DirectX SDK (June 2010) or the Windows 10 SDK. Should run fine on those dev machines. For runtime machines, the dll distributed in the NuGet package may have some dependencies that we need to describe. Please let us know details of any exceptions that you are seeing, that may point to the missing binaries. (We'll go test again as well.)

PetrMahdalicek commented 8 years ago

It was my fault. I used wpf interop dll that I compiled. When I replaced it with dll from your nuget package, all is fine.

Sorry for the false alarm...

rrelyea commented 8 years ago

Great. Closing then.