“无法加载 VDM IPX/SPX 支持”运行汇编程序时

发布于 2024-12-03 12:41:50 字数 238 浏览 9 评论 0原文

当我尝试在 Windows XP 上运行 x86 汇编语言(使用 MASM 构建)程序时,我在命令提示符中收到以下错误:

Cannot load VDM IPX/SPX support

但是,程序的输出随后正确显示,并且仅在第一次汇编时发生程序在控制台窗口中运行。这是什么意思,我能做什么?

(注意,我使用的是大学计算机,没有管理员权限;我的Windows 7笔记本电脑无法使用,因为它是64位系统。)

When I try to run an x86 assembly language (built using MASM) program on Windows XP, I get the following error in the command prompt:

Cannot load VDM IPX/SPX support

However, the output of the program is displayed correctly afterwards, and this only occurs the first time an assembly program is run in a console window. What does this mean, and what can I do?

(Note that I am using a college computer without administrator privileges; my Windows 7 laptop cannot be used because it is a 64-bit system.)

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

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

发布评论

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

评论(1

私野 2024-12-10 12:41:50

根据这篇文章,该错误消息是由 Netware 客户端对 autoexec.nt 的修改引起的。要消除这些消息,管理员必须按照上述文章中的说明进行操作。

该消息不应对本地运行的程序产生任何影响,并且可能不会对网络连接的其余部分产生任何影响。它们与您尝试运行的程序无关:-)

According to this article the error message is caused by the Netware client's modifications to autoexec.nt. To get rid of these message the administrator will have to follow the instructions in the aforementioned article.

The message should not have any impact on programs that run locally, and probably not on the rest of the network connectivity. And they're not related to the program you're trying to run :-)

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