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.
我向其他人提供了一个依赖于 libjpeg8 的动态库 A。但是,当其他人将我的 lib 链接到他们恰好依赖于 libjpeg6 的应用程序时,会有一些冲突导致崩溃。
困境是他们不会将libjpeg6替换为更高版本,我必须使用libjpeg8中的新功能,如何在单个进程中解决这个问题?</p>
为了避免符号冲突,我看到了 2 个选项: