home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / TOOLKIT / CREXX / REXXUTIL / README next >
Text File  |  1995-06-08  |  2KB  |  69 lines

  1.  
  2. REXXUTIL - REXX Utility Functions
  3.  
  4.  
  5. DESCRIPTION:
  6.  
  7. REXXUtil demonstrates a set of external functions packaged in a dynamic
  8. link library, including:
  9.  
  10. - Use of OS/2 system functions in REXX external functions.
  11. - Techniques for passing large amounts of data to a REXX program using
  12.   REXX compound variables as arrays.
  13.  
  14.  
  15. TASK: 
  16.  
  17. Provides sample code for building a DLL which implements additional
  18. REXX services.
  19.  
  20. CONCEPT/FEATURE:
  21.  
  22. Sample for introducing REXX language extensions.
  23.  
  24. SAMPLE LOCATION
  25.  
  26. Inside the CREXX Sample Programs (which is inside the VisualAge C++ 
  27. Samples folder).
  28.  
  29. Note:This sample is not provided in project form.
  30.  
  31. SOURCE FILE LOCATION:
  32.  
  33. X:\ibmcpp\samples\toolkit\crexx\rexxutil
  34. where X: is the drive you installed the samples and document component
  35. of VisualAge C++ for OS/2.
  36.  
  37.  
  38. HOW TO RUN THE SAMPLE:
  39.  
  40. -From your OS/2 desktop:
  41. Double-click on the sample's icon.
  42.  
  43. -From an OS/2 command prompt:
  44. To start a non-WorkPlace Shell sample program from an OS/2 command
  45. prompt, type the name of the executable file and press Enter.  If you
  46. have edited source code of a sample program and want to recompile,link,
  47. and run the files, use the NMAKE tool. Your output is the executable
  48. file.  For information about the NMAKE utility, see the
  49. OS/2 Tools Reference.
  50.  
  51.  
  52. SOFTWARE/HARDWARE PREREQUISITES:
  53.  
  54. - IBM VisualAge C++
  55. - IBM or compatible 386 and up.
  56. - OS/2 Warp
  57.  
  58. REQUIRED FILES      DESCRIPTIONS
  59.  
  60.   readme            This file
  61.   rexxudem.cmd      the REXX command file
  62.   rexxudem.ico
  63.   rexxutil.c        Sample C source
  64.   rexxutil.def      defines for entry points
  65.   rexxutil.dll      The output dll
  66.   rexxutil.mak      MakeMake generated makefile
  67.  
  68.  
  69.