can not open input file libpng15-vc9.lib

天涯浪子 提交于 2019-12-13 08:24:09

问题


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

And I have also changed additional libraries file names.

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

Still I am getting following error

Thank You in advance.


回答1:


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.



来源:https://stackoverflow.com/questions/27525693/can-not-open-input-file-libpng15-vc9-lib

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!