From: "Rafał Maj" Newsgroups: comp.os.msdos.djgpp Subject: get free memory info doesn't work ! Date: Fri, 18 Aug 2000 16:14:03 +0200 Organization: Academic Computer Center CYFRONET AGH Lines: 40 Message-ID: <8njgsi$5ps$1@info.cyf-kr.edu.pl> NNTP-Posting-Host: d-94-53-08.cyfronet.krakow.pl X-Trace: info.cyf-kr.edu.pl 966608594 5948 149.156.1.168 (18 Aug 2000 14:23:14 GMT) X-Complaints-To: news AT cyf-kr DOT edu DOT pl NNTP-Posting-Date: 18 Aug 2000 14:23:14 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com This program doesn't show correctly amount of free memory... Why ? How can I change it ? #include #include #include #include void info() { _go32_dpmi_meminfo info; _go32_dpmi_get_free_memory_information(&info); cerr <