home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 164.lha / IPC / ManxDemo / READ_ME < prev    next >
Text File  |  1988-04-28  |  1KB  |  32 lines

  1.  
  2.                 Test programs for IPC using Manx C
  3.                 ==================================
  4.  
  5. These two short programs "Get" and "Have" were written by Brian Witt to
  6. test out the IPC procedures under Manx/Aztec C.  I have taken the editorial
  7. prerogative in a few places to make some slight changes, updates, and
  8. cleanups. I haven't changed the functions of the programs at all (I hope!).
  9.  
  10. The Manx makefile is also included (but the necessary source IPC.c is in
  11. the IPC_Sources directory).  The programs also compile perfectly well under
  12. Lattice; you should have no problem following the examples in demo_sources
  13. to do the same thing here.
  14.  
  15. "Have" accepts messages containing two integer items (in slots 2 and 3),
  16. and returns their product in the first slot (initially empty).  Note that
  17. it also prints the result in its window, so it should only be run from a
  18. CLI (and of course it must be a different one from "Get"!!).
  19.  
  20. "Get" takes two numeric command-line arguments, puts them in a message,
  21. sends it to "Have", and prints the result.  If you don't already have
  22. "Have" running, it will exit with a message to that effect.
  23.  
  24. Notice that Brian has used a different ID 'NUMB' from my 'INTG': I haven't
  25. changed this, but this is the sort of conflict that needs sorting out in a
  26. public standard -- hopefully over usenet.
  27.  
  28.                                             -- Pete ---
  29.  
  30.                                             August 1988
  31.  
  32.