I'm programming a web server in smalltalk, and in the code I need to use the socket class. First, I have to call Socket initializeNetwork. This causes a problem.
Somewhere along the line of message calls, primNameResolverStatus is sent to NetNameResolver. This primitive is repeatedly failing, and there is nothing I can do about it.
Can anybody help, please?
Somewhere along the line of message calls, primNameResolverStatus is sent to NetNameResolver. This primitive is repeatedly failing, and there is nothing I can do about it.
Can anybody help, please?