Alon Gubkin
unread,Jan 12, 2011, 10:59:28 AM1/12/11Sign 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 nixysa-users
I'm writing a NPAPI plugins using Nixysa. I want to use Boost. For
some reason, I don't succeed to include it.
What I have tried so far: I have installed the Boost library through
my package manager (Ubuntu), and then included it, like this:
#include <boost/asio.hpp>
When I do that, the code compiles successfully, but the plugin just
not loading in the browser. No errors.
How can I fix that?
If there's any better way to include Boost, I'd happy to hear it. :)
Thanks.