View Single Post
Old 12th February 2009, 03:42   #978  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Both DGXXXIndexNV.exe and CUVIDServer.exe must be able to find nvcuvid.dll. DGXXXDecodeNV.dll does not need it and so is irrelevant. Thus, the two EXEs must see the DLL via the Windows DLL search path:

http://msdn.microsoft.com/en-us/libr...18(VS.80).aspx

If you have those two EXE's in the same directory with nvcuvid.dll, everything will be fine.

It is reasonable to have the CUVID Server in its own directory, as well as to have the DG tool variants in their own directories. That is why I recommended to put nvcuvid.dll in system32, so that multiple copies of it are not required.

I will give some thought to a solution that doesn't require multiple copies and doesn't overwrite the version installed by the Nvidia driver install. Ideas are welcome.

Last edited by Guest; 12th February 2009 at 03:44.
Guest is offline