THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 12/06/2007 at 11:07, xxxxxxxx wrote:
One thing to note is that libpng doesn't currently come with VS2005, CodeWarrior, or Xcode projects. There is a VS2003 project, but I found it clumsy in conversion and built my own from the zlib static lib project used by the plugin.
Even then, I had to fiddle with this project's build settings to remove 'unresolved external symbol' errors related to libpng during link with my plugin - about three hours of frustration before it started working. ;)
Still dealing with a similar situation in Xcode - unresolved external links which seem to be functions that aren't being included by any of the billion #defines. This will require some detective work. :)