Microsoft.com
All DevCenters
MSDN Home
MSDN Archive:
MSDN Archive Home
|
Browse Archive
|
Share Code
|
Help and FAQs
Home
Downloads
People
License
Close
RSS
All Resource Updates
Releases
Wiki
RSS
Comments
|
Print
|
Page Info
|
Change History (all pages)
Search Wiki:
Home
Code samples for the Concurrency Runtime and Parallel Pattern Library in Visual Studio 2010
The Visual Studio 2010 RC has been released and is available for download at:
http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx
.
Visual Studio 2010 includes libraries and tools to help developers be more productive at writing parallel and concurrent applications. For native C++ developers this includes the
Parallel Pattern Library (PPL)
which includes task parallelism constructs, thread-safe containers and synchronization primitive, the
Asynchronous Agents Library
an actor based programming model base on asynchronous message passing and the underlying
Concurrency Runtime (ConcRT)
.
This Code Gallery project includes example applications, short samples and utilities that demonstrate the native Parallel Libraries and further enhance the library with useful (but unsupported) extra functionality.
For discussion of PPL, the Agents Library, ConcRT or these samples please visit our native forums at:
http://social.msdn.microsoft.com/Forums/en-US/parallelcppnative/threads
For information and updates straight from the Concurrency Runtime team, visit our blog at:
http://blogs.msdn.com/nativeconcurrency
For videos/articles on parallelism and Parallel Extensions, visit the Parallel Computing Developer Center at
http://msdn.com/concurrency
See related Code Gallery projects.
Last edited
Apr 22 2010 at 11:22 PM
by
ddicpe
, version 12
Comments
raiderG
wrote
Sep 3 2011 at 12:43 PM
I have tried running the FindString Sample, it compiles and can be run outside of VS 2010, but when I want to debug it from VS it gives:
Error 1 error MSB3073: The command "copy f:\Work\Task Parallel Library\C++PPL\ConcRT_SamplePack\Samples\make\*.dgml F:\Work\Task Parallel Library\C++PPL\ConcRT_SamplePack\Samples\Debug\
:VCEnd" exited with code 1. C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets 113 6 make
Sign in to add a comment
Current Release
ConcRT Sample Pack v0.4
Tue Nov 16 2010 at 8:00 AM
More Tags ...
Popular Tags
.NET
.NET 2.0
.NET 3.5
.NET Framework
2008
2009
2010
2011
ADO.NET
ASP.NET
Azure
C#
C# 3.0
C++
CRM
Entity Framework
February issue
Hotfix
LINQ
LINQ to SQL
MCMS
MSDN Magazine
Samples
SharePoint
SharePoint 2010
silverlight
SQL Server
tfs
VB.NET
Visual Basic
Visual Studio
Visual Studio 2005
Visual Studio 2008
Visual Studio 2010
VS SDK
VSTO
VSX
WCF
windows 7
Windows Forms
Windows Mobile
WPF
Manage Your Profile
Contact Us
MSDN Flash Newsletter
© 2008 Microsoft Corporation. All rights reserved.
Terms of Use
Trademarks
Privacy Statement
Updating...