Message-ID: <382A627E.8F765B3E@snetch.cpg.com.au> Date: Thu, 11 Nov 1999 17:30:23 +1100 From: Michael Abbott aka frEk <20014670 AT snetch DOT cpg DOT com DOT au> Organization: Student of Computer Power Institute X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Paste Win Clipboard in DOS? References: <7uisdg$62d$1 AT solomon DOT cs DOT rose-hulman DOT edu> <380D100D DOT AD2EC6F6 AT Maths DOT UniNe DOT CH> <7uj7la$773$1 AT solomon DOT cs DOT rose-hulman DOT edu> <381279c8 DOT 9853836 AT newsserver DOT cc DOT monash DOT edu DOT au> <80cj2k$ce7$1 AT nnrp1 DOT deja DOT com> <80ct0i$kie$1 AT nnrp1 DOT deja DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Heya Actually, where would I find all this information? That is, any of the interrupts you can access from within DOS to get Windows functions... - Michael lcl99 AT my-deja DOT com wrote: > In article <80cj2k$ce7$1 AT nnrp1 DOT deja DOT com>, > lcl99 AT my-deja DOT com wrote: > > > The size regs (dx:ax) always come back 0. Any idea why? > > > I found the problem myself. Before the 0x1704 call to get the size of > the clipboard, I wasn't setting dx to 1 (the data type). I set it > before the calls to write data to the clipboard or read data from it, > but I forgot to on that one. (In case anybody else runs into this.) > Thanks.