he the *.sln files become functional after "Include files" and "Library
files" variables are set as indicated below.
In the Visual Studio 2003 .NET IDE go to "Tools"/"Options"/"Projects"/"VC++
Directories"
Select
"Include files". Include several lines similarly to the following
recommendations. These should be placed before the $(VCInstallDir) lines.
c:\STLport-5.2.1\stlport
c:\OTSProjects
c:\Python25\include
c:\boost_1_40_0
Select
"Library files" and include several lines similarly to the following
recommendations. These should be placed before the $(VCInstallDir) lines.
c:\OTSProjects\Libs_msvc71
c:\Python25\Libs
|