3 "These examples were developed by and are included in this
4 distribution with the permission of Object Computing, Inc. (OCI)
5 for the purpose of illustrating the usage of certain features of
6 The ACE ORB (TAO) as described in OCI's TAO Developer's Guide.
7 They are provided as is with no warranty, expressed or implied.
8 Though the examples are believed to illustrate correct usage of
9 TAO, OCI does not actively maintain them in this distribution and
10 does not guarantee their accuracy or their suitability for any
11 particular use. OCI does provide additional distributions of TAO
12 and provides commercial support for TAO. Visit
13 http://www.theaceorb.com or contact sales@ociweb.com for more
14 information on OCI's business model with respect to TAO."
18 Generate GNU Makefiles
20 $ACE_ROOT/bin/mwc.pl -type gnuace DevGuideExamples.mwc
22 Generate Visual C++ 7.1 Workspace and Projects
23 %ACE_ROOT%\bin\mwc.pl -type vc71 DevGuideExamples.mwc
25 Generate Visual C++ 8 Workspace and Projects
26 %ACE_ROOT%\bin\mwc.pl -type vc8 DevGuideExamples.mwc
30 * To run the release version of a test specify the following:
31 run_test.pl -ExeSubDir Release
32 * The BiDirectionalGIOP projects can be referenced as an example of how to use
33 Automatic Precompiled Headers
34 * The GettingStarted projects can be referenced as an example of how to use
35 Manual Precompiled Headers