Hi,
I need to use parameters of std::vectorstd::string type for my RPC program, but it doesn't seem to work. (I want to define a RPC function passing varible number of strings as a parameter. The number of strings is very flexible.) I read about the transferable argument types from the 11.05 release notes. If vector isn't one of the transferable argument type, could you give me an alternative programming tip? Thank you.
Best, Bokdeuk Jeong