积极答复者
How to install metadata

问题
-
I wonder to know why I can`t find the metadata file in the folder "C:\ProgramData\Microsoft\Windows\DeviceMetadataCache\dmrccache" and "C:\ProgramData\Microsoft\Windows\DeviceMetadataStore\en-US".
Did I miss something ? or What should I do to install the metadata?- 已移动 Jie BaoModerator 2012年8月7日 2:49 (From:Windows 8 Metro风格应用开发)
- 已移动 Jie BaoModerator 2012年8月7日 8:48 (发件人:Tailoring your Metro style app for hardware and devices )
答案
-
Do you mean you cannot find your own tool driver metadata file? How do you configurate and install that before?
Bob Bao [MSFT]
MSDN Community Support | Feedback to us
- 已标记为答案 _Adams_Y_L_AMC______-- 2012年8月10日 1:25
全部回复
-
Do you mean you cannot find your own tool driver metadata file? How do you configurate and install that before?
Bob Bao [MSFT]
MSDN Community Support | Feedback to us
- 已标记为答案 _Adams_Y_L_AMC______-- 2012年8月10日 1:25
-
Hi Adams,
这个问题我看了两天,也在不断学习,不过确实也看到了很多关于USB的例子,我个人来说缺乏在这个硬件上面的经验,所以也难以很准确的回答你。 我一开始移动到英文论坛 http://social.msdn.microsoft.com/Forums/en-US/tailoringappsfordevices/threads,是看见你用英文表述,这样的话,在那边有我们的一些资深的硬件开发工程师可能会帮助你,不过后来你回复了中文,我就移回来了。我想与其我帮助你在其中去咨询他们,不如你可以Post一个到英文论坛,当然同时我也在其中去帮你咨询这个问题,中间可能要联系你来
Bob Bao [MSFT]
MSDN Community Support | Feedback to us
-
十分感谢您的热心帮助!我一定尽力配合,我在那个英文论坛上也提过这类问题:http://social.msdn.microsoft.com/Forums/zh-CN/tailoringappsfordevices/thread/f3840bc7-06bc-44b4-9de5-7e69d57c9379
Eric回复我说对于PCI设备的开发“We have not published information for this scenario yet”,我十分想知道微软对于PCI设备Metro风格的开发以后会不会对用户开放,这对于我十分重要。再次表示感谢。
这半个月一直在研究Metro风格的硬件控制程序,对于这个只了解了些皮毛,所以请各位多多指导!
-
再次确认了一下,确实没有相关PCI的内容放出,不过我会尝试帮助你提交一个客户期望“客户希望能够提供关于PCI设备在Metro下开发的资料信息”。
Bob Bao [MSFT]
MSDN Community Support | Feedback to us
-
这个方式也是很多做硬件通讯的会考虑,通过桌面或者Windows 服务来实现和硬件的通讯,然后通过和Windows 8 App通讯实现数据交换。 但是几乎大部分的进程间通讯在Windows 8 App下是不允许的,比如你提到的共享内存。 不过好在,在Windows 8 App下,我们可以利用StreamSocket 来实现Socket通讯,你可以建议一个本地的Socket服务端实现和Windows 8 App的通讯。 有两个例子你可以参考:
- http://code.msdn.microsoft.com/windowsapps/StreamSocket-Sample-8c573931
- http://code.msdn.microsoft.com/windowsapps/ControlChannelTrigger-TCP-8a3a09b9
不过,这里就有一个问题,因为你的Windows 8 App是要通过应用市场发布的,但是应用市场并不会附带发布你的桌面应用,所以势必你需要通过其他途径来保证 用户是能够同时被部署这两者。
还有,既然设计Windows 8 风格应用是看重其客户体检或者UI,那么也可以考虑是否就设计一个桌面应用,只是使用类Windows 8风格的UI设计呢?
Bob Bao [MSFT]
MSDN Community Support | Feedback to us