.exe file

Hello,

I would like to know how to have a .exe file after the Building ?

In fact i want to use it inside a visual basic code :
Shell “myfile.exe”

There is a file “.exe.intermediate.maniste” in the folder generated by the Building. Can we change it into a .exe file ?

Thanks for your reply

The .exe files of the cuda examples are located at (YOUR_CUDA_SDK_PATH)\bin\win32. If you have created your cuda project from the “template” project you will find your .exe file there as well.

Thanks :)