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
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
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:
>
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.
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
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/
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