I have created a vc++ windows form application (VS 2010) and when I tried to include ppl.h (Parallel Patterns Library) I got the following compile error.
Error: Concurrency Runtime is not supported when compiling /clr. c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\concrt.h 27"
I want to use "parallel_for" algorithm in my program which is provided by 'VS 2010 Parallel Patterns Library'.
Can anyone tell me how to overcome the above problem and how to use 'Parallel Patterns Library' inside a windows forms application?