To use an NLM, you need a NetWare server. You will need to create an NLM with CodeWarrior from Metrowerks. The NLM will need to be copied to the system location on your server. Copy the .NLM file on your client to the SYSTEM location on the server. Next, view the NLM files that exist in the SYSTEM directory on the server. You can now load the NLM by typing LOAD and the name of the NLM on the server command line. The NLM should load and begin executing.
INSTALL THE SAMPLE CODE
Download the tutorial samples.
Run the executable NLM.EXE. The following should should be shown:
Check to see if the projects were installed into the BIN directory of CodeWarrior.
The path is \Program Files\Metrowerks\CodeWarrior\Bin.
You should have four directories installed. The projects are Hello, Bookmark, NDS, and ServSock.
Open the project files in CodeWarrior to verify that you were able to access the .MCP files. This is accomplished by clicking on File and then Open.
Search for the ServSock.mcp,the Bookmark.mcp, and the NDS.mcp files. For ServSock.mcp, you should see the following window in CodeWarrior:
When you have accessed all projects from the install, you should see the following in CodeWarrior:
If you cannot find these files, search your client for the ServSock.mcp file. Open each .MCP file using CodeWarrior by searching for the location on the client that you ran the NLM.EXE program.