Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How to develop an out-of-process COM component by using Visual C++, Visual C#, or Visual Basic .NET


INTRODUCTION

This article describes an All-In-One Code Framework sample that is available for download. This code sample includes a step-by-step guide about how to develop an out-of-process COM server by using Visual C++, Visual C#, or Visual Basic .NET.

Difficulty level

Download information

To download this code sample, click the following link:

Technical overview

In Microsoft Windows operating systems, the Microsoft COM technology enables software components communicate with other software components. You can use Microsoft COM technology to create reusable software components. You can also develop applications by linking these components together and take advantage of Windows services.

Out-of-process server objects are implemented in an executable file and are run in a separate process space.

Note For more information about how to create the sample application and how to deploy the sample application, see the Readme.txt file that is included in the download package.

Technology category

  • COM

Languages

This code sample contains the following programming languages:
LanguageProject Name
Visual C++ .NETATLExeCOMServer
Visual C#CSExeCOMServer
Visual Basic .NETVBExeCOMServer

Prerequisites

  • This sample application was created by using Visual Studio 2008 with Service Pack 1 installed.

Tags

  • COM, ATL, out-of-process, Interop

↑ Back to the top


More Information

What is All-In-One Code Framework?

All-In-One Code Framework shows most Microsoft development techniques by using code samples in different programming languages. Each example is carefully selected, composed, and documented to show one common code scenario. For more information about All-In-One Code Framework, visit the following Web site:
http://cfx.codeplex.com

How to find more All-In-One Code Framework samples

To find more All-In-One Code Framework samples, you can search for kbcodefx together with related keywords on support.microsoft.com. Or, you can simply click the following link:
http://support.microsoft.com/search/default.aspx?query=kbcodefx

↑ Back to the top


Rapid publishing disclaimer

Microsoft corporation and/or its respective suppliers make no representations about the suitability, reliability, or accuracy of the information and related graphics contained herein. All such information and related graphics are provided "as is" without warranty of any kind. Microsoft and/or its respective suppliers hereby disclaim all warranties and conditions with regard to this information and related graphics, including all implied warranties and conditions of merchantability, fitness for a particular purpose, workmanlike effort, title and non-infringement. You specifically agree that in no event shall Microsoft and/or its suppliers be liable for any direct, indirect, punitive, incidental, special, consequential damages or any damages whatsoever including, without limitation, damages for loss of use, data or profits, arising out of or in any way connected with the use of or inability to use the information and related graphics contained herein, whether based on contract, tort, negligence, strict liability or otherwise, even if Microsoft or any of its suppliers has been advised of the possibility of damages.

↑ Back to the top


Keywords: kbnomt, kbcodefx, atdownload, kbrapidpub, kbsurveynew, kbinfo, kb

↑ Back to the top

Article Info
Article ID : 977996
Revision : 4
Created on : 6/10/2019
Published on : 6/10/2019
Exists online : False
Views : 212