Quantitative Analysis.
Trading Platform.
Python for Excel.
Author.
I.Installation.
1.Directory structure.
2.Setting up developement environment.
A.Windows notes.
a.MSys notes.
b.Pythonxy on Windows notes .
c.Boost on Windows notes.
d.STLport notes.
e.MS Visual C++ 7.1 notes.
B.Ubuntu notes.
II.OTS Scheduler.
III.OTS Python Object Browser.
Bibliography.
Forum Index Contents Downloads

MS Visual C++ 7.1 notes.


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





Forum Index Contents Download


















Copyright 2009.