Mail Archives: djgpp/1997/08/11/14:38:22
From: | TW <west AT grub01 DOT physto DOT se>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Re: Bin2obj for DJGPP?
|
Date: | Mon, 11 Aug 1997 18:49:09 +0200
|
Organization: | Stockholm University
|
Lines: | 8
|
Distribution: | world
|
Message-ID: | <33EF4285.BF2025EE@grub01.physto.se>
|
References: | <01IMBK4971II8WVYK0 AT mail>
|
NNTP-Posting-Host: | mikro14.physto.se
|
Mime-Version: | 1.0
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Hans-Bernhard Broeker wrote:
> In DJGPP, there's a vaguely similar utility: bin2h. It will convert
> your binary file to a .h file defining an initialized string variable
> holding your data. You #include that in a .c file, compile it, and
> there you are. For details, see 'info util bin2h' (spelling?).
Thanks! This utility is good for small things, but for larger files the
include files gets huge!
- Raw text -