Author: edslattery
Date: Wed Apr 12 05:38:42 2006
New Revision: 393446
URL: http://svn.apache.org/viewcvs?rev=393446&view=rev
Log:
Notes for vc7 users
Modified:
incubator/tuscany/cpp/sdo/projects/tuscany_sdo/build_instructions.txt
Modified: incubator/tuscany/cpp/sdo/projects/tuscany_sdo/build_instructions.txt
URL:
http://svn.apache.org/viewcvs/incubator/tuscany/cpp/sdo/projects/tuscany_sdo/build_instructions.txt?rev=393446&r1=393445&r2=393446&view=diff
==============================================================================
--- incubator/tuscany/cpp/sdo/projects/tuscany_sdo/build_instructions.txt
(original)
+++ incubator/tuscany/cpp/sdo/projects/tuscany_sdo/build_instructions.txt Wed
Apr 12 05:38:42 2006
@@ -24,4 +24,18 @@
The executable, required headers and lib are copied to tuscany\cpp\sdo\bin,
include and lib.
+Note for users of Microsoft Visual Studio 7.x
+---------------------------------------------
+You can convert the projects supplied to a solution for Studio 7 by opening
them in VS 7.x
+and selecting to convert. There are a number of small differences between VC6
and VC7
+which may require additional changes to get the SDO code to compile, link and
run.
+
+All the projects must be built multi-threaded: Project
Properties/Configuration
+properties/C/C++/Code Generation/Runtime Library - select MultiThreaded Debug
DLL /MDd
+(for debug build).
+
+The test project runs in the projects directory, where in C6 it ran in the
Debug directory,
+so all the test comparison files are in the wrong place. You can copy the
entire contents
+of runtime/core/test/Debug to projects/tuscany_sdo/sdo_test
+