Problem with dll's after upgrade from toolkit 3.0 to 3.1 Even after recompiling, program still l

Hello there.

I’ve upgraded from CUDA Toolkit version 3.0 to CUDA Toolkit version 3.1.
Downloaded the drivers, the toolkit and the sdk.
Uninstalled each, then installed the new version.
I took care to install the new versions in the exact same directories as the old versions, as to keep correct paths (as long as possible).

So I opened my VS 2005 project, and everything recompiled well. But on dynamic link, the system throws an error saying it couldn’t find “cudart32_30_14.dll”.

That dll is for the toolkit version 3.0. The new version’s dll is “cudart32_31_9.dll”.

System: VS2005 on Windows 7
Using CUDA Toolkit 3.1

Does anyone knows why this is happening?
Thanks in advance for any answers.

Ok problem solved.

Dumb me, I was still using the toolkit 3.0 .lib files (the most likely reason for the problem mentioned above…).

Ok problem solved.

Dumb me, I was still using the toolkit 3.0 .lib files (the most likely reason for the problem mentioned above…).