home *** CD-ROM | disk | FTP | other *** search
-
- Binary Data File to Source Structure Xlate Utility
- Copyright IBM Corp. (C) 1991,1993
- Program Property of IBM
-
- If you ever had the need to include a binary table into your soure code, but
- couldn't because it was generated by a different program and you do not have
- the source for the original table (or perhaps the binary table was itself the
- output from a compiler of some type), then BIN2SRC is for you.
-
- It will take a binary file and produce an equvalent data structure that you
- can include directly into your source file. The following programs come with
- the Package:
-
- BIN2MASM = Translates Binary Data to an equivalent MASM DB Structure
-
- BIN2C = Translates Binary Data to an equivalent C BYTE Array
-
- BIN2RC = Translates Binary Data to a form compatable with the
- RCDATA Resource type
-
- The file BIN2SRC.ZIP contains the following files:
-
- BIN2C.EXE * Translation Utility for C Source
- BIN2RC.EXE * Translation Utility for Resource Compiler Source
- BIN2MASM.EXE * Translation Utility for MASM Source
- BIN2SRC.ABS * Short Abstract descriping the Function of SE20BOOT
- BIN2SRC.DOC * Documentation for SE20BOOT
- LICENSE.TXT * IBM License Agreement
-
- Author:
-
- Kennneth A. Kahn, IBM Poughkeepsie N.Y.
-
- CompuServe - 71333,2526
- Internet - KENKAHN@VNET.IBM.COM
- IBM Mail - USIB25P9 at IBMMAIL
-
-
- History:
-
- 06/93 : (v1.00)
-
- - Initial release
-