home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / bn2src.zip / bin2src.doc < prev    next >
Text File  |  1993-06-25  |  2KB  |  45 lines

  1.  
  2.                Binary Data File to Source Structure Xlate Utility
  3.                       Copyright IBM Corp.  (C) 1991,1993
  4.                             Program Property of IBM
  5.  
  6. If you ever had the need to include a binary table into your soure code, but
  7. couldn't because it was generated by a different program and you do not have
  8. the source for the original table (or perhaps the binary table was itself the
  9. output from a compiler of some type), then BIN2SRC is for you.
  10.  
  11. It will take a binary file and produce an equvalent data structure that you
  12. can include directly into your source file.  The following programs come with
  13. the Package:
  14.  
  15.   BIN2MASM  =  Translates Binary Data to an equivalent MASM DB Structure
  16.  
  17.   BIN2C     =  Translates Binary Data to an equivalent C BYTE Array
  18.  
  19.   BIN2RC    =  Translates Binary Data to a form compatable with the
  20.                RCDATA Resource type
  21.  
  22. The file BIN2SRC.ZIP contains the following files:
  23.  
  24.   BIN2C.EXE          * Translation Utility for C Source
  25.   BIN2RC.EXE         * Translation Utility for Resource Compiler Source
  26.   BIN2MASM.EXE       * Translation Utility for MASM Source
  27.   BIN2SRC.ABS        * Short Abstract descriping the Function of SE20BOOT
  28.   BIN2SRC.DOC        * Documentation for SE20BOOT
  29.   LICENSE.TXT        * IBM License Agreement
  30.  
  31. Author:
  32.  
  33. Kennneth A. Kahn,  IBM Poughkeepsie N.Y.
  34.  
  35. CompuServe - 71333,2526            
  36. Internet   - KENKAHN@VNET.IBM.COM  
  37. IBM Mail   - USIB25P9 at IBMMAIL   
  38.  
  39.  
  40. History:
  41.  
  42. 06/93 : (v1.00)
  43.  
  44. - Initial release
  45.