can't run build release

Hi,

I am running CUDA programs in MS Visual Studio 2008 environment.
I can run the executable file built with Debug. But when I build the solution with Release, I cannot run the executable file.
It gives me this error: “This application has failed to start because cutil32.dll was not found. Re-installing the application may fix this problem.”

Anybody can tell me how to fix this problem? Looks like I need some configuration for this mode.
Btw, I installed CUDA wizard 2.0.

Thanks,
Yuping

Anybody helps me??

Thanks!!

Yuping

cutil32.dll is part of the SDK. Copy it from SDK install directory (I don’t have it installed so cannot give an exact directory) into the directory where your application’s exe resides.

It works!! Thanks a lot!!

Yuping