Date: Sun, 1 Mar 1998 16:18:17 -0800 (PST) Message-Id: <199803020018.QAA20605@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: armand_t AT geocities DOT com, djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Copy and Paste Precedence: bulk At 02:42 3/1/1998 -0600, armand_t AT geocities DOT com wrote: >How can i read and write the win95 Copy and Paste buffer from djgpp? Get Ralf Brown's Interrupt List ftp://ftp.simtel.net/pub/simtelnet/msdos/info/inter*.zip and look at INT 2Fh/AX=1700h and the entries which follow. For a working example, see the Emacs source. The relevant file is `w16select.c'. Nate Eldredge eldredge AT ap DOT net