From: "DeHackEd" Newsgroups: comp.os.msdos.djgpp References: <720nfe$feu$1 AT supernews DOT com> Subject: Re: How do I compile in different memory models Lines: 20 X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Message-ID: Date: Sat, 07 Nov 1998 13:14:16 GMT NNTP-Posting-Host: 142.194.222.222 NNTP-Posting-Date: Sat, 07 Nov 1998 13:14:16 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com You are in the large/huge memory model and no questions asked. There really is no reason to change. If it's so you can use your program on a 286 or below, DJGPP can't do it on it's own. -- "DeHackEd" My Email address in the header is fake (spammers). Email me at this address: http://www.geocities.com/cgi-bin/homestead/mail.pl?dehacked Thiessen wrote in message <720nfe$feu$1 AT supernews DOT com>... >Hi, > >Could anyone tell me how to tell the compiler to compile in larger or >smaller memory models? >Thanks > >