Re: [Plplot-devel] Import/export (Was:Cannot compile drivers with Visual Studio 2008 (msvc9))

2008-10-10 Thread Alan W. Irwin
On 2008-10-10 15:26-0700 Alan W. Irwin wrote: > I am keen on minimalism so for my next PLplot step (later today) I hope to > remove all the redundant (I think) macro use in the various device driver > source code files since that is dealt with by drivers.h. done (revision 8882): I tested this re

Re: [Plplot-devel] Import/export (Was:Cannot compile drivers with Visual Studio 2008 (msvc9))

2008-10-10 Thread Alan W. Irwin
On 2008-10-10 11:49-0700 Alan W. Irwin wrote: > Later today I hope to report visibility fixes for Tcl, psttc, and the cairo > device driver, bit meanwhile, many thanks, Werner, for straightening out the > general namespace issues with the previous visibility treatment. With my latest changes I th

Re: [Plplot-devel] Import/export (Was:Cannot compile drivers with Visual Studio 2008 (msvc9))

2008-10-10 Thread Alan W. Irwin
On 2008-10-10 11:49-0700 Alan W. Irwin wrote: > Later today I hope to report visibility fixes for Tcl, psttc, and the cairo > device driver... Just finished the tclmatrixd and plplottcltk namespace changes (revision 8878). I also dropped the PLDLLIMPEXP* macros from the source code as much as po

Re: [Plplot-devel] Import/export (Was:Cannot compile drivers with Visual Studio 2008 (msvc9))

2008-10-10 Thread Alan W. Irwin
On 2008-10-10 19:42+0200 Werner Smekal wrote: > Hi Alan, > > no, I didn't forget to commit the changes. It's actually cmake which defines > this xxx_EXPORTS for us. Compile the library in verbose mode > > make VERBOSE=1 > > and you will see in the command line that the corresponding xxx_EXPORTS s

Re: [Plplot-devel] plgvpw (view port limits) initial patch

2008-10-10 Thread Maurice LeBrun
On Friday, October 10, 2008 at 09:10:59 (-0400) Hezekiah M. Carty writes: > On Fri, Oct 10, 2008 at 12:09 AM, Maurice LeBrun <[EMAIL PROTECTED]> wrote: > > > What do you think of this as a compromise? Nothing has to be > > > propagated to other language bindings, and the plgvpw functionality

Re: [Plplot-devel] [ plplot-Bugs-2157622 ] svg: wrong text positions

2008-10-10 Thread Alan W. Irwin
On 2008-10-10 15:22- SourceForge.net wrote: > Bugs item #2157622, was opened at 2008-10-10 17:22 > Submitted By: Robert Pollak (jondo) > Assigned to: Nobody/Anonymous (nobody) > Summary: svg: wrong text positions Hi Robert: As you see all initial bug reports get automatically forwarded here,

Re: [Plplot-devel] Import/export (Was:Cannot compile drivers with Visual Studio 2008 (msvc9))

2008-10-10 Thread Werner Smekal
Hi Alan, no, I didn't forget to commit the changes. It's actually cmake which defines this xxx_EXPORTS for us. Compile the library in verbose mode make VERBOSE=1 and you will see in the command line that the corresponding xxx_EXPORTS show up. Regards, Werner Alan W. Irwin wrote: > On 2008-10

Re: [Plplot-devel] Import/export (Was:Cannot compile drivers with Visual Studio 2008 (msvc9))

2008-10-10 Thread Alan W. Irwin
On 2008-10-10 09:32+0200 Werner Smekal wrote: > Hi, > > I made now the changes to the driver source and header for Linux and > activated the hidden flag in plplot.h > > #pragma GCC visibility push(hidden) > > and plplot and examples compiles and works for me. Don't know if it should > work anywa

[Plplot-devel] [ plplot-Patches-2157717 ] Don't confirm quitting the wxwindows device

2008-10-10 Thread SourceForge.net
Patches item #2157717, was opened at 2008-10-10 18:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=302915&aid=2157717&group_id=2915 Please note that this message will contain a full copy

[Plplot-devel] [ plplot-Bugs-2157622 ] svg: wrong text positions

2008-10-10 Thread SourceForge.net
Bugs item #2157622, was opened at 2008-10-10 17:22 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102915&aid=2157622&group_id=2915 Please note that this message will contain a full copy of

Re: [Plplot-devel] plgvpw (view port limits) initial patch

2008-10-10 Thread Hezekiah M. Carty
On Fri, Oct 10, 2008 at 12:09 AM, Maurice LeBrun <[EMAIL PROTECTED]> wrote: > > What do you think of this as a compromise? Nothing has to be > > propagated to other language bindings, and the plgvpw functionality > > becomes (I think) more intuitive. > > I have to admit to being a little bother

Re: [Plplot-devel] wxPLplotDemo.exe does not open its frame

2008-10-10 Thread Robert Pollak
I wrote: > I am using Windows XP, Visual Studio 2008 Express Edition and cmake-2.6.2. > > I have built PLplot revision 8864 [...] > When I now start %BUILD_DIR%\examples\c++\wxPLplotDemo.exe, it does not > open its wxFrame. > My WXWIN currently only contains the static libs, since they're what I

Re: [Plplot-devel] Import/export (Was:Cannot compile drivers with Visual Studio 2008 (msvc9))

2008-10-10 Thread Werner Smekal
Hi Arjen, On 10.10.2008, at 09:32, Arjen Markus wrote: > Werner Smekal wrote: > >> Hi, >> >> I just admitted lot of changes to get this import/export issue right. >> What I basically did I explain in pldll.h: >> >> >> > My, that is quick. I take it the changes work on Linux too? thought about it

Re: [Plplot-devel] Import/export (Was:Cannot compile drivers with Visual Studio 2008 (msvc9))

2008-10-10 Thread Arjen Markus
Werner Smekal wrote: >Hi, > >I just admitted lot of changes to get this import/export issue right. >What I basically did I explain in pldll.h: > > > My, that is quick. I take it the changes work on Linux too? (I am going to ask on the gfortran list how to arrange the exporting of Fortran rout

Re: [Plplot-devel] Import/export (Was:Cannot compile drivers with Visual Studio 2008 (msvc9))

2008-10-10 Thread Werner Smekal
Hi, I made now the changes to the driver source and header for Linux and activated the hidden flag in plplot.h #pragma GCC visibility push(hidden) and plplot and examples compiles and works for me. Don't know if it should work anyway or not. So we need now to test the changes for the vario