From: "Yoda" Newsgroups: comp.os.msdos.djgpp Subject: memory allocating Date: Wed, 15 Mar 2000 00:04:11 +0100 Organization: World Online France News server Lines: 14 Message-ID: <8amg0r$n8k$1@aldebaran.worldonline.fr> NNTP-Posting-Host: ppp-30.dialup-169.worldonline.fr X-Trace: aldebaran.worldonline.fr 953074523 23828 212.83.169.30 (14 Mar 2000 22:55:23 GMT) X-Complaints-To: abuse AT worldonline DOT fr NNTP-Posting-Date: 14 Mar 2000 22:55:23 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi ! I'd like to allocate a quite big amount of memory. I am quite new on djgpp. I managed to allocate memory to do a double scree buffer , but i cannot alocate memory to store vertex of a 3d object. Until now , i used mallocs to do that but it is limited . The objects that i load cannot have more then 'bout 1000 faces =((. Can anyone give me advice pls ? (i dun want to use xms since i have to access the elements of the array one by one) Cedric