Date: Tue, 19 Aug 1997 13:46:49 +0200 From: Hans-Bernhard Broeker Subject: Re: Bin2obj for DJGPP? To: 1pepik AT polbox DOT com (Pepik) Cc: djgpp AT delorie DOT com Message-id: <01IMMJO38JX08WW7UG@mail> Organization: RWTH Aachen, III. physikalisches Institut B Content-transfer-encoding: 7BIT Newsgroups: comp.os.msdos.djgpp Precedence: bulk In article <01bca8f4$9d94ea00$LocalHost AT ppp> you wrote: > Tobias Westerblom wrote in article > <33eef535 DOT 630416 AT news DOT su DOT se>... > > How can I make a binary file to a DJGPP object file? For Borland ther > > is Bin2obj (binobj) wich converts a binary file to a object file. > > Please help me! > You can convert a picture or other binary file to header file > Ex: > #define data_length 1000 > char *data[1000]={0xdf, 0xff, 0x33, 0x15, .......................}; > I think that You are big strong boy and You can write that convert program. > If not I can do it (mail me). No need to write one yourself. It's right there in your DJGPP bin directory, and it's called bin2h. > ------=_NextPart_000_01BCA905.611DBA00 > Content-Type: text/html; charset=ISO-8859-1 > Content-Transfer-Encoding: quoted-printable >