From: Franco Amato on
Hi, I have to create some professional graphs from serial data in real
time. I was unable and I downloaded wxPlot, but I can not compile it
whit wxDev-cpp..can someone send me a .dev project's file? Or another
solution?
Best
Franco

---------------------------------------------------------------------
To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org

From: =?ISO-8859-1?Q?Germ=E1n_Carrera?= on
(If you are talking about this
http://personales.unican.es/carreracg/web/wxplot.html)

Hi Franco, in the webpage there is a version of the library compiled for
windows paltaform with MinGW.
I supose the compiler of wxDev-cpp is the shame that included in MinGW
(CNU C Compiler gcc).

You only have to download the zip and copy the ".a" file to the lib
directory and copy the folder wxPlot to the include directory of your
compiler.
To link the program you only have to add -lplot flag and remember to add
the font files in the shame folder of your aplication (the font files
are in the demo for windows or in the full library source
wxPlot-plplot-5.5.1.zip (+ Demo)
<http://personales.unican.es/carreracg/files/wxPlot-plplot-5.5.1.zip>
(link on the webpage).

I think there are some dev projects packages for dev-c++ lile
http://www.solidsteel.nl/users/wxwidgets/viewtopic.php?t=1383&highlight=wxplot
but I don't know the version of plplot used.

Regards, Germýn

Franco Amato escribiý:

>Hi, I have to create some professional graphs from serial data in real
>time. I was unable and I downloaded wxPlot, but I can not compile it
>whit wxDev-cpp..can someone send me a .dev project's file? Or another
>solution?
>Best
>Franco
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
>For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org
>
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org

From: Franco Amato on
Thank you very much...I'll try...
Best
Franco

2005/9/9, Germán Carrera <germanlistas(a)terra.es>:
> (If you are talking about this
> http://personales.unican.es/carreracg/web/wxplot.html)
>
> Hi Franco, in the webpage there is a version of the library compiled for
> windows paltaform with MinGW.
> I supose the compiler of wxDev-cpp is the shame that included in MinGW
> (CNU C Compiler gcc).
>
> You only have to download the zip and copy the ".a" file to the lib
> directory and copy the folder wxPlot to the include directory of your
> compiler.
> To link the program you only have to add -lplot flag and remember to add
> the font files in the shame folder of your aplication (the font files
> are in the demo for windows or in the full library source
> wxPlot-plplot-5.5.1.zip (+ Demo)
> <http://personales.unican.es/carreracg/files/wxPlot-plplot-5.5.1.zip>
> (link on the webpage).
>
> I think there are some dev projects packages for dev-c++ lile
> http://www.solidsteel.nl/users/wxwidgets/viewtopic.php?t=1383&highlight=wxplot
> but I don't know the version of plplot used.
>
> Regards, Germán
>
> Franco Amato escribió:
>
> >Hi, I have to create some professional graphs from serial data in real
> >time. I was unable and I downloaded wxPlot, but I can not compile it
> >whit wxDev-cpp..can someone send me a .dev project's file? Or another
> >solution?
> >Best
> >Franco
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
> >For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org
> >
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
> For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org

From: =?ISO-8859-1?Q?Germ=E1n_Carrera?= on
Hi Franco,

I don't know the reason of thouse errors because I don't use dev-c++ and
I am not so sure about the next, but I think that maybe you have used
the makefile (Makefile.Windows) of the demowxplot to try to build the
exe file. Well, I think that this makefile (only for MinGW) can't be
used with dev-c++ (for the format) and you can to add the demowxplot
like a new project, write another makefile or something similar.

I think that somebody with more experience with dev-c++ can help you
better in this.

Regards, Germýn




Franco Amato escribiý:

>Hi German,
>I tried but, unfortunately, I've got a lot of errors....see
>image.bmp... I don't know what to do..
>Regards, Franco
>-------------------------------------------------------------------------------------------------------
>
>
>>2005/9/9, Germýn Carrera <germanlistas(a)terra.es>:
>>
>>
>>>(If you are talking about this
>>>http://personales.unican.es/carreracg/web/wxplot.html)
>>>
>>>Hi Franco, in the webpage there is a version of the library compiled for
>>>windows paltaform with MinGW.
>>>I supose the compiler of wxDev-cpp is the shame that included in MinGW
>>>(CNU C Compiler gcc).
>>>
>>>You only have to download the zip and copy the ".a" file to the lib
>>>directory and copy the folder wxPlot to the include directory of your
>>>compiler.
>>>To link the program you only have to add -lplot flag and remember to add
>>>the font files in the shame folder of your aplication (the font files
>>>are in the demo for windows or in the full library source
>>>wxPlot-plplot-5.5.1.zip (+ Demo)
>>><http://personales.unican.es/carreracg/files/wxPlot-plplot-5.5.1.zip>
>>>(link on the webpage).
>>>
>>>I think there are some dev projects packages for dev-c++ lile
>>>http://www.solidsteel.nl/users/wxwidgets/viewtopic.php?t=1383&highlight=wxplot
>>>but I don't know the version of plplot used.
>>>
>>>Regards, Germýn
>>>
>>>Franco Amato escribiý:
>>>
>>>
>>>
>>>>Hi, I have to create some professional graphs from serial data in real
>>>>time. I was unable and I downloaded wxPlot, but I can not compile it
>>>>whit wxDev-cpp..can someone send me a .dev project's file? Or another
>>>>solution?
>>>>Best
>>>>Franco
>>>>
>>>>---------------------------------------------------------------------
>>>>To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
>>>>For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
>>>For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org
>>>
>>>
>>>
>>>
>>
>
>
>
> ------------------------------------------------------------------------
>
>------------------------------------------------------------------------
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
>For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org

From: "Maan M. Hamze" on
Date: Fri, 9 Sep 2005 17:46:08 +0200
To: wx-users(a)lists.wxwidgets.org
From: Franco Amato <eurofrank(a)gmail.com>
Subject: Re: Plotting problems
Message-ID: <b9c10276050909084642f0f043(a)mail.gmail.com>

Franco -
Was it you sending BMP's on this list. If I am the moderator I would have
banned you on the spot for doing that. You have clogged my whole entire
email account.
If it was you you should be banned IMMDEIATELY.
Maan


---------------------------------------------------------------------
To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org