From: Christien Rioux Newsgroups: comp.os.msdos.djgpp Subject: DirectDraw? Date: Sun, 26 Jan 1997 15:51:25 -0500 Organization: Rapid Design, Inc. Lines: 13 Message-ID: <32EBC3CD.4A75@mit.edu> Reply-To: crioux AT mit DOT edu NNTP-Posting-Host: mcs.mit.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Has anyone out there done any work with using DirectDraw with DJGPP? DDRAW.LIB and the rest of the DirectX3 libraries appear to be COFF libraries, and if renamed to 'libddraw.a', they link nicely with other DJGPP code.. I can't seem to access any of the functions inside, and it seems that Microsoft has convoluted the library file index table a little bit, giving every object entry the same name (more difficult to extract). The header files would need some real tweaking, but it would be an interesting task? Anyone have any ideas? -- Chris Rioux crioux AT mit DOT edu