CUDA 5.5 Visual studio 2012 cudart static linking?

Hello, this might have been asked many times, but, i want to get rid off the cudart32_55.dll is it possible to somehow link it statically on vs2012? In my project properties i do have “Static CUDA runtime library (-cudart static)” set on, but still after i execute the output programm “cudart32_55.dll not found”. Is it possible to link this library statically? (Maybe on cuda 6.0?)

I believe you have to link against cudart_static.lib insteaad of the regular cudart.lib. Try replacing that in your project template.