home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 2 / amigaformatcd02.iso / demos / blitz_basic / amigamode / arexx / readme < prev    next >
Text File  |  1996-05-20  |  2KB  |  65 lines

  1. Hi,
  2.  
  3. just a quick note inserted here by Simon before the docs
  4. on Roger's BPAINT program.
  5.  
  6. Arexx was implemented in Blitz 2 by Greg Abbiss, a big thanks
  7. to Greg for not only providing an excellent extension to Blitz2
  8. but also for showing that it wasn't so silly of me to put the
  9. library writing docs in the User Guide (so there Mark...)
  10.  
  11. Note:
  12.  
  13. The amigalibs.res file can be expanded to contain the macros
  14. and constants included from arexxres.bb,
  15. load in arexxres.bb, compile and run it (shouldn't do anything),
  16. then create resident called blitzlibs:amigalibs2.res, your new
  17. amigalibs2.res file now contains all the macros/constants/types from
  18. the arexxres.bb AS WELL as all the amiga libraries.
  19.  
  20. Now you can remove the include arexxres.bb and replace the resident
  21. file listed in the options as amigalibs.res with amigalibs2.res.
  22.  
  23. If you didn't follow this, don't worry, its probably better to just
  24. use the include arexxres.bb abyway....
  25.  
  26. Thank you for your time, now over to Roger....
  27.  
  28.  
  29.  
  30. BPAINT a little example of using Blitz 2's Arexx Library
  31.  
  32. BPAINT is just here as a practical demonstration of how easy it is to
  33. create your own arexx interface for a programme
  34.  
  35. The paint programme is just a window you can paint to. Nothing flash
  36. just something to replicate what say a real application would do
  37.  
  38. The programme opens a message port and looks for a arexx script, it then
  39. processes that arexx script and you see the result.
  40.  
  41. This programme demonstrates how to add your own arexx commands and do
  42. basic rexx handling. Look for a proper tutorial next Blitz User
  43.  
  44. Sorry for the quick nature of the programme and documentation but we
  45. have all been a tad busy at Blitz HQ :-)
  46.  
  47. Credits
  48. -------
  49.  
  50. Greg Abbiss, A great personal friend of mine, who happened to write
  51.              the Arexx library for Blitz, this is no small acheivement
  52.              and I and I'm sure everyone at ACID software thank Greg
  53.              for the skill, time, and effort he has put into it
  54.  
  55. Roger Lockerbie (ME!) for writing this little BPAINT programme. Once
  56.                       again as with the Sabotage proggy, If you want
  57.                       to know about a specific subject in depth then
  58.                       write me mail C/- BlitzUser to ACID Software
  59.                       (or fax for that matter)
  60.  
  61. Have fun......
  62.  
  63. Roger
  64.  
  65.