Boost logo

Boost Users :

From: Bronek Kozicki (brok_at_[hidden])
Date: 2006-03-20 05:21:32


Harry Georgakopoulos <hgeorgako_at_[hidden]> wrote:
> Added C:\Program Files\Microsoft Platform SDK for Windows Server 2003
> R2\bin to the "Executable Files" under Options|Project and
> Solution|VC++ Directories

bjam has no access to Visual Studio IDE settings. You have to customize
environment variables or C:\Program Files\Microsoft Visual Studio
8\Common7\Tools\vsvars32.bat batch file instead.

> 3. Modified the C:\Program Files\Microsoft Visual Studio
> 8\Common7\Tools\vsvars32.bat file to contain the following

> @set INCLUDE=C:\Program Files\Microsoft Visual Studio
> 8/VC/PlatformSDK/Include;C:\Program Files\Microsoft Visual Studio
> 8\VC\INCLUDE;%INCLUDE%

are these paths correct on your system? Why do you use slash/ instead of
backslash\ ?

> @set LIB=C:\Program Files\Microsoft Visual Studio
> 8/VC/PlatformSDK/Lib;C:\Program Files\Microsoft Visual Studio
> 8\VC\LIB;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\lib;%LIB%

(see above)

http://www.boost.org/ > click on "Getting Started" (maybe we should make
this link little more visible than others?) > on Getting Started page
find your toolset name "vc-8_0" and at the bottom of the page you will
find full instruction of using Platform SDK with boost

B.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net