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#?
As you can see in the error message, C++/CLI and PPL cannot be used together.The following alternatives are possible:
© 2024 OneMinuteCode. All rights reserved.