Re: [Plplot-devel] wingcc and wingdi build bugs

2018-01-14 Thread Jim Dishaw
> On Jan 14, 2018, at 4:30 PM, Greg Jung wrote: > > Hi Jim, > I've looked at the wingdi I was earlier working with, and the > commoncontrols initialization was commented out > for the #ifdef _WIN64 case. I'm unsure whether I tested with w64, I think > so. But in the

Re: [Plplot-devel] wingcc and wingdi build bugs

2018-01-14 Thread Greg Jung
Hi Jim, I've looked at the wingdi I was earlier working with, and the commoncontrols initialization was commented out for the #ifdef _WIN64 case. I'm unsure whether I tested with w64, I think so. But in the current attempt, I was definitely confined to a 32-bit system - it may be the case that

Re: [Plplot-devel] wingcc and wingdi build bugs

2017-12-31 Thread Jim Dishaw
I think that is a Windows vs Windows 8. I will look at that today and patch. > On Dec 31, 2017, at 1:10 AM, Greg Jung wrote: > > Hi guys, >Because my main PC (win 7) is busted I am working with a backup system > which is windows 8.1 pro 32-bits > and I was interested in

Re: [Plplot-devel] wingcc and wingdi build bugs

2017-12-30 Thread Greg Jung
Hi guys, Because my main PC (win 7) is busted I am working with a backup system which is windows 8.1 pro 32-bits and I was interested in deploying the new wingdi for GDL on windows. Although no errors were anticipated from the cmake processing (required setting PLD_wingdi=ON) the build came

Re: [Plplot-devel] wingcc and wingdi build bugs

2017-10-06 Thread Alan W. Irwin
On 2017-10-06 11:00+0100 Phil Rosenberg wrote: Given that the libraries in question are in the standard c and C++ libraries. I just tested to see what the impact is of simply commenting out the checks for these two libraries. The result is that wingcc is accepted onto the driver list, appears

Re: [Plplot-devel] wingcc and wingdi build bugs

2017-10-06 Thread Phil Rosenberg
Given that the libraries in question are in the standard c and C++ libraries. I just tested to see what the impact is of simply commenting out the checks for these two libraries. The result is that wingcc is accepted onto the driver list, appears in my plplot VC++ project, everything builds

Re: [Plplot-devel] wingcc and wingdi build bugs

2017-10-05 Thread Alan W. Irwin
On 2017-10-05 09:10+0100 Phil Rosenberg wrote: On 5 October 2017 at 04:10, Alan W. Irwin wrote: The cmake messages above come from cmake/modules/wingcc.cmake and the first part of the relevant logic is find_library(GDI32_LIBRARY gdi32 HINTS ${MINGWLIBPATH}

Re: [Plplot-devel] wingcc and wingdi build bugs

2017-10-05 Thread Phil Rosenberg
On 5 October 2017 at 04:10, Alan W. Irwin wrote: > On 2017-10-05 00:57+0100 Phil Rosenberg wrote: > >> The my cmake command and its output are attached. I noted particularly the >> lines >> >> -- Looking for gdi32 header and library >> -- Looking for gdi32 header and

Re: [Plplot-devel] wingcc and wingdi build bugs

2017-10-05 Thread Arjen Markus
Hi Alan, My system is Windows 7 and I do not have easy access to a Windows 10 machine with a suitable development environment. Perhaps there are release notes at MSDN that can shed some light on the matter? Regards, Arjen > -Original Message- > From: Alan W. Irwin

Re: [Plplot-devel] wingcc and wingdi build bugs

2017-10-04 Thread Jim Dishaw
> On Oct 4, 2017, at 3:26 PM, Alan W. Irwin wrote: > > To Phil, Jim, and Arjen: > >> On 2017-10-04 12:11+0100 Phil Rosenberg wrote: >> >> For some reason I cannot build wingcc or wingdi, they do not come up >> as enabled on my system when I run cmake. I have never

[Plplot-devel] wingcc and wingdi build bugs

2017-10-04 Thread Alan W. Irwin
To Phil, Jim, and Arjen: On 2017-10-04 12:11+0100 Phil Rosenberg wrote: For some reason I cannot build wingcc or wingdi, they do not come up as enabled on my system when I run cmake. I have never looked into why as I don't use them. But all members of the PLplot development team should be