From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: 2 questions : icon & djgpp, kde dev & djgpp Date: 9 May 2001 10:45:20 GMT Organization: Aachen University of Technology (RWTH) Lines: 24 Message-ID: <9db740$i7f$1@nets3.rz.RWTH-Aachen.DE> References: <3 DOT 0 DOT 6 DOT 16 DOT 20010506134749 DOT 0ad75a6e AT pop3 DOT 01019freenet DOT de> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 989405120 18671 137.226.32.75 (9 May 2001 10:45:20 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 9 May 2001 10:45:20 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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). Yes. And the reason for that is that this *is* a DOS program. DJGPP compiles DOS programs, not Windows applications. To see, you may try the 'properties' of the .exe file. You'll notice that it offers DOS settings for you to change. > 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. That's a rather different situation. I'm not sure about kdevelop, but DevC++ definitely uses MinGW32 to compile, so it generates Windows applications. Such apps can have their own icon, and whatever other things you might like in a Windows application. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.