73 lines
3.1 KiB
HTML
73 lines
3.1 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<title>Main Page</title>
|
|
<link rel="stylesheet" type="text/css" href="Styles.css">
|
|
<base target="_self">
|
|
</head>
|
|
|
|
<body>
|
|
<h2>COM+ Sample Applications</h2>
|
|
<hr>
|
|
|
|
<p>COM+ samples help you understand how to use COM+ features. We provide Visual Basic,
|
|
Visual C++, and Visual J++ projects that demonstrate the implementation of
|
|
services such as queued components and events.
|
|
|
|
<h4>How to Use COM+ Samples</h4>
|
|
First build the [MSSDK]\samples\com\common\inc and [MSSDK]\samples\com\common\proxystub directores
|
|
in the [MSSDK]\samples\com\common folder. Then compile the samples to see how the application runs.
|
|
Then you can drill down into the code by stepping through the server components and client implementations.
|
|
You can either use these applications as a learning tool, or modify them to use in your applications. The
|
|
COM+ samples directory contains the following sub-directories:
|
|
<br>
|
|
|
|
<table border="0" width="75%">
|
|
<tr>
|
|
<td width="26%"><strong>Samples directory</strong></td>
|
|
<td width="74%"><strong>Description</strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="26%"><A HREF="Administration/admin.htm">Administration</A></td>
|
|
<td width="74%">Applications demonstrating how to use and automate COM+ adminsitration</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="26%"><A HREF="Application_Samples/ApplicationSamples.htm">Application_Samples</A></td>
|
|
<td width="74%">Enterprise-level COM+ user applications as a "best practice"
|
|
model</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="26%"><A HREF="Fundamentals/Fundamentals.htm">Fundamentals</A></td>
|
|
<td width="74%">Tutorial samples for basic COM programming and other COM Base feature
|
|
samples</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="26%"><A HREF="Installation_Verification/InstallationVerification.htm">Installation_Verification</A></td>
|
|
<td width="74%">COM+ application to verify correct installation of COM+</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="26%"><A HREF="Performance/WinDNAPerfReadme.txt">Performance</A></td>
|
|
<td width="74%">Toolkit beta for tuning COM application performance</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="26%"><A HREF="Services/Services.htm">Services</A></td>
|
|
<td width="74%">Applications demonstrating different COM+ services</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="26%"><A HREF="fundamentals/tutsamp/tutorial.htm">COM Tutorial</A></td>
|
|
<td width="74%">COM development tutorials</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<h4>Obtaining Complete Documentation on COM+ Features</h4>
|
|
COM+ Samples provide an overview of the sample demonstrating a COM+ feature. For complete documentation and
|
|
reference material on implementing a COM+ feature, see the <a href="http://msdn.microsoft.com/library/default.asp?URL=/library/psdk/cossdk/betaintr_6qan.htm"> COM+ documentation</a> located in the Microsoft Platform
|
|
SDK documentation.
|
|
|
|
<h4>Build Notes</h4>
|
|
To build COM+ samples, you must first build the [MSSDK]\samples\com\common\inc and [MSSDK]\samples\com\common\proxystub
|
|
folders in the [MSSDK]\samples\com\common\ folder. It is important to make sure that your development environment
|
|
points to the the Microsoft Platform SDK \include, \lib, and \bin directories.
|
|
</body>
|
|
</html>
|