Open GoogleCodeExporter opened 9 years ago
I don't have a Visual Studio 2005 setup so I don't know if it actually came
with wincodec.h or whether it was in a platform sdk for example.
As a workaround you can remove '/DHAVE_WINCODEC_H' which will limit your input
file format options in cwebp, but not affect libwebp.dll at all.
Another option would be to upgrade to Visual Studio 2008 or higher. Those are
built nightly and are known to work.
Original comment by jz...@google.com
on 14 Feb 2015 at 3:22
Thanks to reply. and have more question. What i'm trying to do on my
application program is that just view web file image. it's pretty old program
based on .net framework 2.0. so i couldn't upgrade .net framework. is there any
way workaround to build dll on .net framework 2.0??
Original comment by Lucete...@gmail.com
on 15 Feb 2015 at 11:10
The code itself should build and be usable. This define is used only by the
examples and without any auto-detection we assume wincodec.h is available in
this makefile. Try removing it and let me know if there are any other issues
you run into.
Original comment by jz...@google.com
on 18 Feb 2015 at 12:17
were you able to try the workaround for vs2k5?
Original comment by jz...@google.com
on 26 Feb 2015 at 3:33
Original issue reported on code.google.com by
Lucete...@gmail.com
on 13 Feb 2015 at 7:22Attachments: