home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / P Examples / How To < prev    next >
Encoding:
Text File  |  1994-08-29  |  1.1 KB  |  38 lines  |  [TEXT/ttxt]

  1. Development Environment:
  2. ========================
  3.  
  4. We recommend that you create a "src" directory within your nShell application folder and copy these files to that location.
  5.  
  6. For each command included in this package there are three files:
  7.  
  8. something.π      - A Think Pascal project file
  9. something.p      - Source code for the command
  10. something.π.rsrc - Resources for the command
  11.  
  12. In addition, these commands reference:
  13.  
  14. nshc.p           - A Pascal file defining the nShell interface
  15. nShell.lib       - A library containing the nShell interface
  16.  
  17. To Build A New Command Resource:
  18. ================================
  19.  
  20. 1. Start up Think Pascal (version 4.0 or later)
  21.  
  22. 2. Open the project file
  23.  
  24. 3. Select "Build Code Resource" from the "Project Menu".
  25.  
  26. 4. Give the command a unique name and select "Save" to store the command.
  27.  
  28. 5. Drop the new command into your "bin" directory.
  29.  
  30. For More Information Contact:
  31. =============================
  32.  
  33. John Jensen
  34. Newport Software Development
  35.  
  36. Email: jjensen@aol.com, jjensen@kaiwan.com, jjens@eworld.com
  37.  
  38. Mail: P.O. Box 1485, Newport Beach, CA, 92659