home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / toollib_2 / Examples / Click / !ReadMe
Encoding:
Text File  |  1996-06-13  |  1.4 KB  |  49 lines

  1. Click (c) Paul Field/Andrew Ellis
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. Click is a program demonstrating how to use OSLib and the Toolbox to
  4. write a simple Wimp application. It also demonstrates how to handle errors
  5. by using exceptions (in C).
  6.  
  7. The program has a single window in which shapes (only circles at the moment)
  8. can be displayed. Circles are added by clicking with the mouse and the colour
  9. of circles can be changed using the menu.
  10.  
  11.  
  12. Compiling
  13. ~~~~~~~~~
  14. To compile you will need to have Julian Smith's Makatic installed.
  15.  
  16. The source code and 'build applications' are in the Builds directory.
  17.  
  18. There are two ways to compile the program (two "builds"): double-click
  19. on !Debug to compile the debug version of the program; double-click
  20. on !Release to compile the production version.
  21.  
  22. Note that debug information is sent to the file pipe:$.debug.
  23.  
  24.  
  25.  
  26. General notes
  27. ~~~~~~~~~~~~~
  28. Click is a very simple application that demonstrates a "single document"
  29. application. It shows how to redraw a window and demonstrates the idea
  30. of using a data structure to store the contents of the window rather
  31. than simply plotting directly to screen (as you would do in a non-Wimp program).
  32.  
  33.  
  34.  
  35. Contact details
  36. ~~~~~~~~~~~~~~~
  37. Paul Field
  38. Editor of CAUGers
  39. 346 Chadwell Heath Lane
  40. Chadwell Heath
  41. Romford
  42. Essex
  43. RM6 4YH
  44. UK
  45.  
  46. phone:   uk:   0 181 598 9676
  47.      non-uk: +44 181 598 9676
  48.  
  49. email: paul.field@dial.pipex.com