Hopefully this will be a quick, easy, question.I was asked to estimate the effort to port an application developed in VS6 C++ WinXP to VS2010 Win 7.
I did a quick survey of the dependencies an found replacements/updates for the majority of the .dll's with one exception: libpng2.dll.
As all of us, I have thousands of things to do, and no time to do them. I did a quick search and could no longer find libpng2.dll anywhere.Is it still being supported?
I have a few (hundreds actually) syntactical modifications to make to the source code before I can even hope to link the ported code.
Has anyone out there successfully linked libpng2.dll version1.0.12 with VS2010 and Win7?