Click here to Skip to main content
15,881,768 members
Articles / Web Development / HTML

A C++ Embedded Web Server

Rate me:
Please Sign up or sign in to vote.
4.76/5 (47 votes)
23 Jun 2014BSD7 min read 448.6K   8.5K   209  
Give a C++ application its own web page

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{142B7BF0-FFA7-491F-9C69-E2276ACF35BC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "webemCalendar", "webemCalendar.vcproj", "{111C6E96-7BB0-4396-AE73-ADE1E6671AF7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "webemMT", "..\webemMT\webemMT.vcproj", "{7D62172C-66B6-429A-A9CA-95A45A082A86}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "webemHello", "..\webemHello\webemHello.vcproj", "{5C5F0A7C-633F-48F9-A040-EA022BFEA3B0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "webemHelloForm", "..\webemHelloForm\webemHelloForm.vcproj", "{5DCEFDE1-D52A-4F3A-B3D4-347C37142713}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{111C6E96-7BB0-4396-AE73-ADE1E6671AF7}.Debug|Win32.ActiveCfg = Debug|Win32
		{111C6E96-7BB0-4396-AE73-ADE1E6671AF7}.Debug|Win32.Build.0 = Debug|Win32
		{111C6E96-7BB0-4396-AE73-ADE1E6671AF7}.Release|Win32.ActiveCfg = Release|Win32
		{111C6E96-7BB0-4396-AE73-ADE1E6671AF7}.Release|Win32.Build.0 = Release|Win32
		{7D62172C-66B6-429A-A9CA-95A45A082A86}.Debug|Win32.ActiveCfg = Debug|Win32
		{7D62172C-66B6-429A-A9CA-95A45A082A86}.Debug|Win32.Build.0 = Debug|Win32
		{7D62172C-66B6-429A-A9CA-95A45A082A86}.Release|Win32.ActiveCfg = Release|Win32
		{7D62172C-66B6-429A-A9CA-95A45A082A86}.Release|Win32.Build.0 = Release|Win32
		{5C5F0A7C-633F-48F9-A040-EA022BFEA3B0}.Debug|Win32.ActiveCfg = Debug|Win32
		{5C5F0A7C-633F-48F9-A040-EA022BFEA3B0}.Debug|Win32.Build.0 = Debug|Win32
		{5C5F0A7C-633F-48F9-A040-EA022BFEA3B0}.Release|Win32.ActiveCfg = Release|Win32
		{5C5F0A7C-633F-48F9-A040-EA022BFEA3B0}.Release|Win32.Build.0 = Release|Win32
		{5DCEFDE1-D52A-4F3A-B3D4-347C37142713}.Debug|Win32.ActiveCfg = Debug|Win32
		{5DCEFDE1-D52A-4F3A-B3D4-347C37142713}.Debug|Win32.Build.0 = Debug|Win32
		{5DCEFDE1-D52A-4F3A-B3D4-347C37142713}.Release|Win32.ActiveCfg = Release|Win32
		{5DCEFDE1-D52A-4F3A-B3D4-347C37142713}.Release|Win32.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{111C6E96-7BB0-4396-AE73-ADE1E6671AF7} = {142B7BF0-FFA7-491F-9C69-E2276ACF35BC}
	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 BSD License


Written By
Founder Raven's Point Consulting
Canada Canada
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions