Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个在开发中运行良好的颤振项目。但是我不知道如何让构建包含使用 FFI 引用的 dll。
我找不到有关如何执行此操作的明确说明。
我尝试按照步骤在这里构建一个 msix ,它有效但似乎没有包含 dll(它的失败方式与常规构建相同)
让构建过程考虑 dll 的程序是什么?
其他 dll 出现在来自 3rd 方包的构建目录中,所以一定有办法吗?