compiling OpenSeespy on windows
Moderators: silvia, selimgunay, Moderators
compiling OpenSeespy on windows
Hi,
Can somebody tell me the process of compiling OpenSeespy from OpenSees source code on windows.
Thank you,
Ashok.
Can somebody tell me the process of compiling OpenSeespy from OpenSees source code on windows.
Thank you,
Ashok.
Re: compiling OpenSeespy on windows
I'm working on the same thing myself. Will let you know when I get it compiled.
Re: compiling OpenSeespy on windows
Here's a video of me compiling OpenSeesPy in Visual Studio: https://youtu.be/l5-vJDZR_hA
Re: compiling OpenSeespy on windows
Thank you sir.
I tried your approach.
But because I am on the other part of the globe - mine is 11/21/2020 version of OpenSees. (Shouldn't be a problem)
But I get this error for all elements:
"getRayleighDampingForces" is not a member of "ForceBeamColumn2"
....
....
..
like this I am getting errors that most of the elements dont have this method.
All of them include "Element.h" and "Element.h" has this method in place....
I don't know. Kindly help me resolve this.
one more error -
"Vector::addVector': function does not take 2 arguments"
this is also repeating...
Thank you,
Ashok.
I tried your approach.
But because I am on the other part of the globe - mine is 11/21/2020 version of OpenSees. (Shouldn't be a problem)
But I get this error for all elements:
"getRayleighDampingForces" is not a member of "ForceBeamColumn2"
....
....
..
like this I am getting errors that most of the elements dont have this method.
All of them include "Element.h" and "Element.h" has this method in place....
I don't know. Kindly help me resolve this.
one more error -
"Vector::addVector': function does not take 2 arguments"
this is also repeating...
Thank you,
Ashok.
Re: compiling OpenSeespy on windows
Change your project architecture from Debug.DLL to Debug (or Release.DLL to Release)
Re: compiling OpenSeespy on windows
Thank you sir.
I followed the same process you have shown in your video. It's compiling !
One reason the compels me to use OpenSees is the support that we get from the developers directly. They give time and help for others to benefit from their software. This is the unique feature of this project.
Thank you for your help.
I followed the same process you have shown in your video. It's compiling !
One reason the compels me to use OpenSees is the support that we get from the developers directly. They give time and help for others to benefit from their software. This is the unique feature of this project.
Thank you for your help.