Search found 4 matches
- Fri Dec 19, 2014 12:15 am
- Forum: Framework
- Topic: Building v.2.4.4
- Replies: 8
- Views: 9773
Re: Building v.2.4.4
Thanks a lot for your help, now I am busy for another issue. when I finish it, I will come back to build opensees again.
- Mon Dec 15, 2014 2:53 am
- Forum: Framework
- Topic: Building v.2.4.4
- Replies: 8
- Views: 9773
Re: Building v.2.4.4
blaiman, thanks again for your help. I solved the errors (max and min) by 1-put the following function: #define min(a,b) ((a) <= (b) ? (a) : (b)) #define max(a,b) ((a) >= (b) ? (a) : (b)) In the top of files (ManzariDafalias.cpp , ElastomericX.cpp, LeadRubberX.cpp) after line that have “#define PI 3...
- Fri Dec 12, 2014 10:18 pm
- Forum: Framework
- Topic: Building v.2.4.4
- Replies: 8
- Views: 9773
Re: Building v.2.4.4
Thanks blaiman for your help. But, When I was running in win8.1 x64(MVC++2013, release x64, OpenSees v2.4.4 (rev 5764)), it gave other errors as following: Error 1536 error C2039: 'max' : is not a member of 'std' C:\Users\ahmed\Desktop\trail\New folder (3)\SRC\material\nD\UWmaterials\ManzariDafalias...
- Fri Dec 12, 2014 1:09 am
- Forum: Framework
- Topic: Building v.2.4.4
- Replies: 8
- Views: 9773
Building v.2.4.4
OS: Windows 8.1 x64 , tcl: 8.5.16, OPS_VERSION "2.4.5 (rev 5854)" Microsoft Visual C ++ 2013 Ultimate release x64 Is there someone please help me to solve these error? Error 1503 error C3861: 'max': identifier not found C:\Users\ahmed\Desktop\trial1\trunk\SRC\element\elastomericBearing\Ela...