I currently have a console application that is suitable for me, but not for others. I need to create a GUI. I am developing for Windows 7 using the settings in Visual Studio 2010 and CUDA 3.2.
Is it possible to simply create a graphical interface in Windows Forms / WPF, and then simply specify the external function "C", which will be enabled for the function that calls the CUDA kernel? I tried to do it now, and I had a lot of compilation errors, including some CLR stuff. After a quick search on the Internet, I get the impression that it is not as simple as it seemed.
- edit
General question: how to include CUDA code in a C ++ Windows Forms / WPF application?
source share