I provide A dynamic library to others, which depends on libjpeg8. However, when others associate my lib with their application, which is dependent on libjpeg6, there are some conflicts leading to failure.
The dilemma is that they will not replace libjpeg6 with a higher version, and I have to use the new functions in libjpeg8. How can I solve this problem in one process?
source
share