I’ve created win32 Windows Form application in MS Visual C++ 2008 and added the cudo.cu file to this project. Then I declarated function in cudo.cu file. And now I can’t call this function from Form1.h (on the button-pressing event), because compiler tells me it doesn’t now this function External Image
How to make them work together?