ConManClient2对WinCE6有什么先决条件吗?

发布于 2024-08-21 20:58:35 字数 403 浏览 10 评论 0原文

我已经通过Platform Builder创建了一个Windows CE6 Image,现在我想用VS2005在这个设备上开发c++应用程序。

Visual Studio 2005 附带了针对每个平台进行编译的 ConManClient2,可以将其放置到目标平台上以允许从 VS 进行远程调试。

在以前的平台上,我没有为其设计操作系统,这可以正常工作,没有(太多)问题。

但是,在这个平台上,当我运行 ConManClient2(然后是 CMAccept)时,每个 exe 只是返回,没有消息,也没有任何操作。并且无法进行远程连接。

除了 ConManClient2 附带的 2 个 .dll 之外,还需要什么才能允许这些工具运行? CE6镜像有什么特别需要的吗?还有其他配置吗?

据我所知,这张图片与此无关。

I have created a Windows CE6 Image through Platform Builder, and I now want to develop c++ applications on this device with VS2005.

With Visual Studio 2005 comes ConManClient2, compiled for each patform, which can be placed onto the target platform to allow for remote degugging from VS.

On previous platforms, ones I haven't designed the OS for, this has worked without (too many) issues.

However, on this platform, when I run ConManClient2 (then CMAccept), each exe just returns with no message, and no action. And no remote connection is possible.

Apart from the 2 .dll's that come with ConManClient2, what else is required to allow these tools to run? Is there anything specific needed in the CE6 image? Any other configuration?

This image runs fine apart this, to the best of my knowledge.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无法回应 2024-08-28 20:58:35

我认为除了 NDIS 支持之外,conmanclient 没有太多要求(您可以使用 dependent 或 dumpbin 来查看所有内容)。两者都不会产生任何输出或消息,因此预计不会出现任何明显的行为。您可以调用 clientshutdown.exe,这应该在同一目录中创建一个以 guid 命名的文件夹,随后调用 conmanclient2.exe 将删除该文件夹。

当您运行设备时,您是否在设备的调试端口上看到了任何东西?

I don't think conmanclient has much for requirements other than probably NDIS support (you could use depends or dumpbin to see everything). Neither one produces any output or message, so the lack of any noticeable behavior is expected. You could call clientshutdown.exe and that should create a guid-named folder in the same directory and a subsequent call to conmanclient2.exe will delete that folder.

Do you see anything out the device's debug port when you run it?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文