summaryrefslogtreecommitdiff
path: root/TAO/examples/Borland/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Borland/README')
-rw-r--r--TAO/examples/Borland/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/examples/Borland/README b/TAO/examples/Borland/README
index 603ebd2b070..5e81dd95a76 100644
--- a/TAO/examples/Borland/README
+++ b/TAO/examples/Borland/README
@@ -1,5 +1,15 @@
$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 BCB4 Dynamic Debug
+Pascal 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 BCB4
+Dynamic Debug Pascal configuration.
+
This directory illustrates how to write a Borland C++ Builder
application using ACE+TAO. Please contact Jody Hagins
<jody@atdesk.com> if you have any questions.