summaryrefslogtreecommitdiff
path: root/examples/C++NPv1/README
blob: 2219ea6664c7e4b12f245f726eabd0457500e863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
(This is file $Id$)

The files in this directory contain the source code from the book
``C++ Network Programming: Mastering Complexity Using Patterns and ACE''
by Dr. Douglas C. Schmidt and Stephen D. Huston (Addison-Wesley 2001,
ISBN X-XXX-XXXXX-X).

We have compiled and run these files on the following platforms:

        Sun Solaris 8 on SPARC using Sun Forte 6.
        Redhat Linux 7.1 using g++ 2.96.
        Microsoft Windows 2000 using Microsoft Visual C++ 6.

You must have the ACE_ROOT environment variable set correctly to build
these examples. ACE_ROOT must refer to the top-level ACE_wrappers
directory.

Microsoft Visual C++ users:
---------------------------
The examples.dsw file is a Microsoft Visual C++ workspace file that
contains projects for the individual programs. You can either build
them separately, or use the Batch Build command to build multiple
projects at once.

All other users:
----------------
Assuming that your system is configured correctly, you should be able
to type

	make

to compile all of the programs, and

	make clean

to remove all the files that were generated during compilation.

There are also individual Makefiles for each separate example program.
These makefiles have a ".mak" suffix. For example, Logging_Client.mak
is the makefile for the Logging_Client program.



All of the files in these directories are copyright Addison
Wesley, and they come with absolutely no warranty whatsoever.
Permission is hereby granted to use these programs for educational
purposes.