Internal png lib symbols exported |
Post Reply |
Author | |
lrenoux
Groupie Joined: 20 April 2009 Status: Offline Points: 62 |
Post Options
Thanks(0)
Posted: 20 January 2016 at 8:02am |
I don't know if it came from last revision, but in version 17.0.0, when using codejock as a dll, by default (it seems), symbols from internal png lib are exported. So if you used the codejock dll with a software that has already used its own libpng dll, it may conflict in link because of multiple symbols definition. To avoid that, i have defined in pnglibconf.h in your environment #define PNG_IMPEXP Because you have undefined some features from libpng (like PNG_STDIO_SUPPORTED), your internal version of the lib is not usable in every case. So, could you please avoid to export libpng symbols by default. L. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |