Coding Example One
STARTING CODEWARRIOR
You should have a CodeWarrior IDE icon on your desktop after installing CodeWarrior. You should have installed the NetWare CD for CodeWarrior to develop NLMs. NLM.EXE should be installed at this time. Click on the CodeWarrior IDE icon to start CodeWarrior. CodeWarrior should be displayed.
ANOTHER HELLO WORLD APPLICATION
To create your first application, use your mouse to click on File in CodeWarrior.
Click on "New Project".
Click on the "+" next to NetWare.
Click on the "+" next to NLM.
Click on the "Generic NLM C" line.
Click the "OK" button.
In the File Name window type "HELLO" and click the "Save" button.
CodeWarrior should now generate the Hello.mcp project.
Replace the Hello.mcp project if it already exists.
You can also bring up the project file using the "Open Recent" in the drop down.
Click on the "+" next to Source.
Double click on HelloWorld.c to open the code.
You should see the following:
|