Re: [Plplot-devel] wxPLplotDemo.cpp errors - FIXED , with workaround

2016-12-12 Thread Pedro Vicente
Hi Phil Here's the fix I did for the linux wxwidgets driver bug https://github.com/pedro-vicente/plplot-wxwidgets these are the comments I added in the code // Modified from PLplot Copyright (C) 2015 Phil Rosenberg // Changes: // A non templated class derived from wxFrame // Use of events

Re: [Plplot-devel] build plplot using CMAKE using MSYS makefiles on windows 10

2016-12-12 Thread Greg Jung
I recognize one aspect of your problems in that winundef.h is imperfectly written and will fail in the case of using the unicode wxwidgets without explicitly already being unicode through-and-through - which is what winundef tries to do. Attached is a fixed version of that file from wx-3.0/wx/msw/

Re: [Plplot-devel] build plplot using CMAKE using MSYS makefiles on windows 10

2016-12-12 Thread Phil Rosenberg
Hmm And the fact that the wx libraries that were found have the suffix u, suggests they were built with Unicode support. Perhaps the compile issue you had was because plplot was not built with the Unicode flag on. As I said instructions are on the wiki to do this for a visual studio build at https:

Re: [Plplot-devel] plplot_pyqt4 shared object build issue

2016-12-12 Thread Alan W. Irwin
build methods. Hi Arjen: The short story is I am looking forward to your next report. Here is the longer story. Thanks for those two files. It turns out the key one (qt_moc.cpp) is essentially identical with what moc generates here, i.e., software@raven> diff ~irwin/Arjen.Markus/20161212/

Re: [Plplot-devel] plplot_pyqt4 shared object build issue

2016-12-12 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Sunday, December 11, 2016 11:25 PM > > Unfortunately, those compiler warnings in the report about "redeclared without > dllimport attribute" (and eventual build failure for the qt device driver