On 2013-02-21 15:14-0800 phil rosenberg wrote:
Thanks for the report Fulvio
In that case I will download a clean version of plplot tomorrow and check how
it works with that. Unfortunately I do almost all my coding on a windows
environment - mostly because the debugging tools are so good.
Sp
Thanks for the report Fulvio
In that case I will download a clean version of plplot tomorrow and check how
it works with that. Unfortunately I do almost all my coding on a windows
environment - mostly because the debugging tools are so good.
Speak soon
Phil
I just tweaked example 00c so that after plend() the gui the plot creation is
repeated starting with plinit().
The segfault problem is caused by the static install_buffer function in
wxwidgets.cpp. There is a static bool called initApp which is set to true on
the first call to plinit(). Because
I think there are a few complexities around when closing the final windows in
wxWidgets. I don't know if you remember some months ago a user reporting memory
leaks with the wxWidgets examples. I think this came down to the fact that
wxWidgets ends the program when its final window is closed with