Hi Alan,
> -Original Message-
> From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca]
> Sent: Wednesday, June 21, 2017 3:02 AM
>
> To Arjen and Phil:
>
> I have now made these 4 additional wxwidgets-related commits:
>
> 2bc0626 IPC for wxwidgets: Reenable the PL_WXWIDGETS_IPC3 option
> e0
On 2017-06-21 00:26-0400 James Dishaw wrote:
I have been working on a wingcc bug that was reported and I am not sure what
the correct behavior should be for a pause when a window is minimized.
I think the correct behavior is that a minimized window should be treated
like a normal window (in W
I have been working on a wingcc bug that was reported and I am not sure what
the correct behavior should be for a pause when a window is minimized.
I think the correct behavior is that a minimized window should be treated
like a normal window (in Windows a minimized window is given a size of
16
On 2017-06-20 11:36-0700 Alan W. Irwin wrote:
Also now that I have finally found a partner who is willing to test
the wxwidgets IPC methods on a native Windows platform, I have a
number of IPC build system and code changes in mind.
If you have looked at the code at all now, you can see it is a
Hi Alan,
Ah, this came in after I had finished writing up my adventures. I will have a
closer look later to see what needs to be done.
Regards,
Arjen
> -Original Message-
> From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca]
> Sent: Tuesday, June 20, 2017 8:37 PM
...
> To A
Hi Alan,
I just concluded a rather unsuccessful session to get the wxWidgets driver to
build:
Step 1: I changed the line #ifdef WIN32 in wxwidgets_comms.h to:
#if defined(WIN32) && !defined(__MINGW32__)
The macro __MINGW32__ is defined on MinGW-w64/MSYS2 32-bits and 64-bits.
Step 2:
On 2017-06-20 13:18- Arjen Markus wrote:
From the error message above, something is obviously wrong with the build for
that
case, but it likely is something very simple (e.g., likely a missing #ifdef
WIN32
section inside an existing #ifdef
PL_WXWIDGETS_IPC3 section in drivers/wxwidgets_com
Hi Alan,
> -Original Message-
> From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca]
> Sent: Tuesday, June 20, 2017 12:12 PM
>
> In general, many small focussed commits (each with a good commit message) are
> better than one massive commit. So please go ahead and commit your change to
On 2017-06-20 06:37- Arjen Markus wrote:
Hi everyone,
I made a small adjustment to the FindwxWidgets.cmake file so that it would
properly recognise the installation of wxWidgets under MinGW-w64/MSYS2. CMake
was happy with it, but when I tried building PLplot, I got a compiler error: