Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (994) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4333
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Bin2c | Description: | Create a UBYTE array file from raw data file. | Download: | bin2c.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 42kb | Version: | 1.0 | Date: | 11 Jul 2004 | Author: | Menthos / MTS Arts | Submitter: | Menthos | Category: | development/utility | License: | Freeware | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 96 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 338 (Current version) | | 338 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
Introduction
============
This program is meant to help developers to include raw data into C programs so
that the developer does not need to open the file to read its content.
The program creates a file, from the raw data file, with the following look:
UBYTE <specified variable name>[]={0xXX,0xYY,...};
In the source file use #include "<filename of the created destination file>" to
get access to the data using the variable name.
Usage
=====
bin2c can be started both from CLI and Workbench. If no arguments are given
when
starting from CLI the program opens up the GUI.
The program can also be started with arguments from CLI, does not open a GUI.
The program should then be started with "bin2c <raw data file> <destination
file> <variable name>".
Credits
=======
- Menthos/MTS Arts (Viking Technology)
/T ______ T
Y _ _ Y /
Y ______ Y
/_0/ _/
__ / _ _ ____
__ /__ / ._ _._ _ _ | _ _
/ ____/ /||_/|||/ _ |/_/
T__ _ _ __/T / || || |_/ |_ _.
( I______I )
/ / WE STILL FUNCTION!
Y _)__(_ Y
(___||___)
_|= TT =|_
(____||____)
-=# bin2c - © 2004 Viking Technology #=-
|