“无法加载 VDM IPX/SPX 支持”运行汇编程序时
当我尝试在 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据这篇文章,该错误消息是由 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 :-)