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.
我正在 Windows 上编写一些代码,我想在我的项目中使用一个第三方库。但是这个库的作者只提供了 MacOS 和 linux 的二进制文件,没有源代码。我想知道,是否可以在我的项目中使用这个库?我的意思是,有没有一种方法可以让我在我的 C++ 代码中执行二进制文件。
这似乎是不可能的,但我希望有一个奇迹。