summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-29 02:03:57 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-29 02:03:57 +0000
commit9809a2e6b2a48bc3b4ede997a2113f04cac8b4ac (patch)
tree82583aed5e0afefc525302ccadc24dd1473d18d1
parent36e98dc20d588a7291f05f946bed26a48f42d403 (diff)
downloadATCD-9809a2e6b2a48bc3b4ede997a2113f04cac8b4ac.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b12
-rw-r--r--examples/DLL/README26
2 files changed, 32 insertions, 6 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index e44235de803..d2d88cd3fe1 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,15 @@
+Sat NOv 28 20:02:08 1998 Kirthika Parameswaran <kirthika@cs.wustl.edu>
+
+ * examples/DLL/Dll.dsw:
+ * examples/DLL/Test_dll.dsp:
+ * examples/DLL/Today.dsp:
+ * examples/DLL/Newsweek.dsp:
+
+ Added to the repository. The test successfully executes on NT.
+
+ * examples/DLL/README: Modified to add information on how to
+ execute this test example on NT.
+
Fri Nov 27 13:32:38 1998 Kirthika Parameswaran <kirthika@cs.wustl.edu>
* examples/DLL/test_dll.cpp (main): Added right arguments to the
diff --git a/examples/DLL/README b/examples/DLL/README
index c9ee51ce989..b66dce14595 100644
--- a/examples/DLL/README
+++ b/examples/DLL/README
@@ -20,14 +20,28 @@ performing various operations on the library object.
Execution:
---------
-First, build the test program, which you can do on UNIX as follows:
+*** On POSIX platforms,
+ First, build the test program, which you can do on UNIX as follows:
-% make
+ % make
-Then run the test program:
+ Then run the test program:
-% test_dll
+ % test_dll
-to exercise the test.
+ to exercise the test.
------------------------------------------------------------------
+
+***On NT or any Win32 platform:
+
+ Load Dll.dsw which contains Test_dll.dsp, Today.dsp and Newsweek.dsp.
+
+ Build each dsp such that you build Test_dll.dsp last.
+ This is because the test_dll.exe will be using Today.dll and Newsweek.dll.
+
+ Execute test_dll
+
+ and watch it happen!
+
+
+------------------------------------------------------------------------------------