|
From:
<br...@ph...> - 2005-06-25 08:36:29
|
Ethan Merritt wrote: > I see. So your new driver is C++ only? That is already a potential > problem since the rest of the gnuplot is distinctly not C++ code. > I fear it will limit the number of platforms on which your new > driver will actually compile and link into gnuplot successfully. Not any more than the fact that the desired output system for that driver being C++ already limited it. I.e. if wxWidgets runtime and development support exists on the box, there's nothing to stop a gnuplot build from using them. If there's an actual problem to be caused by this, it'll be that the link of the entire gnuplot will now have to be done with the C++ compiler's linker presets. I.e. we'll pull in the C++ startup code. On less sane platforms, that could indeed cause trouble. |