문제

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.)

도움이 되었습니까?

해결책

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 :-)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top