Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top