Can't get Cuda work

Hello everybody,
I don’t know what to do anymore. I tried every I found but I can’t get Cuda work on Visual Studio 2010.
I followed the topic: http://forums.nvidia.com/index.php?showtopic=184539
I’ve followed “How to create a new CUDA project from scratch in VS2010 that works with Nsight 1.5 and CUDA 3.2 toolkit”.

I have some linking errors and Visual Studio doesn’t reconize some Cuda keywords like global. It doesn’t reconize any Cuda function as well, like cudaMalloc, cudaMemcpy, etc. I think its because the linking errors.

What can I do?

Hello everybody,
I don’t know what to do anymore. I tried every I found but I can’t get Cuda work on Visual Studio 2010.
I followed the topic: http://forums.nvidia.com/index.php?showtopic=184539
I’ve followed “How to create a new CUDA project from scratch in VS2010 that works with Nsight 1.5 and CUDA 3.2 toolkit”.

I have some linking errors and Visual Studio doesn’t reconize some Cuda keywords like global. It doesn’t reconize any Cuda function as well, like cudaMalloc, cudaMemcpy, etc. I think its because the linking errors.

What can I do?

Sorry guys, I think I just found the linking error. I was linking to cuda.lib. When I changed to cudart.lib it worked.

But I still have a problem. VS2010 intellisense doesn’t reconize Cuda’s keywords and functions.

How can I solve this?

Sorry guys, I think I just found the linking error. I was linking to cuda.lib. When I changed to cudart.lib it worked.

But I still have a problem. VS2010 intellisense doesn’t reconize Cuda’s keywords and functions.

How can I solve this?

Sorry guys, I think I just found the linking error. I was linking to cuda.lib. When I changed to cudart.lib it worked.

But I still have a problem. VS2010 intellisense doesn’t reconize Cuda’s keywords and functions.

How can I solve this?

Sorry guys, I think I just found the linking error. I was linking to cuda.lib. When I changed to cudart.lib it worked.

But I still have a problem. VS2010 intellisense doesn’t reconize Cuda’s keywords and functions.

How can I solve this?