You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've replaced SharpDX's NuGet packages with those of Vortice.Windows and changed all references to SharpDX in the code. All removed lines start with //# and all the new ones end with //<.
The project seems to start correctly but when you select the window you want capture, its image is not painted. If you select another window, errors begin to appear.
The parts of the code I'm less sure about are the constructor of the CaptureSampleCore.BasicCapture class and the Composition.WindowsRuntimeHelpers.Direct3D11Helper.CreateDevice function.
I've just started investigating the Windows.UI.Composition namespace and this is the very first time I've tried using Vortice.Windows.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to replace all dependencies of SharpDX with Vortice.Windows in the Windows.UI.Composition WPF ScreenCapture sample.
I've replaced SharpDX's NuGet packages with those of Vortice.Windows and changed all references to SharpDX in the code. All removed lines start with
//#
and all the new ones end with//<
.WPF ScreenCapture Vortice.Windows.zip
The project seems to start correctly but when you select the window you want capture, its image is not painted. If you select another window, errors begin to appear.
The parts of the code I'm less sure about are the constructor of the CaptureSampleCore.BasicCapture class and the Composition.WindowsRuntimeHelpers.Direct3D11Helper.CreateDevice function.
I've just started investigating the Windows.UI.Composition namespace and this is the very first time I've tried using Vortice.Windows.
Beta Was this translation helpful? Give feedback.
All reactions