Message-ID: <37A0343E.56A0B717@maths.unine.ch> Date: Thu, 29 Jul 1999 13:00:14 +0200 From: Gautier X-Mailer: Mozilla 4.07C-SGI [en] (X11; I; IRIX64 6.5 IP30) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: How to Install Djgpp - Closed! References: <933183164 AT p20 DOT f44 DOT n478 DOT z2 DOT FidoNet DOT ftn> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: hilbert.unine.ch Lines: 23 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > But I have any more questions: > Why my files is so big? Even if my file is empty it has size approx. 105 KB :( > When I compile file 'void main(){}' in Borland C++ 5.02 it has size ~30KB, but > in Djgpp it ~105KB. Mainly there are debug info and an important base library (all for running 32-bit code under DOS). But don't panic: the code doesn't grow like that. > And why my some my simple progs ran in protected mode? When I run them under > pure MS-DOS 6.22 or PC-DOS 7.0 I got message 'No: DPMI - Get csdpmi*b.zip'. You should put CWSDPMI.EXE in a directory reachable by the PATH or under DR-DOS 7.03 command "DPMI ON" that switches on the built-in DPMI server. > Which command-line option I must use to compile program in real mode? Use your Borland compiler for that... -- Gautier -------- http://members.xoom.com/gdemont/