ZeroC Ice 演示失败

发布于 2024-12-08 17:12:30 字数 430 浏览 1 评论 0原文

注意:我试图在他们的论坛上发帖,但显然不被允许,所以我去了这里。

我正在尝试让 ZeroC Ice 演示正常工作,但遇到了问题。 我在尝试 C# 和 C++ 演示时得到了这一点。

编译工作正常,但启动服务器和客户端时,没有任何反应。 我已将原因缩小到在checkCast() 内部调用的函数ice_isA()。 当调用这个函数时,什么也没有发生,即。没有返回任何内容,也没有引发错误,调试停止并且程序不执行任何操作。

造成这种情况的原因可能是什么?

该函数是从 Ice 库调用的第一个函数,因此它可能与该特定函数无关,而是与我的设置有关。 我在 Windows 8 Dev Preview(与 Win 7 x64 基本相同)上使用 Visual Studio 2010 professional 运行此程序。随附的 Visual Studio 11 已被卸载,因为它导致了其他问题。

Note: I tried to post on their forum but was apparently not allowed so I went here.

I'm trying to get ZeroC Ice demos to work but I'm running into a problem.
I get this while trying both the C# and C++ demos.

Compiling works fine but when starting the server and client, nothing happens.
I have narrowed the cause down to the function ice_isA() which is called inside checkedCast().
When this function is called nothing happens, ie. nothing is returned and no error is raised, the debugging stops and the program does nothing.

What may be the cause of this?

This function is the first function called from the Ice library so it may as well have nothing to do with that specific function but instead something with my setup.
I run this on Windows 8 Dev Preview (essentially the same as Win 7 x64) with Visual Studio 2010 professional. The included Visual Studio 11 is uninstalled as it caused other problems.

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

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

发布评论

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

评论(1

大姐,你呐 2024-12-15 17:12:30

似乎只是它在 Windows 8 上运行不佳。切换回 Windows 7 解决了一切。

Seems like it was just that it didn't work well with Windows 8. A switch back to Windows 7 solved everything.

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