summaryrefslogtreecommitdiff
path: root/ACE/TAO/examples/Borland/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/examples/Borland/README')
-rw-r--r--ACE/TAO/examples/Borland/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/ACE/TAO/examples/Borland/README b/ACE/TAO/examples/Borland/README
new file mode 100644
index 00000000000..ff39370bbd1
--- /dev/null
+++ b/ACE/TAO/examples/Borland/README
@@ -0,0 +1,16 @@
+$Id$
+
+Before compiling the example in The Borland C++ Builder IDE
+you must generate the client and server stubs using build_idl.bat.
+Please update the location of the tao_idl dependent on your build
+configuration. The default location is for a BCB6 Dynamic Debug
+configuration.
+
+In the project file you must also update the names of the ACE and
+TAO libraries that you use. The configured names are for the BCB6
+Dynamic Debug configuration.
+
+This directory illustrates how to write a Borland C++ Builder
+application using ACE+TAO. Please contact Johnny Willemsen
+<jwillemsen@remedy.nl> if you have any questions.
+