Click here to Skip to main content
15,896,111 members
Articles / Desktop Programming / Win32

Using the Actor Programming Model

Rate me:
Please Sign up or sign in to vote.
4.78/5 (8 votes)
27 Oct 2012CPOL7 min read 53.3K   463   35  
Using the Actor Programming Model

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ActorProgrammingModel", "ActorProgrammingModel.vcxproj", "{3405A5BB-7549-461C-91E0-B067F9A0F660}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{3405A5BB-7549-461C-91E0-B067F9A0F660}.Debug|Win32.ActiveCfg = Debug|Win32
		{3405A5BB-7549-461C-91E0-B067F9A0F660}.Debug|Win32.Build.0 = Debug|Win32
		{3405A5BB-7549-461C-91E0-B067F9A0F660}.Release|Win32.ActiveCfg = Release|Win32
		{3405A5BB-7549-461C-91E0-B067F9A0F660}.Release|Win32.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Retired None any more
United States United States
I have been writing software since 1969 and having fun doing it. I have The Knack. I have cooked bacon naked. I have worked in academia and the energy business for a little over 30 years. They have retired me now but I still enjoy writing code and trying to keep up to date. I have programmed in close to 100 languages. My current favorite is C++. My current platforms are Windows and linux. My favorite color is blue. I have never owned an umbrella. My sneezes are a registered avalanche hazard with the Colorado Ski Patrol. Women have swooned at my ability to recite digits of Pi.

Comments and Discussions