Date: Wed, 9 May 2001 13:51:55 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Penguin L cc: djgpp AT delorie DOT com Subject: Re: 2 questions : icon & djgpp, kde dev & djgpp In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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.