[Plplot-devel] The status of the wxwidgets IPC development

2017-02-12 Thread Alan W. Irwin
On 2017-02-12 23:08- Phil Rosenberg wrote: > Hi Alan > > The short answer is yes use a transmit and receive function to send > the data, but no don't create a new object every time you want to > send something. The current private object is definitely the way to > go. OK. I plan to stick

Re: [Plplot-devel] C++ class constructor question

2017-02-12 Thread Phil Rosenberg
Hi Alan The short answer is yes use a transmit and receive function to send the data, but no don't create a new object every time you want to send something. The current private object is definitely the way to go. I should have used a transmit and receive function in the current code. If I