Re: Incompatible clipboard format between 32bit and 64bit cygwin

2021-09-28 Thread Mark Geisert
Hi Brian, Brian Inglis wrote: On 2021-09-27 22:49, Mark Geisert wrote: The cygwin-internal clipboard format records a timestamp and content length when Cygwin (or putclip) updates the clipboard contents.  This allows 'stat' and fstat() to show something sensible for /dev/clipboard.  The latter

Re: Incompatible clipboard format between 32bit and 64bit cygwin

2021-09-28 Thread Takashi Yano via Cygwin
On Tue, 28 Sep 2021 00:46:15 -0600 Brian Inglis wrote: > On 2021-09-28 00:19, Takashi Yano via Cygwin wrote: > > On Mon, 27 Sep 2021 23:22:30 -0600 > > Brian Inglis wrote: > >> Would it perhaps make sense to include struct stat with appropriate > >> entries rather than a couple of adhoc members unr

Re: Incompatible clipboard format between 32bit and 64bit cygwin

2021-09-27 Thread Brian Inglis
On 2021-09-28 00:19, Takashi Yano via Cygwin wrote: On Mon, 27 Sep 2021 23:22:30 -0600 Brian Inglis wrote: On 2021-09-27 22:49, Mark Geisert wrote: Hi Thomas, Thomas Wolff wrote: Am 26.09.2021 um 20:37 schrieb Thomas Wolff: Am 26.09.2021 um 11:50 schrieb Mark Geisert: Hi Takashi, Takashi

Re: Incompatible clipboard format between 32bit and 64bit cygwin

2021-09-27 Thread Takashi Yano via Cygwin
On Mon, 27 Sep 2021 23:22:30 -0600 Brian Inglis wrote: > On 2021-09-27 22:49, Mark Geisert wrote: > > Hi Thomas, > > > > Thomas Wolff wrote: > >> > >> Am 26.09.2021 um 20:37 schrieb Thomas Wolff: > >>> > >>> Am 26.09.2021 um 11:50 schrieb Mark Geisert: > Hi Takashi, > > Takashi Yano

Re: Incompatible clipboard format between 32bit and 64bit cygwin

2021-09-27 Thread Brian Inglis
On 2021-09-27 22:49, Mark Geisert wrote: Hi Thomas, Thomas Wolff wrote: Am 26.09.2021 um 20:37 schrieb Thomas Wolff: Am 26.09.2021 um 11:50 schrieb Mark Geisert: Hi Takashi, Takashi Yano via Cygwin wrote: I noticed that cygwin clipboard is not compatible between 32bit and 64bit cygwin. I

Re: Incompatible clipboard format between 32bit and 64bit cygwin

2021-09-27 Thread Mark Geisert
Hi Thomas, Thomas Wolff wrote: Am 26.09.2021 um 20:37 schrieb Thomas Wolff: Am 26.09.2021 um 11:50 schrieb Mark Geisert: Hi Takashi, Takashi Yano via Cygwin wrote: I noticed that cygwin clipboard is not compatible between 32bit and 64bit cygwin. If I run 'echo > /dev/clipboard' i

Re: Incompatible clipboard format between 32bit and 64bit cygwin

2021-09-26 Thread Brian Inglis
On 2021-09-26 13:09, Lee via Cygwin wrote: On 9/26/21, Thomas Wolff wrote: Am 26.09.2021 um 20:37 schrieb Thomas Wolff: Am 26.09.2021 um 11:50 schrieb Mark Geisert: Takashi Yano via Cygwin wrote: I noticed that cygwin clipboard is not compatible between 32bit and 64bit cygwin. If I run 'echo

Re: Incompatible clipboard format between 32bit and 64bit cygwin

2021-09-26 Thread Lee via Cygwin
On 9/26/21, Thomas Wolff wrote: > > Am 26.09.2021 um 20:37 schrieb Thomas Wolff: >> >> Am 26.09.2021 um 11:50 schrieb Mark Geisert: >>> Hi Takashi, >>> >>> Takashi Yano via Cygwin wrote: I noticed that cygwin clipboard is not compatible between 32bit and 64bit cygwin. If I run '

Re: Incompatible clipboard format between 32bit and 64bit cygwin

2021-09-26 Thread Thomas Wolff
Am 26.09.2021 um 20:37 schrieb Thomas Wolff: Am 26.09.2021 um 11:50 schrieb Mark Geisert: Hi Takashi, Takashi Yano via Cygwin wrote: I noticed that cygwin clipboard is not compatible between 32bit and 64bit cygwin. If I run 'echo > /dev/clipboard' in 32bit cygwin, and run 'cat /dev

Re: Incompatible clipboard format between 32bit and 64bit cygwin

2021-09-26 Thread Thomas Wolff
Am 26.09.2021 um 11:50 schrieb Mark Geisert: Hi Takashi, Takashi Yano via Cygwin wrote: I noticed that cygwin clipboard is not compatible between 32bit and 64bit cygwin. If I run 'echo > /dev/clipboard' in 32bit cygwin, and run 'cat /dev/clipboard' in 64bit cygwin, this result in cat

Re: Incompatible clipboard format between 32bit and 64bit cygwin

2021-09-26 Thread Mark Geisert
Hi Takashi, Takashi Yano via Cygwin wrote: I noticed that cygwin clipboard is not compatible between 32bit and 64bit cygwin. If I run 'echo > /dev/clipboard' in 32bit cygwin, and run 'cat /dev/clipboard' in 64bit cygwin, this result in cat: /dev/clipboard: Bad address This is because