FireBreath查找系统路径



我是firebreath的新手,我正在开发一个NPAPI插件,该插件将打包到Google Chrome扩展中。我在创建一个检索DLL当前所在位置的方法时遇到了问题。有什么想法吗?

这很容易;你可以在FireBreath网站的提示和技巧页面上找到说明:

// From inside your Plugin class (that extends PluginCore)
std::string MyPlugin::getFilesystemPath()
{
    return m_filesystemPath;
}

相关内容

  • 没有找到相关文章

最新更新