Can't compile Toolkit Pro 24.0.0 with /clr |
Post Reply |
Author | |
PeterP
Newbie Joined: 18 September 2005 Location: Australia Status: Offline Points: 7 |
Post Options
Thanks(0)
Posted: 03 October 2024 at 3:55am |
My Visual C++ application is compiled with /clr as it interfaces with various .Net bits.
Upgrading to Toolkit Pro 24.0.0, I immediately hit this error. Including Xtreme Toolkit Pro C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\include\concrt.h(30,1): error C1189: #error: ERROR: Concurrency Runtime is not supported when compiling /clr. I read in the release notes for 24.0 about various improvements around parallelism. I guess that is what needs the concurrency runtime. Is there some way to turn off the concurrency features and enable /clr compilation? |
|
cpede
Senior Member Joined: 13 August 2004 Location: Denmark Status: Offline Points: 668 |
Post Options
Thanks(1)
|
I ran into the same problem. However, my /clr integration is located to one project, why I could use the XTP_PARALLEL_DISABLE define to remove this support for that particular project.
|
|
Product: Xtreme ToolkitPro (24.0.0)
Platform: Windows 10 (x64) Language: Visual Studio 2017 (C++) |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |