Generate a dll file from a CUDA code Need help in generating dll file for a cuda code to integrate

Hello,
I am a electrical engineer working on a project which involves a bit of simple image processing. I am using labview to acquire the images from a camera into the computer. There are some pixel based operation that i need to perform on the acquired image. Since these operations are same to each pixel i decided to use CUDA to transfer the task of image processing to the GPU. I want to integrate the CUDA code in labview by creating a DLL file for the CUDA code. I have little experience in programming field, but i do not know how to create a DLL file for my CUDA code. If some one could help me out with this it will be of great help. Also if someone is kind enough to share a simple CUDA program(like adding 2 arrays of numbers) and convert the code to DLL , i probably can integrate that with labview and pick it up from there.
Thank you,
snsvsn

Hello,
I am a electrical engineer working on a project which involves a bit of simple image processing. I am using labview to acquire the images from a camera into the computer. There are some pixel based operation that i need to perform on the acquired image. Since these operations are same to each pixel i decided to use CUDA to transfer the task of image processing to the GPU. I want to integrate the CUDA code in labview by creating a DLL file for the CUDA code. I have little experience in programming field, but i do not know how to create a DLL file for my CUDA code. If some one could help me out with this it will be of great help. Also if someone is kind enough to share a simple CUDA program(like adding 2 arrays of numbers) and convert the code to DLL , i probably can integrate that with labview and pick it up from there.
Thank you,
snsvsn

These might be useful:

http://decibel.ni.com/content/blogs/AndreyDmitriev/2009/04/09/using-nvidia-gpu-from-labview-with-cuda-and-cvi

http://decibel.ni.com/content/blogs/AndreyDmitriev/2009/10/09/using-nvidia-gpu-from-labview-cuda-memory--part-1

These might be useful:

http://decibel.ni.com/content/blogs/AndreyDmitriev/2009/04/09/using-nvidia-gpu-from-labview-with-cuda-and-cvi

http://decibel.ni.com/content/blogs/AndreyDmitriev/2009/10/09/using-nvidia-gpu-from-labview-cuda-memory--part-1