Re: 64-bit MSVC projects ?

Roger Leigh <[email protected]> Wed, 16 Sep 2020 17:02:04 +0100
Newsgroups gmane.comp.graphics.png.devel
Message-ID <[email protected]>
> On 16 Sep 2020, at 16:27, John Emmas <[email protected]> wrote:
> 
> Many years ago I built libpng for Win32 using MSVC.  I now need to build for Win64 but because it's such a long time since my last build, I downloaded the latest code today (not sure which version it is but the zip file is called "lpng1637.zip" if that helps).
> 
> But... it still seems to contain only 32-bit MSVC projects.  Are there any 64-bit projects available?
> 

Hi John,

I’d personally go with the CMake support (see top-level CMakeLists.txt at https://github.com/glennrp/libpng).  Configure to use the Visual Studio generator for your Visual Studio version, 64-bit and build away.

Or you can be lazy and use "vcpkg install libpng:x64-windows" :)

Kind regards,
Roger

_______________________________________________
png-mng-implement mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/png-mng-implement