且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

MarkdownPad Win10 无法预览

更新时间:2022-08-13 22:43:16



软件环境

系统:windows 10 x64

软件:MarkDownPad 2

遇到问题

Markdownpad的实时预览无法显示

MarkdownPad Win10 无法预览

解决办法

安装 Awesonmium sdk后,重新打开MarkdownPad问题就解决了。

官方原文:http://markdownpad.com/faq.html#livepreview-directx

LivePreview is not working - it displays an error message stating This view has crashed!

This issue has been specifically observed in Windows 8. You may see an error message as shown here, and no HTML will be rendered when you type in the Markdown Editor pane.

To fix this issue, please try installing the Awesomium 1.6.6 SDK.

If you continue to experience issues, please install Microsoft's DirectX End-User Runtimes (June 2010).

Awesonmium

官网:http://www.awesomium.com/

介绍:Awesomium makes it easy to use HTML UI in your C++ or .NET app

Awesonmium 是一个允许把网页嵌入到 3D 画面或游戏中的开源库。Awesomium 采用了目前业界速度最快的浏览器内核webkit和v8(Google Chrome浏览器的内核),并且能很好得支持flash。


本文转自赵青青博客园博客,原文链接:http://www.cnblogs.com/zhaoqingqing/p/4925078.html,如需转载请自行联系原作者