From: TW 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 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk 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!