RE: [EXT] Re: XWin copy/paste succeeds on Windows 7, crashes on Windows 11 Enterprise.

2023-11-16 Thread Stone, Timothy M via Cygwin
I've finally figured out what was happening here. The issue was not related to Cygwin. For those interested: I compile my app using libraries from Exceed, then later use Cygwin as my X Server. I had (2) problems here: (1) I was using the wrong version of the Exceed DLLs at runtime. (2)

RE: [EXT] Re: XWin copy/paste succeeds on Windows 7, crashes on Windows 11 Enterprise.

2023-11-08 Thread Stone, Timothy M via Cygwin
I have made an important discovery here. I've been using "release" mode when compiling, and had the following results: On Windows 11 enterprise (release): When using "translations_ignore", it correctly just prints "Ignoring" every time I cut/copy/paste. When using

RE: [EXT] Re: XWin copy/paste succeeds on Windows 7, crashes on Windows 11 Enterprise.

2023-11-07 Thread Stone, Timothy M via Cygwin
I have created an entire program to test this. It's only 40 lines. The program pops up a type in window...then you can type something in it and test the copy/paste. On Windows 11 enterprise: When using "translations_ignore", it correctly just prints "Ignoring" every time I

RE: [EXT] Re: XWin copy/paste succeeds on Windows 7, crashes on Windows 11 Enterprise.

2023-11-06 Thread Stone, Timothy M via Cygwin
>-Original Message- >From: Brian Inglis >Sent: Monday, November 6, 2023 2:14 PM >To: cygwin@cygwin.com >Cc: Stone, Timothy M >Subject: Re: [EXT] Re: XWin copy/paste succeeds on Windows 7, crashes on >Windows 11 Enterprise. >On 2023-11-06 12:04, Stone, Ti

RE: [EXT] Re: XWin copy/paste succeeds on Windows 7, crashes on Windows 11 Enterprise.

2023-11-06 Thread Stone, Timothy M via Cygwin
>Have you tried the original Motif copy/cut/paste C-Ins/S-Del/S-Ins available >at Windows system level to see if that can give you some hints about what's >happening? > >-- >Take care. Thanks, Brian Inglis Calgary, Alberta, Canada > >La perfection est atteinte

RE: [EXT] Re: XWin copy/paste succeeds on Windows 7, crashes on Windows 11 Enterprise.

2023-11-06 Thread Stone, Timothy M via Cygwin
prise. *** This email originated outside of IDA. Please verify that you recognize the sender and know the content is safe before proceeding. *** On 03/11/2023 20:17, Stone, Timothy M via Cygwin wrote: > > > I'm having a really hard time debugging this issue. > > >

XWin copy/paste succeeds on Windows 7, crashes on Windows 11 Enterprise.

2023-11-03 Thread Stone, Timothy M via Cygwin
Hi folks, I'm having a really hard time debugging this issue. If I use the exact same version of cygwin and XWin, exact same code, exact same Motif GUI app... I find that when I try to use copy/paste functionality in TextFieldWidgets: *Cut/Copy/Paste works perfectly on Windows 7

RE: [EXT] Re: How to use X-Server on VM with multiple client displays?

2023-08-23 Thread Stone, Timothy M via Cygwin
:41, Stone, Timothy M via Cygwin wrote: > > Hello, > > I hope I'm using the right list! > > I have an X application that uses the cygwin X Server XWin. It works fine on > Windows: > >* When I launch the application, XWin launches, then the X app raises

How to use X-Server on VM with multiple client displays?

2023-08-22 Thread Stone, Timothy M via Cygwin
Hello, I hope I'm using the right list! I have an X application that uses the cygwin X Server XWin. It works fine on Windows: * When I launch the application, XWin launches, then the X app raises it's window. When I install this application (and cygwin and XWin) on a virtual machine,