-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error when open the project with vs2015 #4
Comments
i open the project successfully with vs2017, by modfied the CUDA path in the Kernel.vcxproj |
and i changed the version of the cuda as "CudaContext.DirectXVersion.D3D11" |
but still has a running time erroer:
|
The project is made for Visual Studio 2019 and should by compatible with 2017. I used Cuda in version 10.1, so you'd need that version for the Cuda kernels (or modify the project file). The image viewer is made for DirectX9 and not 11, so keep that in version 9 (WPF is version 9...) |
do you have wechat or qq, or other Social software for convenience? |
i install the cuda 10.1, but still the same error. |
i have installed the cuda 10.1, and changed the path of cuda 10.1 in the project file of kernels; and i also keep the DirectX9. but it still with the same runtime error. myController.InitCuda(imagePresenter.CudaContext); try
|
See here: link |
Thank you very much! my computer does have two graphics cards. one is Intel, and other is Nvida. I switch to the GPU mode with the Nvidia Contor , and noe it works. |
I have the same problem. |
Kernels\Kernels.vcxproj: The application which this project type is based on was not found. Please try this link for further information: http://go.microsoft.com/fwlink/?LinkId=441332&projecttype=8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942
The text was updated successfully, but these errors were encountered: