From: "Edmund Horner" Newsgroups: comp.os.msdos.djgpp References: <8udvmf$95m$1 AT venus DOT telepac DOT pt> Subject: Re: Accessing windows API Lines: 12 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Organization: Paradise Net Message-ID: <973776194.520874@shelley.paradise.net.nz> Cache-Post-Path: shelley.paradise.net.nz!unknown AT 203-96-159-216 DOT tnt5 DOT paradise DOT net DOT nz X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: Fri, 10 Nov 2000 02:25:06 +1300 NNTP-Posting-Host: 203.96.152.26 X-Complaints-To: newsadmin AT xtra DOT co DOT nz X-Trace: news.xtra.co.nz 973776195 203.96.152.26 (Fri, 10 Nov 2000 02:23:15 NZDT) NNTP-Posting-Date: Fri, 10 Nov 2000 02:23:15 NZDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Generally not, but: 1. You can actually make windows applications using the RSXNTDJ system. 2. Some libraries exist to allow you specific abilities when running under windows. For example, libsocket with which you can make Internet-capable programs. > Is it possible to access windows API from C using djgpp?