Thawan Kooburat
unread,Oct 4, 2012, 2:59:01 PM10/4/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to haw...@googlegroups.com
Hi,
I want to expose a method that has a signature like this from C++ to Java via JNI
void getList(std::vector<std::string>&);
I just skim through HawtJNI doc. I just want to know that it is possible before putting my effort, since it seems like I have to create mapping for each structure first.
Thanks,
Thawan