Mail Archives: djgpp/1997/08/12/01:58:41
Robert Hoehne wrote:
>
> Tobias Westerblom 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.
>
> What do you mean with a binary file? A picture ?? :-)
Yes, that's about it! :)
I would like to add some small pictures and their palette data in the
.exe file so I don't have to do it runtime.
> OK, in general you will not be able do such a conversion. But
> this depends really on the "binary" file which you should describe
> us a little bit more.
The binary files I want to add to the exe-file is just small data-files
wich I want to access by pointers. For example sprite-objects, fonts,
palettes etc.
- Raw text -