From: "David C. Hoos, Sr." Newsgroups: comp.os.msdos.djgpp Subject: Using Micro$oft libraries in dgpp programs Date: Mon, 1 Nov 1999 07:18:50 -0600 Organization: CRC: A wholly owned subsidiary of Thermo Electron Lines: 24 Message-ID: <7vk3vj$lrl$1@hobbes2.crc.com> NNTP-Posting-Host: visnt021.vis.crc.com X-Trace: hobbes2.crc.com 941462323 22389 205.149.48.21 (1 Nov 1999 13:18:43 GMT) X-Complaints-To: abuse AT crc DOT com NNTP-Posting-Date: 1 Nov 1999 13:18:43 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am writing some programs to run under MS-DOS, or in a DOS box on Windows 9X or Windows NT. If I have already-built Micro$oft- or Borland-compiled libraries, is there any way to use these libraries in djgpp programs, e.g., by file format conversion, or whatever? Alternatively, if I have the source files for the libraries, with Makefiles for Micro$oft or Borland compilers, in general, how difficult is it to modify (I presume with #ifdefs in the header files) these sources to compile with gcc? Are there any FAQs, books, or other resources on how to do this sort of thing, or am I asking for the impossible, or impractical? As still another alternative, is there a decent serial communication library for djgpp?