summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2007-03-12 16:41:11 +0000
committerSteve Huston <shuston@riverace.com>2007-03-12 16:41:11 +0000
commit36e022bf5bc2c10074af4ef76181ef7109d5d7da (patch)
tree3715d215f005087e32777182884998de5b282c33
parentfa3b31557be6d23f2059a51ee8c8d29de952cd75 (diff)
downloadATCD-36e022bf5bc2c10074af4ef76181ef7109d5d7da.tar.gz
ChangeLogTag:Mon Mar 12 16:39:25 UTC 2007 Steve Huston <shuston@riverace.com>
-rw-r--r--ACE/ACE-INSTALL.html12
-rw-r--r--ACE/ChangeLog5
2 files changed, 16 insertions, 1 deletions
diff --git a/ACE/ACE-INSTALL.html b/ACE/ACE-INSTALL.html
index a45d1349043..a1eacffa8f0 100644
--- a/ACE/ACE-INSTALL.html
+++ b/ACE/ACE-INSTALL.html
@@ -2406,7 +2406,17 @@ perl bin/mwc.pl -type vc71 -relative ACE_ROOT=C:/ace/ACE_wrappers -relative TAO
ACE tests are built with. It is likely that local sites may need
to adjust this file for their target environment.
</p><p>
-
+ When executing programs on the target system, it is possible that not
+ all of the VC++ support DLLs are resident on the target. In particular,
+ the debug-supporting DLLs may not be present. If you require these, be
+ sure to add those needed. For example, on the standard LabVIEW RT 8.2
+ distribution using Pharlap ETS, the following DLLs must be copied to
+ the target before being able to run Debug programs:
+ <ul>
+ <li>msvcp71d.dll</li>
+ <li>msvcr71d.dll</li>
+ </ul>
+ </p><p>
<note>To build ACE for National Instruments' LabVIEW RT, use
the Pharlap ETS information above, but add the following line to your
config.h file:
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 1c37f5bd11c..cff7d141b43 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,8 @@
+Mon Mar 12 16:39:25 UTC 2007 Steve Huston <shuston@riverace.com>
+
+ * ACE-INSTALL.html: Note that LabVIEW RT targets may require
+ the user to copy Windows DLLs to the target for Debug mode.
+
Mon Mar 12 14:15:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/INET_Addr.cpp: