From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: Common DOS programs in DJGPP Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: <5j6asss1kn1umn2u3hdscvslk8s3abk2e3@4ax.com> References: <1t52ss0lc165pmhlrd64tkros1sb8jfa4t AT 4ax DOT com> <39c37099 DOT 16920521 AT news DOT freeserve DOT net> <39c3ca02 DOT 39814383 AT news DOT freeserve DOT net> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 38 X-Trace: /b4C/HVwbXA0EsCAW5GeNDp66u3MEw5muA4Gq0MRnpHzOgm/mPz8xeqx7Rh15tOHiSI82s+pmwqH!PArj9rQ9y7fFFIcpIrK90HYgdqi3ZsVBt3/YAzlBhvSqf5KMvoo8Hq5l4NagqaKLzmmZoRnC8AuW!olANUA== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Sun, 17 Sep 2000 19:43:33 GMT Distribution: world Date: Sun, 17 Sep 2000 19:43:33 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sun, 17 Sep 2000 08:56:48 -0400, Stan Moore wrote: >You can do a simple test to see the difference, boot to dos only and >try a console app. Or right click and choose Properties from Wintendo 9x to see if it gives you pif options or not. >When I say a console app is merely simulating a console look, it's a >little deeper than that. There are some other steps you have to do to >write a true console app. things that involve setting up the messge >loop if I remember correctly. A true console app only needs a main(). msvcrt handles most of the rest of that. >Now on the other hand, some compilers even MS will let you create a >"console" app that is really just a dos app running with dpmi. Visual C++ 1.52 right? >I haven't seen a lot of actual console apps myself. hello.exe compiled with mingw java.exe javac.exe Cygwin (gcc.exe, bash.exe, *utils) Mingw gcc.exe MSVC cl.exe --