Date: Thu, 23 May 1996 07:47:31 +0200 (IST) From: Eli Zaretskii To: Krzysztof Kwapien Cc: djgpp AT delorie DOT com Subject: Re: dpmi_mem_info returns error ? In-Reply-To: <31A1CFEB.2781@geralt.mimuw.edu.pl> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 21 May 1996, Krzysztof Kwapien wrote: > I tried to call the function __dpmi_memory_info > and it returns an error. I executed my program under different > configuration ( with xms , without xms, under windows ) and the result > is alwas the same ( __DPMI_GET_MEMORY_INFO returns an error ) Please post an example program and its output that exhibit the problem. Chances are there's something wrong with the way you call that function, but it's really hard to tell without looking at the sources. > error? Maybe this is because the csdpmi returns version numer:0.9 > (is dpmi 1.0 required and where do i get a cwsdpmi with dpmi interface > version 1.0. There is no CWSDPMI that implements the full DPMI 1.0 spec. CWSDPMI supports only some 1.0 features and so cannot claim it's DPMI 1.0 host.