Build Opensees in Visual studio 2012

SVN version of Opensees: 5841
OS:  Windows 7
Visual studio 2012

The compileration use the attached Microsoft Visual Studio Solution OpenseesVC6.sln directly.

1. Download and install ActiveTcl 8.5 for x86. ActiveTcl 8.6 deletes some class used by Opensees. 64bit ActiveTcl is also not available, at least without much modification in OpenseesVC6.sln.

2. You need add the position of Tcl include and library folder by hand for compilering some of the Opensees library.

3.  You need close SAFESEH in linker option for compilering some of the Opensees library.

4.  Following files are lost from the compiler list, you must add them by hand.
    Pileto3D.cpp,  FRPConfinedConcrete.cpp, YamamotoBiaxialHDR.cpp

5.  The file /win32/VC2005errno.cpp is also needed to be added in compile list otherwise you would get unrresolved _errono error.

That's all.

没有评论:

发表评论

VS Code下cmake, c++编译,调试环境的构成步骤

1   下载必须extension      按[Ctrl+Shift+X]打开extension窗口,选择安装"C/C++", "CMake", "CMake Tools" 2   在VSCode下打开作业目录 ...