From: "Pepik" <1pepik AT polbox DOT com> Subject: Re: Bin2obj for DJGPP? Newsgroups: comp.os.msdos.djgpp References: <33eef535 DOT 630416 AT news DOT su DOT se> Message-ID: <01bca8f4$9d94ea00$LocalHost@ppp> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_01BCA905.611DBA00" Content-Transfer-Encoding: 7bit NNTP-Posting-Host: ppp-cst170.warszawa.tpnet.pl Date: 14 Aug 97 22:08:45 GMT Lines: 57 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_01BCA905.611DBA00 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -- Pepik My e-mail: 1pepik AT polbox DOT com My page: http://free.polbox.pl/1/1pepik 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). Hi. ------=_NextPart_000_01BCA905.611DBA00 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable


--
=     Pepik
      My = e-mail: 1pepik AT polbox DOT com
      My page: =  http://free.polbox.pl/1/1pepik



Tobias Westerblom = <west AT grub01 DOT physto DOT se> 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]=3D{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).

Hi.

------=_NextPart_000_01BCA905.611DBA00--