X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: Copying clipboard into string Date: Sat, 14 Mar 2009 15:22:53 -0700 (PDT) Organization: http://groups.google.com Lines: 33 Message-ID: <93ba703c-6d89-49fb-881b-9d226b920f13@d19g2000yqb.googlegroups.com> References: <49bad553$1$1110$4fafbaef AT reader4 DOT news DOT tin DOT it> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1237069374 5515 127.0.0.1 (14 Mar 2009 22:22:54 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sat, 14 Mar 2009 22:22:54 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: d19g2000yqb.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, On Mar 14, 5:41=A0am, Eli Zaretskii wrote: > > From: "Jason" > > Date: Fri, 13 Mar 2009 22:51:10 +0100 > > > it possible with Djgpp copying the contents of =A0Windows > > clipboard into a string. > > Yes, assuming you are on Windows 9X/Me. =A0On W2K and later, no (AFAIK). You absolutely 100% have to use a 3rd-party TSR (NTOLDAPP) for Win2k, WinXP, etc. to support this (although Vista has "clip.exe" which you can pipe *into* from the cmdline, at least. Can't pipe out from it, though, which is what you want, apparently.) http://www.phatcode.net/downloads.php?id=3D188 (NTOLDAPP TSR / DLL combo w/ srcs) > > Do you have examples of code? > > One place you can look for an example is the file w16select.c in the > Emacs sources. http://gd.tuwien.ac.at/pc/dos/djgpp/current/v2gnu/em2005s1.zip (4 MB) ...or directly... http://cvs.savannah.gnu.org/viewvc/emacs/src/w16select.c?revision=3D1.27.2.= 14&root=3Demacs&view=3Dmarkup Or just check Richard Dawe's libwin (in particular, see cliptest.c): http://homepages.nildram.co.uk/~phekda/richdawe/mysoft.html