grendizerufo / nvidia-texture-tools

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

Compilation problem on Linux64 with CUDA 2.0 #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://developer.nvidia.com/forums/index.php?showtopic=2066&view=findpost&p=6668

Original issue reported on code.google.com by cast...@gmail.com on 27 Oct 2008 at 8:31

GoogleCodeExporter commented 9 years ago
I believe this was fixed. Several problems were reported in this thread.

One of them is a mismatch between CUDA runtime DLLs. Programs should be run 
with the
version of cudart.dll that they were compiled with. If you get this message:

"The value of ESP was not properly saved across a function call"

It's an indication of cudart.dll mismatch.

There was a reference to an old version of the libpng dll. That is fixed in 
revision 807.

The CUDA compilation problem was solved by changing the extensions of the 
generated
files to cpp.

Original comment by cast...@gmail.com on 10 Jan 2009 at 5:59