Implement static plugin on Win32
未关闭
还没有人认领这个 Issue。
enhancement
help wanted
- 主要语言
- CMake
- 星标
- 9
- 派生
- 16
- PR 合并指标
- 30 天内没有已合并 PR
描述
This PR implemented loading of plugins from the global symbol table:
https://github.com/OSVR/libfunctionality/pull/15
But only on the libdl path for non-windows platforms. Should we implement this on the win32 path as well?
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
阅读 pull request 15 中描述的实现,然后比较仓库中现有的 libdl 路径与 Win32 路径。为 Win32 实现等效的静态插件加载,并验证 Windows 路径支持从全局符号表加载插件。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cmake
- 领域
- operating-systems
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100