BIN2C_WIN icon

BIN2C_WIN

2 big stars
BIN2C_WIN screenshot
Name: BIN2C_WIN
Works on: windowsWindows XP and above
Developer: toxicbreakfast
Version: 1
Last Updated: 18 Feb 2017
Release: 28 Sep 2006
Category: Programming > Other Programming Files
Rate this software:
221 downloads
screenshotsView Screenshots(3)
commentsComments
downloadDownload
Liked it? Tell others:
details

BIN2C_WIN Details

Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows XP | Windows 2000 | Windows 2003 | Windows 2008 | Windows Vista | Windows 2012
SHA1 Hash: bad9fdca572d985d55a58c2748d1198f15b77fe1
Size: 287.47 KB
File Format: zip
Rating: 2.347826086 out of 5 based on 23 user ratings
Downloads: 221
License: Free
BIN2C_WIN is a free software by toxicbreakfast and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows XP, Windows 2000, Windows 2003, Windows 2008, Windows Vista, Windows 2012.
You can download BIN2C_WIN which is 287.47 KB in size and belongs to the software category Other Programming Files.
BIN2C_WIN was released on 2006-09-28 and last updated on our database on 2017-02-18 and is currently at version 1.
download button
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
features

BIN2C_WIN Description

BIN2C_WIN is a useful and free programming utility for Windows, used for converting binary files (like picture files, sound files or in fact any file format you care to name) into C arrays that can be used directly by your C program. There are many advantages to doing this.
Less files
You do not have to distribute so many files with your program - they are all contained within the executable.
Less disk reads
The resources automatically load with the program - you do not have to read from the disk each time you want to access the file.
Less coding
You dont have to write any code to load your resources into memory.
Less disk space
Since the resources are contained within the program code, using an executable compressor like UPX on your program will also reduce the space taken up by those resources.
Restrict access
The resource files are not readily editable by the user.
There are many small programs and scripts available that already perform this function. Most of them seem to go under the snappy title of BIN2C. However, most of these are command line utilities which dont allow for easy interaction. I wanted a graphical interface and, not satisfied with the features on any existing programs I found, decided to write my own; hence the less snappily titled BIN2C_WIN.
Why use this in Windows? Depends what youre doing. The Windows API has a built-in method for handling resources compiled with rc.exe (the Microsoft resource compiler) or its clones, and that method is the best for most Windows applications. For some programs though, you need direct access to the data and the API gets in the way. One example would be coding an SDL application. You may also be using Windows as development environment for a different platform. BIN2C_WIN is more flexible than many similar utilities.
Select one or more resource files from one or more directories.
Place your arrays into one single header file or many different files.
Set individual array names and data types for each resource.
Set defaults for the array names and data types. For example, you could automatically declare every array as unsigned char sprite_filename
Easily add, remove or update arrays in a previously created header file.
screenshots

BIN2C_WIN Screenshots

BIN2C_WIN screenshot 1 BIN2C_WIN screenshot 2 BIN2C_WIN screenshot 3
similarSimilar Software