OS4 DepotLogo by Alkaron 
(anonymous IP: 18.191.186.72,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Development » Utility » bin2c.lha

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: 341  (Current version)
341  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
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 #=-








Copyright © 2004-2024 by Björn Hagström All Rights Reserved