Windows Desktop 调用 WinRT api
时间:2014-04-04 11:38:21
收藏:0
阅读:644
<Reference Include="Windows">
<HintPath>..\..\..\..\..\..\Program Files (x86)\Windows
Kits\8.0\References\CommonConfiguration\Neutral\Windows.winmd</HintPath>
</Reference>
HintPath 换成绝对路径就好 如果是相对路径 文件移动地方引用就失效了...
还有一篇文章中提到过另一个方法
http://www.cnblogs.com/ideashooter/p/3237924.html
http://www.hanselman.com/blog/HowToCallWinRTAPIsInWindows8FromCDesktopApplicationsWinRTDiagram.aspx
Windows Desktop 调用 WinRT api,布布扣,bubuko.com
原文:http://www.cnblogs.com/makubexsoft/p/3643905.html
评论(0)