|
From: Tatsuro M. <tma...@ya...> - 2014-03-08 10:40:14
|
--- On Sat, 2014/3/8, Tatsuro MATSUOKA wrote: > --- On Sat, 2014/3/8, Tatsuro MATSUOKA wrote: > > --- On Sat, 2014/3/8, Ethan A Merritt wrote: > > > On Saturday, 08 March, 2014 10:29:44 Tatsuro MATSUOKA wrote: > > > > Hello > > > > > > > > Prof. Takeno introduced a new feature 'import' on the gnuplot threads in Japan > > > > > > > > On the ChangeLog, 2014-02-27, I have found the description. > > > > > > > > I have read 'help import' and explanation for 'import' for gnuplot.pdf created from the recent cvs source. > > > > > > > > However I cannot find out how to prepare the C or C++ codes. > > > > Are there any instruction or sample code to write import func(x) in C(++)? > > > > > > Yes. > > > The directory .../demo/plugin/ contains sample code, a Makefile, and > > > a demo (plugin.dem) that exercises the sample code. > > > > > > Ethan > > > > Thanks! I will try later. > > > > Tatsuro > > > I have excute build check Cygwin_x64 > After make check, I have checked demo/plugin/. > > demo_plugin.so.exe is created. However, demo_plugin.dll is needed for Cygwin. > So I have created demo_plugin.dll by > > gcc -shared -o demo_plugin.dll demo_plugin_so-demo_plugin.o > > With demo_plugin.dll, plugin.dem test went well. I have renamed demo_plugin.so.exe to demo_plugin.dll. Using this file, plugin.dem test went well. Regards Tatsuro |