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.
例如,我有一个用 OpenCV 1.0 编译的 exe 文件。如果 dll 是向下兼容的,如何在 OpenCV 2.4.6 的机器上运行 exe 文件?
你不能。
要么提供正确的 dll 版本 (1.0),要么重新编译 src 代码。