can not open input file libpng15-vc9.lib

2019-09-20 14:33发布

I am setting up my GDAL 1.8.0 Project in Visual Studio 2010 Windows, I am on way to add libpng to project.

My libpng release libs are under following folder... They are successfully built with zlib in this folder, as you can see there are no files missing as per VTP site.

D:\libpng-16

libpng files image

And I have also changed additional libraries file names.

files

Even though I added path in Property Manager, this error is still coming.

added folder path image

Still I am getting following error

error

Thank You in advance.

1条回答
手持菜刀,她持情操
2楼-- · 2019-09-20 14:53

you should give absolute path d:/libpng-16/libpng16.lib

or

Add the path (d:/libpng-16) in Linker->General->Additional Library Directives

The same applies for all the other libraries also.

查看更多
登录 后发表回答