
23 Mar
2015
23 Mar
'15
2:09 p.m.
Hi, kyung! On Mar 23, kyung nam Kim wrote:
Hi, Sergei ! Thanks for your reply, The exact thing I want is invoke a method in my plugin from sql_parse.cc.
ex)
myplugin.h ---------------------------- public: void putData(...);
sql_parse.cc ----------------------------- ....
myplugin->putData(...)
how do i modify CMakeLists.txt?
Thanks in advance.
In that case, as I said, it's not a plugin. You can simply put your files in sql/ directory - it could be easier. Otherwise... include your myplugin.h in sql_parse.cc and hopefully it'll work.
I want pass some information from sql_parse.cc to methodA in my plugin.
What kind of information? Regards, Sergei