Bin2src
Copyright 1997 by Bark!
All rights reserved.

This Utility reads in a binary (reads anything as binary) file and writes out 
a CPP source file, that can be compiles into your program. This Utility is a 
command line console application. See the instructions below.

To Register
-------------
Send a check or money order for $10.00 US, made out to Bark!, to:
Bark!
1626 Camino de la Canada
Santa Fe, NM  87501

Visit our Web Site:
http://www.businesscents.com/bark

Email:
fennic@rocketmail.com

Installation:
-------------
Just run the Setup program in the unpack directory.

Using Bin2src
-----------------------
Usage:
bin2src c <infile> <outfile> <array_name>

Example:
I have a file called icon.ico and I want it written to a file called icon.cpp with
an array name of Icon.

bin2src c icon.ico icon.cpp Icon


Change History:
==============================================================
Nov 6, 1997 Version 1.0  Bark!

