|
An NLM That Creates a Class In NDS
So now we have a way to communicate. Let's talk about NDS. Directories have become popular because of the large amount of information that is needed on individuals and equipment attached to a network. Since NLMs and NDS were developed on the same Operating System and within Novell, they communicate faster than any other method. So if you need fast access to the directory, you need to write an NLM. Lets look at an NLM example that creates a class in NDS. This is an advanced example. Reading and writing to NDS is also in this code example that you can download.
Start CodeWarrior and "Open Recent" project Bookmark.mcp.
Click on the Target setting ICON in the project screen.
The Target icon looks like this:
Click on NLM Target.
You should see the following:
Rename the NLM to BookMark.NLM in the target setting in CodeWarrior.
Close the Generic NLM Build Setting window.
Build BookMark.NLM with the F7 key in CodeWarrior.
Copy Bookmark.nlm to the server's "\system" directory.
I will not explain this code in detail. You will only run the code in this example. I will walk through the code in the NDS.NLM example. I want you to focus on what is happening in NDS.
|