Re: [Plplot-devel] Notes on building the wxwidgets software package on MinGW/MSYS

2013-03-16 Thread Alan W. Irwin
On 2013-03-16 13:17-0700 phil rosenberg wrote: > Hi Arjen, Alan > Sorry I've been so busy at work this week I haven't kept up with this. > Arjen you are absolutely correct, you cannot mix libraries built with /MT /MD /MTd and /MDd. Every library you build into an executable must use the same runt

Re: [Plplot-devel] Notes on building the wxwidgets software package on MinGW/MSYS

2013-03-16 Thread phil rosenberg
Hi Arjen, Alan Sorry I've been so busy at work this week I haven't kept up with this.   Arjen you are absolutely correct, you cannot mix libraries built with /MT /MD /MTd and /MDd. Every library you build into an executable must use the same runtime library - if you don't stick to this rule then

Re: [Plplot-devel] Notes on building the wxwidgets software package on MinGW/MSYS

2013-03-16 Thread Alan W. Irwin
On 2013-03-16 14:56+0100 Arjen Markus wrote: > Hi Alan, > > On Fri, 15 Mar 2013 09:48:03 -0700 (PDT) > "Alan W. Irwin" wrote: > > >> >> Yes, a static runtime (a user decision concerning which Microsoft core >> libraries should be used) is a completely different issue than whether >> the PLplot l

Re: [Plplot-devel] Notes on building the wxwidgets software package on MinGW/MSYS

2013-03-16 Thread Arjen Markus
Hi Alan, On Fri, 15 Mar 2013 09:48:03 -0700 (PDT) "Alan W. Irwin" wrote: > > Yes, a static runtime (a user decision concerning which >Microsoft core > libraries should be used) is a completely different >issue than whether > the PLplot libraries are built as shared or static. If >PLplot