Re: [Plplot-devel] Status report on remaining issues to be addressed for the forthcoming 5.11.1 release (wxwidgets issues)

2015-07-06 Thread Phil Rosenberg
Hi Alan - this is now slightly out of context as I found it in my drafts folder unsent. I can confirm similar odd timing results on my Centos machine. I did have a couple of exit() calls in wxPLViewer, which to be honest was just lazy of me. On was used to close the app when -np was used. I have no

Re: [Plplot-devel] Status report on remaining issues to be addressed for the forthcoming 5.11.1 release (wxwidgets issues)

2015-07-06 Thread Phil Rosenberg
Hi Alan - this is now slightly out of context as I found it in my drafts folder unsent. I can confirm similar odd timing results on my Centos machine. I did have a couple of exit() calls in wxPLViewer, which to be honest was just lazy of me. On was used to close the app when -np was used. I have no

Re: [Plplot-devel] Comprehensive testing on Cygwin with Tcl/Tk/Itcl/Itk

2015-07-06 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Sunday, July 05, 2015 10:48 PM > To: Arjen Markus > Cc: plplot-devel@lists.sourceforge.net > Subject: RE: [Plplot-devel] Comprehensive testing on Cygwin with > Tcl/Tk/Itcl/Itk > > Hi Arjen: >

Re: [Plplot-devel] Status report on remaining issues to be addressed for the forthcoming 5.11.1 release (wxwidgets issues)

2015-07-06 Thread Alan W. Irwin
On 2015-07-06 09:52+0100 Phil Rosenberg wrote: > Hi Alan - this is now slightly out of context as I found it in my > drafts folder unsent. > I can confirm similar odd timing results on my Centos machine. I did > have a couple of exit() calls in wxPLViewer, which to be honest was > just lazy of me.

Re: [Plplot-devel] patch 31 which contains wincairo fixes

2015-07-06 Thread Greg Jung
I have been using the calls -SetWindowLong( aStream->hwnd, GWL_USERDATA, (long) pls ); +SetWindowLongPtr( aStream->hwnd, GWLP_USERDATA, (LONG_PTR) pls ); in both 32- and 64-bit compiled wincairo application for months, as well as in wingcc. They work. AFAICT there's no reason to maintain

Re: [Plplot-devel] Comprehensive testing on Cygwin with Tcl/Tk/Itcl/Itk

2015-07-06 Thread Alan W. Irwin
On 2015-07-06 16:11- Arjen Markus wrote: > Alas, the error I reported persists, even now that /usr/local plays no role anymore in the build. See the attached tarball. Hi Arjen: I was happy to see that the Cygwin itk fix I implemented a while back actually works for you and that all the /usr/

Re: [Plplot-devel] Comprehensive testing on Cygwin with Tcl/Tk/Itcl/Itk

2015-07-06 Thread Alan W. Irwin
On 2015-07-06 10:43-0700 Alan W. Irwin wrote: > On 2015-07-06 16:11- Arjen Markus wrote: > >> Alas, the error I reported persists, even now that /usr/local plays > no role anymore in the build. See the attached tarball. > > Hi Arjen: > > I was happy to see that the Cygwin itk fix I implemented