Can anyone tell me where to find the resource just like this one
(But I hope this is for C++ !!)
There is a dynamic library under google tv chrome extersion here
This hyperlink tells us how to go Anymote by call C++ libraries through NPAPI under javascript. Maybe I can follow this page to go under C++ version. Unfortunately, the arch of these libraries is i386 (or x86_64). My project build under the other platform (ex: arm), so I can't call these libraries directly. Orz