mayingzhen / nvidia-texture-tools

Automatically exported from code.google.com/p/nvidia-texture-tools
Other
0 stars 0 forks source link

NVTT.dll has weird dependancy on LIBPNG12.DLL #142

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Build NVTT.DLL in Release(No Cuda) for Win32.
2. Open NVTT.DLL in Depedancy Walker (http://www.dependencywalker.com/)
3. You'll see it has a dependancy png_error from LIBPNG12.DLL.

What is the expected output? What do you see instead?

I expected nvtt.dll to be a stand alone DLL...  i don't see why it needs that 
one png_error method from LIBPNG12.DLL.  Seems like a bad dependancy to me.

What version of the product are you using? On what operating system?

Trunk r1157

Original issue reported on code.google.com by fcukg00gl3@gmail.com on 16 Oct 2010 at 4:28

GoogleCodeExporter commented 8 years ago
in nvconfig.h, comment out the png, jpeg and tiff support will work around this.

Original comment by wuyu....@gmail.com on 11 Aug 2011 at 8:54