Question about missing exports

Posted by Cliodhna on Thu 10 Oct 2002 10:42 AM — 3 posts, 15,735 views.

#0
When I run PennMush on my college network I have no problem however when I try to run it on my home PC it sends the following error message
Missing export
KERNEL32.DLL:Cancello
Can you tell me what I need to add to my home PC?
#1
You need Windows 98. That's a function call to
a dll, and it isn't present. You can't take kernel32.dll
from Win98 and try lopping it into a Win95 installation,
have to upgrade it completely.

e
Australia Forum Administrator #2
You could try a different precompiled binary, or recompile on the target system (eg. using Cygwin).