本文介绍了使用VirtualSurfaceImageSource.SetDevice(null)后应用程序崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在C#项目中的
我使用VirtualSurfaceImageSource和ComWrappers来渲染一些数据。 VSIS已投放到。在
调用SISN.SetDevice(null)之后应用程序崩溃。
in my project on C# I use VirtualSurfaceImageSource and ComWrappers to render some data. VSIS is casted to ISurfaceImageSourceNativeWithD2D. App crushes after SISN.SetDevice(null) is called.
它在Win 8.1和VS2013 pro上测试过。这里链接样本 Project
重现的步骤:
Steps to reproduce:
1)打开项目并午餐应用程序
1) Open project and lunch app
2)在FlipView中滚动t o第6页
2) In FlipView scroll to page 6
推荐答案
欢迎光临!
请不要发布相同的问题重复。
Please don't post the same issue repeat.
我已回覆你的问题
如果您的问题已经解决,请查看以上内容:)
Please have a look at above if your question has been resolved :)
感谢您的理解!
问候!
这篇关于使用VirtualSurfaceImageSource.SetDevice(null)后应用程序崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!