Re: [Plplot-devel] How to use plplot in my own project?

2018-09-30 Thread Laurent Berger
twice, once for release and once for debug and once for release by setting the -DCMAKE_CONFIGURATION_TYPES options to "Debug" or "Release". Phil On Tue, 25 Sep 2018 at 22:08, Alan W. Irwin wrote: On 2018-09-25 22:05+0200 Laurent Berger wrote: Hi, I want to use plplot in

[Plplot-devel] How to use plplot in my own project?

2018-09-25 Thread Laurent Berger
erties(${NomProjet} PROPERTIES  COMPILE_DEFINITIONS "${wxWidgets_DEFINITIONS};__WXMSW__;_CRT_SECURE_NO_WARNINGS") set_target_properties(${NomProjet} PROPERTIES LINK_FLAGS_DEBUG "/SUBSYSTEM:CONSOLE") set_target_properties(${NomProjet} PROPERTIES LINK_FLAGS_RELEASE "/SUBSYST

Re: [Plplot-devel] Cannot compile plplot using VS 2017

2018-09-23 Thread Laurent Berger
Hi, https://sourceforge.net/p/plplot/plplot/ci/4a5f94a70ac259d696dfaa8117cead7ad89b13f3/ : It works thanks! New file is now // Headers needed for Rand #ifdef _WIN32 // This include must occur before any other include of stdlib.h due to // the #define _CRT_RAND_S #define _CRT_RAND_S #include

[Plplot-devel] Cannot compile plplot using VS 2017

2018-09-21 Thread Laurent Berger
Hi, I have just done a git clone : (Date:   Thu Sep 20 22:36:48 2018 -0700 ) commit caf4801dfef32207b74f5374eff52bf2a4c24e3d and delete cmakecache.txt and I I'm trying to build plplot in static BUILD_SHARED_LIBS:BOOL=OFF and ENABLE_DYNDRIVERS:BOOL=OFF and I have got 59 errors compiling

Re: [Plplot-devel] How to use plplot in my project using cmake ?

2017-09-26 Thread Laurent Berger
and openscenegraph lib my script command to install plplot and wxopencv are installplplot.sh and installwxopencv.sh if something is missing tell me what Le 26/09/2017 à 09:44, Alan W. Irwin a écrit : On 2017-09-26 09:01+0200 Laurent Berger wrote: Hi Alan, I tried this if (PLplot_FOUND) message

Re: [Plplot-devel] How to use plplot in my project using cmake ?

2017-09-26 Thread Laurent Berger
n;wsock32;csirocsa;qsastime PATH4 plplot -- WINDOWS -- G:/Lib/wxWidgets-3.1.0/lib/vc_x64_lib -- Configuring done -- Generating done -- Build files have been written to: G:/Lib/build/wxOpenCV In my project I got only this libs C:\Program Files\plplot\lib\plplot.lib C:\Program Files\plplot\lib\plplo

Re: [Plplot-devel] How to use plplot in my project using cmake ?

2017-09-19 Thread Laurent Berger
18:54, Alan W. Irwin a écrit : On 2017-09-18 21:23+0200 Laurent Berger wrote: Hi, Thanks for new version (5.13.0). I have installed plplot and now I want to use it in my own project using cmake my cmakelist is if (wxWidgets_FOUND) include_directories(${wxWidgets_INCLUDE_DIRS

[Plplot-devel] How to use plplot in my project using cmake ?

2017-09-18 Thread Laurent Berger
Hi, Thanks for new version (5.13.0). I have installed plplot and now I want to use it in my own project using cmake my cmakelist is if (wxWidgets_FOUND) include_directories(${wxWidgets_INCLUDE_DIRS}) target_link_libraries (wxOpenCVMain ${wxWidgets_LIBRARIES} ) endif

Re: [Plplot-devel] legend and label using wxWidgets

2017-01-08 Thread Laurent Berger
Pedro Vicente; Laurent Berger; PLplot development list Subject: Re: [Plplot-devel] legend and label using wxWidgets On 2016-12-28 23:19+0100 Laurent Berger wrote: wxwidgets commit 0bf38e1 x04 y axis label is good (https://github.com/wxWidgets/wxWidgets/commit/0bf38e11a33005e289e30c8bc7c67563ea

Re: [Plplot-devel] legend and label using wxWidgets

2016-12-28 Thread Laurent Berger
/2016 à 22:28, Laurent Berger a écrit : With your last message I have found a way to solve problem cd wxWiget-3.1.0git checkout cbb799b Checking out files: 100% (1470/1470), done. Note: checking out 'cbb799b'. You are in 'detached HEAD' state. You can look around, make experimental changes

Re: [Plplot-devel] legend and label using wxWidgets

2016-12-28 Thread Laurent Berger
update, just in case it makes a difference. I use 64 bit, which I think is the same as you. Are you using wxWidgets 3.1? I am using 3.0 I think, but I'll check. Phil Sent from my Windows 10 phone *From: *Laurent Berger <mailto:laurent.ber...@univ-lemans.fr> *Sent: *28 December 2016

Re: [Plplot-devel] legend and label using wxWidgets

2016-12-28 Thread Laurent Berger
about your screen setup that may affect the usual y direction orientation or anything similar that you can think of? Phil Sent from my Windows 10 phone *From: *Laurent Berger <mailto:laurent.ber...@univ-lemans.fr> *Sent: *28 December 2016 01:07 *To: *p.d.rosenb...@gmail.com <ma

Re: [Plplot-devel] legend and label using wxWidgets

2016-12-27 Thread Laurent Berger
my Windows 10 phone *From: *Pedro Vicente <mailto:pedro.vice...@space-research.org> *Sent: *27 December 2016 22:13 *To: *Laurent Berger <mailto:laurent.ber...@univ-lemans.fr> *Cc: *PLplot development list <mailto:plplot-devel@lists.sourceforge.net> *Subject: *Re: [Plplot-devel] lege

Re: [Plplot-devel] legend and label using wxWidgets

2016-12-27 Thread Laurent Berger
> regarding the scale issue, what compiler and cmake command are you using? > is it Visual Studio 2015 build 64bits, doing > cmake .. -G "Visual Studio 14 win64" ? > > > > > On 2016-12-27 16:04, Laurent Berger wrote: >> I always clean my build repo and my cmake c

Re: [Plplot-devel] legend and label using wxWidgets

2016-12-27 Thread Laurent Berger
I always clean my build repo and my cmake cache. Now to be sure I have just clone plplot in another folder : $ git clone git://git.code.sf.net/p/plplot/plplot Cloning into 'plplot'... remote: Counting objects: 91527, done. remote: Compressing objects: 100% (29963/29963), done. remote: Total

Re: [Plplot-devel] legend and label using wxWidgets

2016-12-27 Thread Laurent Berger
Does it mean that you use 32 bits libs? > > No, it means to use Visual Studio 2015 ("Visual Studio 14" is the > version number of Visual Studio 2015) > > > > On 2016-12-27 15:05, Laurent Berger wrote: >> Does it mean that you use 32 bits libs? >> >&g

Re: [Plplot-devel] legend and label using wxWidgets

2016-12-27 Thread Laurent Berger
Does it mean that you use 32 bits libs? Le 27/12/2016 à 21:00, Pedro Vicente a écrit : > "Visual Studio 14" -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org!

Re: [Plplot-devel] Using wxWidgets

2016-12-27 Thread Laurent Berger
ave installed last version of plplot and last patch (from pedro). Can you confirm me that wxPLplotwindow is now a non template class? yes, that is correct. -Pedro On 2016-12-27 10:04, Laurent Berger wrote: Hi, I have installed last version of plplot and last patch (from pedro). Can you confirm

[Plplot-devel] Uusing wxWidgets

2016-12-27 Thread Laurent Berger
Hi, I have installed last version of plplot and last patch (from pedro). Can you confirm me that wxPLplotwindow is now a non template class? thanks for yours answers -- Check out the vibrant tech community on one of

Re: [Plplot-devel] legend and label using wxWidgets

2016-12-27 Thread Laurent Berger
Thanks for your answer. I give you all command I done. I work on master (I made a copy on my previous folder). I build plplot in static using vs2015. When I run x04 example problem is still here. Example seems slower now. I think that I applyed patch because legend are good now but axis

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

2016-12-10 Thread Laurent Berger
t.dir/__/drivers/wxwidgets_comms.cpp.obj] Error 1 make[1]: *** [CMakeFiles/Makefile2:546: src/CMakeFiles/plplot.dir/all] Error 2 make: *** [Makefile:150: all] Error 2 Le 10/12/2016 à 15:58, Laurent Berger a écrit : > Hi phil, > > Thanks for your answer. > > I have try to solve prob

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

2016-12-10 Thread Laurent Berger
m the main Windows user on the list > and I have absolutely no experience with MSys. > > However, I believe we have now returned to the CMake default wxWidgets > find module. Alan, can you comment on this and whether this looks like > a bug in that module or a bug in our bui

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

2016-12-08 Thread Laurent Berger
Hi, I want to buil plplot in static using MSYS makefiles on windows 10. In cmake GUI i have got an error that I cannot understand. wxWidgets is found but there is cmake_link_flags WARNING. Any help would be appreciate. CMake version = 3.7.0-rc2 CMAKE_SYSTEM_NAME = Windows SH_EXECUTABLE =

Re: [Plplot-devel] The wxwidgets device driver speed/idle time

2016-11-15 Thread Laurent Berger
/etc/fonts/conf.d/65-droid-sans-fonts.conf", line 138: Having multiple values in isn't supported and may not work as expected real0m0.128s user0m0.084s sys0m0.020s lb@mp12-lb:~/plplot.git/examples/c++$ Le 14/11/2016 à 22:19, Alan W. Irwin a écrit : > Hi Laurent:

Re: [Plplot-devel] Finding wxWidgets

2016-11-13 Thread Laurent Berger
Hi, I have just made a git pull git.code.sf.net/p/plplot/plplot. Using cmake 3.7.0.rc2 and wxwidgets 3.1.0 and VS 2015. After pressing OK every where, all is fine. thanks for this new version! Le 12/11/2016 à 10:00, Alan W. Irwin a écrit : > On 2016-11-12 00:08-0500 Pedro Vicente wrote: >

Re: [Plplot-devel] Finding wxWidgets

2016-10-19 Thread Laurent Berger
Hi all, I still use plplot (PLplot Release 5.11.2) and wxwidgets (from github) using cmake with vs 2015. If you want to check something about detect wxwidgets feel free to ask me. Laurent Le 19/10/2016 à 21:39, Alan W. Irwin a écrit : > On 2016-10-19 00:10-0400 Pedro Vicente wrote: > >> 2)

Re: [Plplot-devel] build with wxWidgets, Visual Studio

2016-09-17 Thread Laurent Berger
Hi Pedro, I am using vs2013 and plplot (from github) with wxwidgets and I haven't got any problem. I think you should update findwxwidgets.cmake from https://sourceforge.net/p/plplot/plplot/ci/master/tree/cmake/modules/FindwxWidgets.cmake (see

Re: [Plplot-devel] Screen coordinates to data coordinates withwxWidgets driver

2015-12-22 Thread Laurent Berger
n >> why pltranslatecursor had never been documented or propagated to other >> bindings. >> ________ >> From: Alan W. Irwin >> Sent: ‎20/‎12/‎2015 19:51 >> To: Phil Rosenberg >> Cc: Laurent Berger; plplot-devel@lists.sourceforge.net >> Subject: Re: [Plpl

Re: [Plplot-devel] Screen coordinates to data coordinates with wxWidgets driver

2015-12-20 Thread Laurent Berger
Hi phil, Thanks you to waste time on my problem. I have try something like this void FenetreCourbe::OnLeftDown(wxMouseEvent& event) { PLGraphicsIn g; wxPLplotstream* pls = GetStream(); // pls->adv(0); uncomment this line does not change result g.dX = event.GetX(); g.dY =

Re: [Plplot-devel] Screen coordinates to data coordinates with wxWidgets driver

2015-12-19 Thread Laurent Berger
lways -1 -1 -1 -1 when I click in curve. I don't know what to modify to get this coordinates. Le 18/12/2015 23:54, Alan W. Irwin a écrit : > On 2015-12-18 23:03+0100 Laurent Berger wrote: > >> Hi, >> >> In plplot using wxwidgets driver which function must I use to get

Re: [Plplot-devel] Call for testing of the PLplot git master tip version VS2012, shared libraries

2015-03-18 Thread Laurent Berger
) but (may be I'm wrong) it's only for plplot_LIB_SRCS and test_plbuf.c it's not in the list. so how can i set COMPILE_DEFINITIONS for test_plbuf.c in cmakelists.txt? Le 18/03/2015 07:47, Alan W. Irwin a écrit : Hi laurent: On 2015-03-18 03:56+0100 laurent Berger wrote: [out of order

[Plplot-devel] Installing plplot on windows

2015-03-18 Thread Laurent Berger
After building plplot I want to install it on my computer with VS 2012 Win64. I install it using INSTALL project which in Plplot.sn solution for VS 2012. Plplot is installed in program files . In my own project I used cmake looking for opencv openscenegraph and plplot :

Re: [Plplot-devel] Call for testing of the PLplot git master tip version VS2012, shared libraries

2015-03-18 Thread laurent Berger
s internal command 5 extern, executable file or command file. 5C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppCommon.targets(172,5): error MSB6006: Arrêt de cmd.exe avec le code 9009. Le 18/03/2015 12:18, Alan W. Irwin a écrit : On 2015-03-18 10:04+0100 Laurent Berger

Re: [Plplot-devel] PL_MAX_OPT_TABLES PL_NSTREAMS wxWidgets Driver

2015-02-14 Thread laurent Berger
, 2015, at 4:00 PM, laurent Berger laurent.ber...@univ-lemans.fr wrote: Hi, I am using plplot for image processing with many plplot windows more than 100. In source plplot streams seems limited to 100 (#define PL_NSTREAMS 100 // Max number of concurrent streams. plplotP.h line 289

Re: [Plplot-devel] PL_MAX_OPT_TABLES PL_NSTREAMS wxWidgets Driver

2015-02-14 Thread laurent Berger
From: laurent Berger mailto:laurent.ber...@univ-lemans.fr Sent: ‎14/‎02/‎2015 10:16 To: plplot-devel@lists.sourceforge.net mailto:plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] PL_MAX_OPT_TABLES PL_NSTREAMS wxWidgets Driver I think that my previous thread was wrong

Re: [Plplot-devel] PL_MAX_OPT_TABLES PL_NSTREAMS wxWidgets Driver

2015-02-14 Thread laurent Berger
) ); break; default: break; } SetTitle( m_title ); Plot(); } Le 14/02/2015 15:57, laurent Berger a écrit : Hi phil, Sorry I make a mistake about PL_MAX_OPT_TABLES there is no problem it was in my code. About PL_NSTREAMS limits it's a problem. you can reproduce problem

[Plplot-devel] wxWidgets Driver

2015-02-13 Thread laurent Berger
Hi, I am using plplot for image processing with many plplot windows more than 100. In source plplot streams seems limited to 100 (#define PL_NSTREAMS 100 // Max number of concurrent streams. plplotP.h line 289). Is it possible to increase this values? Thanks for yours answers

[Plplot-devel] using renewplot with plplot

2015-01-23 Thread Laurent Berger
of the curve perso.univ-lemans.fr/~berger/Afsd56/copie.jpg Is it really a memory leak ? If yes Have you got any idea to solve this problem? Thanks you for your answer. -- Laurent Berger Enseignant-chercheur I.U.T. du Mans Département Gestion des Entreprises et des Administrations Département

[Plplot-devel] About svg

2014-08-14 Thread laurent Berger
Hi, My program plot histogram using plplot and wxwidgets driver. On my screen plot is nice. When plot is saved in svg format I cannot see histogram with Inkscape. I don't know svg format but If I change all stroke-width=0.00e+000 with stroke-width=1 svg is OK in Inkscape. In program I have

Re: [Plplot-devel] About svg

2014-08-14 Thread laurent Berger
Thanks you for your answer. plplot 5.9.10, wxwidgets 3.0.0 visual studio 2012 C++ with pls-width( 2.0 ); nothing changes. You can download source file and svg, ps and xfig here : perso.univ-lemans.fr/~berger/aqzersPLPLOT My source code is : wxPLplotstream* pls=plotwindow-GetStream(); int

Re: [Plplot-devel] Deploying programs that use PLplot with wxWidgets

2010-07-12 Thread Laurent Berger
option for DEFINE I have WXDEBUG and DEBUG. Thanks for your help Werner Smekal a écrit : Hi Laurent, sorry, I overlooked your email. On 7/2/10 2:29 PM, Laurent Berger wrote: Sorry I have forgotten to say that all dll are in same folder : 02/07/2010 14:24REP . 02/07/2010 14

Re: [Plplot-devel] Deploying programs that use PLplot with wxWidgets

2010-07-02 Thread Laurent Berger
/assembly In your own dll have you got a reference to Microsoft.VC90.DebugCRT ? I think that it could be a crash cause for x01.exe. thanks for your answer Werner Smekal a écrit : Hi, On 7/1/10 12:55 PM, Laurent Berger wrote: Hi, I use PLPLOT 5.9.6 on windows xp with visual C++ 9.0

Re: [Plplot-devel] Deploying programs that use PLplot with wxWidgets

2010-07-01 Thread Laurent Berger
wxwidgets on wxwidgets plLoadDriver: lt_dlopenext failed because of the following reason: No error information Unable to load driver: wxwidgets. *** PLPLOT ERROR, IMMEDIATE EXIT *** Unable to load driver Program aborted Werner Smekal a écrit : Hi, On 7/1/10 12:55 PM, Laurent Berger wrote: Hi, I