razorbeard

Results 4 comments of razorbeard

I'm joinning this thread because I have the same issue. I am using Visual Studio 16.11.2 on Windows 10. Here's computecpp_info output on my machine : ![computecpp_info](https://user-images.githubusercontent.com/88341236/133074991-5b0d4975-bf5f-436f-b2c8-01e392940436.png) Build has been...

Hello Duncan, here's the following lines from my CMakeCache file : ![cmakecache_output](https://user-images.githubusercontent.com/88341236/133287483-67cf7bd5-8e3f-4c4e-8575-02ad3b8f883d.png) It seems to be ok in Debug mode. In the project properties in C/C++ > Code Generation >...

Yes, here's the flag I have changed in the simple-add-vector sample : ![runtime_mdd](https://user-images.githubusercontent.com/88341236/133309185-f91c420e-7474-49be-80e5-3212a5190527.png) Changing it to this one make it works : ![runtime_mt](https://user-images.githubusercontent.com/88341236/133309259-da897be6-75e2-4b1b-b3b7-6ee60a723cd1.png) Could it be a bug in the...

Doesn't seems to work either. I tried versions `3.14` and `3.15` but the same error is raised. Below `3.14` there's not support for Visual Studio 2019 unfortunately.