cgDestroyProgram crashs

Started by
0 comments, last by mabeghin 18 years, 4 months ago
Does anyone know why cgDestroyProgram would result in an access violation error ? The vertex shader is created, loaded and binded with no error, it is not binded when destroying, but cgDestroyProgram creates an access violation... Thanks [Edited by - mabeghin on December 3, 2005 9:39:25 AM]
Advertisement
I found the solution, I had different dlls installed in Windows folder than the one installed by CG SDK 1.4, so it was using CgD3D9.dll from SDK 1.4 and cg.dll from the windows system32 folder. Don't know which application installed these dlls in sys32...

This topic is closed to new replies.

Advertisement