cutil32D.dll

The CUDA supports for VS.2005 and later versions.
For use CUDA in VS.2005 we have to install an other support tool, which can allows us to create a CUDA project in VS.2005.

Up to here, its ok.

Using the existing proj:
While opening the example project, its giving a warning, which is, the xyz files are in read only.
Event hough if we can run, its giving an error num in o/p, which is cuda_safe_call is not implemented.

Creating the new proj:
creating new proj in VS.2005, While running the proj, its giving the popup error, which is, cutit32D.dll file is not found, Plz reinstall the program to fix the problem.

Usually, compiler can unable to link with library’s.
GIVE SUGGESTION…