Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change 
notification.

The following page has been changed by GeoffWinn:
http://wiki.apache.org/ws/Tuscany/TuscanyCpp/DesignNotes

------------------------------------------------------------------------------
  This is not strictly necessary but is convenient given how often we will 
refer to that location.
  
  2. Add the stdcxx include directories to the appropriate search path. These 
directories are
- $(STDCXX_HOME)\include
- $(STDCXX_HOME)\include\ansi
- and either
- $(STDCXX_HOME)\include\15d for a debug build
- or
- $(STDCXX_HOME)\include\12d for a release build
-  
  
+   $(STDCXX_HOME)\include
+ 
+   $(STDCXX_HOME)\include\ansi
+ 
+   and either
+ 
+   $(STDCXX_HOME)\Debug\include\15d - for a debug build
+ 
+   or
+ 
+   $(STDCXX_HOME)\Release\include\12d - for a release build
+ 
+ For MSVC 7.1 these should be appended to the list found in Configuration 
Properties -> C/C++ -> General -> Additional Include Directories
+ 
+ 3. Add environment variable definitions. These variables are
+ 
+   _RWSTD_USE_CONFIG
+ 
+   _RWSHARED
+ 
+   and _RWSTDDEBUG for a debug build
+ 
+ 4. Add the stdcxx library directory to the appropriate search path. This 
directory is
+ 
+   $(STDCXX_HOME)\Debug\lib - for a debug build
+ 
+   and 
+ 
+   $(STDCXX_HOME)\Release\lib - for a release build
+ 
+ For MSVC 7.1 these should be appended to the list found in Configuration 
Properties -> Linker -> General -> Additional Library Directories
+ 
+ 5. Add the stdcxx library name as a dependency. The library name is
+ 
+   stdlib15d.lib - for a debug build
+ 
+   and
+ 
+   stdlib12d.lib - for a release build
+ 
+ For MSVC 7.1 these should be appended to the list found in Configuration 
Properties -> Linker -> Input -> Additional Dependencies
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to