On 14/11/2013 at 16:30, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 13
Platform:
Language(s) : C++ ;
---------
well , I'm trying to compile my project using nvcc compiler "nvidia compiler to compile CUDA"
normally in any project the Nvidia CUDA can compile any .cu file "containing any C++ data"
so it is like:
nvcc myfile.cu -o myfile
2 things happened:
after a long testing , it compiled with a very lot of warnings , most of them in valotile and enums in c4d_gui.h and some other files, but simply cinema4d didn't start.... "hanged in plugin initialization"
also if I include "cuda.h" after "c4d.h" it doesn't compile
thanks