Hello,
I am currently working on a C++ application and I need to add some CUDA code in it. When I just make my own project all compile fine with the CUDA Wizard, but when I want to add this code into the C++ application I have this kinds of erros :
error C3861: ‘__umul24’: identifier not found
error C2065: ‘blockDim’ : undeclared identifier
error C2228: left of ‘.y’ must have class/struct/union
I check all the properties in the principal application and in the code that compile, everything is the same.
If someone knows which error I coud have made, or what I didn’t do, please explain…
Thank you very much