Click here to Skip to main content
15,895,011 members
Articles / Programming Languages / C#

Mixing ACE/TAO and .NET Clients and Servers

Rate me:
Please Sign up or sign in to vote.
4.65/5 (28 votes)
13 Dec 2005CPOL18 min read 84.1K   1.9K   45  
Demonstrates mixing C++ ACE/TAO clients and servers with C# IIOP.NET clients and servers on Windows and Linux.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TAOAdder_Client", "TAOAdder_Client.vcproj", "{4BB46C81-FECA-1BAD-2225-8FD43FA4C9DD}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TAOAdder_Server", "TAOAdder_Server.vcproj", "{2BA4E6BA-FECA-1BAD-2225-8FD43FA4C9DD}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TAODirectAdderClient", "DirectTAOAdder_Client.vcproj", "{4BB46C81-FECA-1BAD-2225-8FD43FA4C9DD}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{4BB46C81-FECA-1BAD-2225-8FD43FA4C9DD}.Debug.ActiveCfg = Debug|Win32
		{4BB46C81-FECA-1BAD-2225-8FD43FA4C9DD}.Debug.Build.0 = Debug|Win32
		{4BB46C81-FECA-1BAD-2225-8FD43FA4C9DD}.Release.ActiveCfg = Release|Win32
		{4BB46C81-FECA-1BAD-2225-8FD43FA4C9DD}.Release.Build.0 = Release|Win32
		{2BA4E6BA-FECA-1BAD-2225-8FD43FA4C9DD}.Debug.ActiveCfg = Debug|Win32
		{2BA4E6BA-FECA-1BAD-2225-8FD43FA4C9DD}.Debug.Build.0 = Debug|Win32
		{2BA4E6BA-FECA-1BAD-2225-8FD43FA4C9DD}.Release.ActiveCfg = Release|Win32
		{2BA4E6BA-FECA-1BAD-2225-8FD43FA4C9DD}.Release.Build.0 = Release|Win32
		{4BB46C81-FECA-1BAD-2225-8FD43FA4C9DD}.Debug.ActiveCfg = Debug|Win32
		{4BB46C81-FECA-1BAD-2225-8FD43FA4C9DD}.Debug.Build.0 = Debug|Win32
		{4BB46C81-FECA-1BAD-2225-8FD43FA4C9DD}.Release.ActiveCfg = Release|Win32
		{4BB46C81-FECA-1BAD-2225-8FD43FA4C9DD}.Release.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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
Engineer Defence R&D Canada
Canada Canada
Stephen Bogner is a Senior Research Engineer with Defence R&D Canada. As the Head Autonomous Applications Group, Autonomous Intelligent Systems Section, he only programs when it can't be avoided, and then only in C#.

Comments and Discussions