pngpp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pngpp-devel] Png++ on Windows/ Visual C++ 2008 Express edition


From: Alex Shulgin
Subject: Re: [pngpp-devel] Png++ on Windows/ Visual C++ 2008 Express edition
Date: Mon, 10 Sep 2012 21:11:43 +0300

On Mon, Sep 10, 2012 at 2:55 AM,  <address@hidden> wrote:
>
> I am totally new to lib png and png++ and have recently made my first
> project with these on linux. But have no idea how to use png++ on windows. I
> have my libpng configured on windows and am wondering how to move towards
> making png++ available and running my code which I built on linux on windows
> with visual studio 2008.
>
> I would be very grateful if someone can give some pointers. I have a
> deadline.

All you need to make png++ compile on Windows is configure your
include directories properly (to point to the png++ unpacked sources)
or simply copy the sources to your project and refer to them like this
(for example):

#include <pngpp/png.hpp>

--
Alex



reply via email to

[Prev in Thread] Current Thread [Next in Thread]