Mail Archives: djgpp/2001/05/09/08:04:39
On Tue, 8 May 2001, Penguin L wrote:
> I used djgpp as c language compiler. The result is an "unknown.exe" file
> with a small window icon. ( i think that this icon is generally associated
> with dos program, but i'm not sure).
>
> Recently, i've used integrated environment (kdevelop, DevC++) i've
> discovered that we can assign an icon to the project. The result is an exe
> file with our icon.
>
> So i wanted to know if there is way to add our own icon before we compile
> sources with djgpp.
DJGPP produces DOS programs, as far as Windows is concerned. AFAIK,
Windows doesn't let DOS programs to specify their own icons, except in
the Properties (a.k.a. PIF file). That is, if you want to supply an
icon with your program, prepare a PIF file and distribute it together
with the program.
- Raw text -