Using DLLs with Parallel Pattern Library (PPL) from C#

Asked 1 years ago, Updated 1 years ago, 114 views

As stated in the title, I would like to use DLLs using parallel pattern library (PPL) from C# side. I was creating a wrapper DLL in C++/CLI.

ERROR:Concurrent Runtime is not supported when compiling/clr.
and error occurred.
It seems that PPL cannot be used from the CLI, but
Is there any way to use this library from above C#?

c# c++ c++-cli

2022-09-30 19:48

1 Answers

As you can see in the error message, C++/CLI and PPL cannot be used together.The following alternatives are possible:


2022-09-30 19:48

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.