Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / examples / Advanced / TO-DO
blob589c040573a387029bfe6c32ca3bb443a5f73388
1 This is a 'To Do' list for the TAO versions of the Henning and Vinoski
2 examples ($TAO_ROOT/examples/Advanced).   It is an ongoing effort to get
3 these examples working with TAO, 'out of the box' with as few changes as
4 possible.  If you'd like to help or have additional problems to report
5 please coordinate with Mike Moran <mm4@cs.wustl.edu>.
7 All changes which have been made over the original code distribution have
8 been documented in CHANGES files in each examples directory.  Please keep
9 these files up-to-date.
10 ______________________________________________________________________________
12 - Chapter 19's example throws exceptions at runtime.
14 - run_tests.pl in ch_3/, ch8_and_10/, ch_12/, and ch_21 do not work on Win32.
15   These tests need to redirect stdout of the server to a file, and maintain a
16   reference to the process so that the server can killed at the end of the
17   script.
19 - Instances of fstream.close() and related error detection have been
20   commented-out in all examples 12 and higher.  This code needs to be
21   reinstated.
23 - Chapters 8 and above do not work with MS Visual Studio. possibly due to
24   multiple inheritance issues.  Possibly STL issues, too.
26 - We could use a better test for the multitheraded server in ch_21.
28 - Do more testing on various platforms and compilers.  These so far only
29   Solaris 7, Linux and Windows NT have been used.