Mail Archives: djgpp/1997/08/11/11:00:20
In article <33eef535 DOT 630416 AT news DOT su DOT se> you wrote:
> 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!
(I'm posting this off the top of my head, so some details may be
incorrect...):
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?).
HBB
- Raw text -