summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-04 00:34:51 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-04 00:34:51 +0000
commitef475bf185fe6c5ba9ba5f93b47b3d913a458477 (patch)
tree50dd8c2b46a7a1e1823e95759464055f7058ab77
parent8fb37a0656f8850e0ac572c533f58d5c3d8d619f (diff)
downloadATCD-ef475bf185fe6c5ba9ba5f93b47b3d913a458477.tar.gz
ChangeLogTag:Wed May 3 17:21:50 2000 Darrell Brunsch <brunsch@uci.edu>
-rw-r--r--ace/config-win32-common.h8
-rw-r--r--docs/ACE-FMM.html1
-rw-r--r--docs/ACE-bug-process.html7
-rw-r--r--docs/ACE-development-process.html3
-rw-r--r--docs/ACE-guidelines.html2
-rw-r--r--docs/ACE-lessons.html4
-rw-r--r--docs/ACE-porting.html3
-rw-r--r--docs/ACE-subsets.html3
-rw-r--r--docs/exceptions.html4
-rw-r--r--docs/index.html87
-rw-r--r--docs/usage-bugzilla.html2
11 files changed, 114 insertions, 10 deletions
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h
index 56a94a15230..fba3c44c7f2 100644
--- a/ace/config-win32-common.h
+++ b/ace/config-win32-common.h
@@ -313,9 +313,11 @@ typedef unsigned __int64 ACE_UINT64;
// must have _MT defined to include multithreading
// features from win32 headers
# if !defined(_MT) && !defined (ACE_HAS_WINCE)
-// *** DO NOT *** DO NOT *** defeat this error message
-// by defining _MT yourself. RTFM and see who set _MT.
-# error You must link ACE against multi-threaded libraries.
+// *** DO NOT *** defeat this error message by defining _MT yourself.
+// On MSVC, this is changed by selecting the Multithreaded
+// DLL or Debug Multithreaded DLL in the Project Settings
+// under C++ Code Generation.
+# error You must link ACE against multi-threaded libraries (check your project settings)
# endif /* !_MT && !ACE_HAS_WINCE */
#endif /* ACE_MT_SAFE && ACE_MT_SAFE != 0 */
diff --git a/docs/ACE-FMM.html b/docs/ACE-FMM.html
index 66bab9a04a9..0430b7b9a7d 100644
--- a/docs/ACE-FMM.html
+++ b/docs/ACE-FMM.html
@@ -277,6 +277,7 @@ int MyHandler::handle_close (ACE_HANDLE handle,
</table>
</center>
+Back to <A HREF="index.html">ACE Documentation Home</A>.
</body>
</html>
diff --git a/docs/ACE-bug-process.html b/docs/ACE-bug-process.html
index 908581a7c1e..69f7a8d19d2 100644
--- a/docs/ACE-bug-process.html
+++ b/docs/ACE-bug-process.html
@@ -34,9 +34,9 @@ have instituted the following policies:
<LI> All bug reports that are submitted using the appropriate bug
report form in <A
-HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/PROBLEM-REPORT-FORM">$ACE_ROOT/PROBLEM-REPORT-FORM</A>
+HREF="../PROBLEM-REPORT-FORM">$ACE_ROOT/PROBLEM-REPORT-FORM</A>
or <A
-HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/PROBLEM-REPORT-FORM">$TAO_ROOT/PROBLEM-REPORT-FORM</A>
+HREF="../TAO/PROBLEM-REPORT-FORM">$TAO_ROOT/PROBLEM-REPORT-FORM</A>
will be given a tracking number and entered into our <A
HREF="http://ace.cs.wustl.edu/bugzilla">bug tracking database</A>.
Please use these forms since bug reports that are not submitted in
@@ -98,7 +98,8 @@ mailing list. <P>
<HR><P>
Back to the <A
-HREF="http://www.cs.wustl.edu/~schmidt/ACE.html">ACE</A> page.
+HREF="http://www.cs.wustl.edu/~schmidt/ACE.html">ACE</A> page.<BR>
+Back to <A HREF="index.html">ACE Documentation Home</A>.
<!--#include virtual="/~schmidt/cgi-sig.html" -->
</BODY>
diff --git a/docs/ACE-development-process.html b/docs/ACE-development-process.html
index f7e087830d2..fed922fecf6 100644
--- a/docs/ACE-development-process.html
+++ b/docs/ACE-development-process.html
@@ -120,5 +120,8 @@ the build master has the unilateral authority to pass the mantle
to the violator. This is intentional, desirable, beneficial, and
the right thing to do.<p>
+<hr>
+Back to <A HREF="index.html">ACE Documentation Home</A>.
+
</body>
</html>
diff --git a/docs/ACE-guidelines.html b/docs/ACE-guidelines.html
index 98c40148901..2031e57cac7 100644
--- a/docs/ACE-guidelines.html
+++ b/docs/ACE-guidelines.html
@@ -1108,5 +1108,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
Last modified <!--#echo var="LAST_MODIFIED" -->.<p>
</font>
+Back to <A HREF="index.html">ACE Documentation Home</A>.
+
</body>
</html>
diff --git a/docs/ACE-lessons.html b/docs/ACE-lessons.html
index f3d85674e4d..b9cca0bd7cf 100644
--- a/docs/ACE-lessons.html
+++ b/docs/ACE-lessons.html
@@ -1,5 +1,6 @@
<HTML>
+<!-- $Id$ -->
<HEAD>
<TITLE>Lessons Learned Building Reusable OO Telecommunication Software</TITLE>
</HEAD>
@@ -262,7 +263,8 @@ frameworks with CORBA and ACE, see the following WWW URLs:<P>
<P><HR><P>
Back to <A HREF="http://www.cs.wustl.edu/~schmidt/ACE.html">
-ACE</A> home page.
+ACE</A> home page.<BR>
+Back to <A HREF="index.html">ACE Documentation Home</A>.
<!--#include virtual="/~schmidt/cgi-sig.html" -->
</BODY>
</HTML>
diff --git a/docs/ACE-porting.html b/docs/ACE-porting.html
index 5b3a7f590b8..196c28981c6 100644
--- a/docs/ACE-porting.html
+++ b/docs/ACE-porting.html
@@ -179,7 +179,8 @@ take advantage of if a compiler supports them:
Back to the <A
HREF="http://www.cs.wustl.edu/~schmidt/ACE-documentation.html">ACE
-documentation</A> page.
+documentation</A> page.<BR>
+Back to <A HREF="index.html">ACE Documentation Home</A>.
<!--#include virtual="/~schmidt/cgi-sig.html" -->
</BODY>
diff --git a/docs/ACE-subsets.html b/docs/ACE-subsets.html
index b23c2f299bd..4e401141f2d 100644
--- a/docs/ACE-subsets.html
+++ b/docs/ACE-subsets.html
@@ -836,7 +836,8 @@ for an example of usage.<p>
<P><HR><P>
Back to the <A HREF="http://www.cs.wustl.edu/~schmidt/ACE.html">ACE</A>
-home page.
+home page.<BR>
+Back to <A HREF="index.html">ACE Documentation Home</A>.
<!--#include virtual="/~schmidt/cgi-sig.html" -->
</BODY>
diff --git a/docs/exceptions.html b/docs/exceptions.html
index 85ecf7cf44b..b33202096c8 100644
--- a/docs/exceptions.html
+++ b/docs/exceptions.html
@@ -530,7 +530,9 @@ Some of the problems that our macros are described below:
Back to the <A
HREF="http://www.cs.wustl.edu/~schmidt/ACE-documentation.html">ACE
-documentation</A> page.
+documentation</A> page.<BR>
+Back to <A HREF="index.html">ACE Documentation Home</A>.
+
<!--#include virtual="/~schmidt/cgi-sig.html" -->
</body></HTML>
diff --git a/docs/index.html b/docs/index.html
new file mode 100644
index 00000000000..183fe2f6bb0
--- /dev/null
+++ b/docs/index.html
@@ -0,0 +1,87 @@
+<html>
+
+<!-- $Id$ -->
+<head>
+<title>ACE Documentation Home</title>
+</head>
+
+<body text = "#000000" link="#000fff" vlink="#ff0f0f" bgcolor="#ffffff">
+
+<hr>
+
+<h1>ACE Documentation Home</h1>
+
+Things you wanted to know about ACE, but were afraid to ask.
+
+<hr>
+
+<h2>Bug Reports</h2>
+
+<ul>
+ <li><a href="ACE-bug-process.html">ACE+TAO Bug Fixing Policies</a> - Our policies for
+ handling bug reports.
+ <li><a href="usage-bugzilla.html">Bug Tracking System</a> - Short description of our
+ Bugzilla bug tracking system.
+</ul>
+
+
+<hr>
+
+<h2>Structure</h2>
+
+<ul>
+ <li><a href="ACE-categories.html">Class Categories</a> - Listing of some of the classes
+ in ACE.
+ <li>ACE Inheritance Tree <a href="ACE-inheritance.pdf.gz">[pdf.gz]</a> <a href=
+ "ACE-inheritance.ps.gz">[ps.gz]</a>
+ <li><a href="ACE-subsets.html">ACE Subsets</a> - Outline of some of our ideas
+ for subsetting the ACE library.
+
+</ul>
+
+<hr>
+
+<h2>Tutorials</h2>
+
+<ul>
+ <li><a href="http://www.cs.wustl.edu/~schmidt/ACE-overview.html">Overview of ACE</a> -
+ The top level view.
+ <li>ACE programmers guide <a href="http://www.cs.wustl.edu/~schmidt/PDF/ACE-tutorial.pdf">[pdf.gz]</a>
+ <a href="http://www.cs.wustl.edu/~schmidt/ACE-tutorial.ps.gz">[ps.gz]</a>
+ <li><a href="tutorials/guide-tutorials.html">Online examples from the ACE programmers guide</a>
+ <li><a href="tutorials/online-tutorials.html">Introductory online ACE tutorials</a>
+ <li><a href="tutorials/new-tutorials.html">New Tutorials</a> - How to develop a new
+ ACE tutorial.
+ <!-- Bob's original can always be found at: http://dox.netwrench.com/acedox/fmm/ -->
+ <li><a href="http://www.cs.wustl.edu/~schmidt/ACE-papers.html">Technical Papers</a> -
+ Postscript versions of many ACE papers.
+ <li><a href="ACE-FMM.html">ACE FMM</a> - ACE &quot;Frequently Made Mistakes&quot;
+</ul>
+
+<hr>
+
+<h2>ACE development</h2>
+
+<ul>
+ <li><a href="ACE-development-process.html">Development Process</a> - The process we use
+ to develop the ACE library.
+ <li><a href="ACE-guidelines.html">Style Guide</a> - How to write compliant ACE code.
+ <li><a href="ACE-porting.html">Porting</a> - What to do to port to a new platform.
+ <li><a href="exceptions.html">Exception Macros</a> - How to properly use the ACE TRY
+ macros.
+
+</ul>
+
+<hr>
+
+<h2>Other stuff</h2>
+
+<ul>
+ <li><a href="ACE-lessons.html">Lessons</a> - Lessons we have learned while
+ building ACE.
+ <li><a href="ACE-SSL.html">ACE+SSL</a> - What is ACE+SSL and how to get it.
+ <li><a href="CE-status.txt">CE-status.txt</a> - The status of ACE on Windows CE.
+</ul>
+
+</body>
+</html>
diff --git a/docs/usage-bugzilla.html b/docs/usage-bugzilla.html
index 3dc9ddba3a4..43a6a3729dc 100644
--- a/docs/usage-bugzilla.html
+++ b/docs/usage-bugzilla.html
@@ -95,5 +95,7 @@
<!-- hhmts start -->
Last modified: Wed Aug 18 22:53:21 EDT 1999
<!-- hhmts end -->
+ <br>
+ Back to <a href="index.html">ACE Documentation Home</a>.
</body>
</html>