When I "#include <amp_graphics.h>" and "using namespace concurrency::graphics" and then I try to compile my code then there are many errors.

  • Thread starter Thread starter forever a loser
  • Start date Start date
F

forever a loser

Guest
I just downloaded and installed a clean "Microsoft Visual Studio 2019 Enterprise Edition" and I also downloaded and installed the "Windows Desktop Development with C++" and I get this weird errors once I #include <amp_graphics.h> and using namespace concurrency::graphics.

If I comment these two lines in my code then there are no more errors and the entire code compiles successfully.

What's wrong with "amp_graphics.h" and concurrency::graphics namespace?

Continue reading...
 
Back
Top