As for error:
libm.lib(libm_error.obj) : error LNK2019: unresolved external symbol _errno referenced in function ___libm_error_support
My solution is to add the file "VC2005errno.cpp" into the project failed.
The file "VC2005errno.cpp" locates in OpenSees/Win32.
Search found 13 matches
- Tue Oct 20, 2015 10:54 pm
- Forum: Framework
- Topic: Building v.2.4.4
- Replies: 12
- Views: 17634
- Wed Apr 22, 2015 4:40 am
- Forum: Useful Scripts.
- Topic: problrm using osp
- Replies: 2
- Views: 15136
Re: problrm using osp
Great solution!
Thanks a lot!
Thanks a lot!
- Sat Jan 31, 2015 4:58 am
- Forum: Framework
- Topic: Error LNK 2019 when building Opensees V 2.4.5
- Replies: 3
- Views: 7936
Re: Error LNK 2019 when building Opensees V 2.4.5
I have a deeper understanding of the library files "LIBIFCORE.lib" and "LIBIFCOREMT.lib". I guess they are the calculation module for OpenSees and are written in Fortran. In fact they should be generated by the same codes (IVF, Intel Visual Fortran) with different project setting...
- Fri Jan 30, 2015 5:28 pm
- Forum: Framework
- Topic: Error LNK 2019 when building Opensees V 2.4.5
- Replies: 3
- Views: 7936
Re: Error LNK 2019 when building Opensees V 2.4.5
Thanks Dr. Frank McKenna. I saw this solutions two days ago, and then I tried but failed. Today I tried this method once and succeed. This error libifcore.lib(for_init.obj) : error LNK2019: unresolved external symbol __pxcptinfoptrs referenced in function _GETEXCEPTIONPTRSQQ is caused by the library...
- Thu Jan 29, 2015 4:25 am
- Forum: Framework
- Topic: Error LNK 2019 when building Opensees V 2.4.5
- Replies: 3
- Views: 7936
Error LNK 2019 when building Opensees V 2.4.5
Basic description: OS: win7 SDK: vs 2012 ActiveTcl: 8.5.16.0 (32bit) tortoiseSVN (repository url) svn://opensees.berkeley.edu/usr/local/svn/OpenSees 1. empty the file Win32, then update to revision: rev 5855, update depth: working copy (make depth sticky: checked) 2. open the solution "OpenSees...
- Fri Dec 12, 2014 2:43 am
- Forum: OpenSees.exe Users
- Topic: The theory about GABuck of the Reinforcing steel material
- Replies: 2
- Views: 3073
Re: The theory about GABuck of the Reinforcing steel materia
Thanks for your advice, fmk.
I have written email to the developer Jon Mohle last Friday.
I will write to Prof. Kunnath directly this time.
I have written email to the developer Jon Mohle last Friday.
I will write to Prof. Kunnath directly this time.
- Thu Dec 04, 2014 8:14 am
- Forum: OpenSees.exe Users
- Topic: The theory about GABuck of the Reinforcing steel material
- Replies: 2
- Views: 3073
The theory about GABuck of the Reinforcing steel material
The explanation about the reinforcing steel material is shown as follows: http://opensees.berkeley.edu/wiki/index.php/Reinforcing_Steel_Material Where in Figure 3, the modified formula from Gomes and Appleton(1997) is given. Who can give the detailed explanation about the modification of the Gomes a...
- Fri Apr 04, 2014 2:07 am
- Forum: OpenSees.exe Users
- Topic: force-based element adopts explicit material model
- Replies: 1
- Views: 2229
force-based element adopts explicit material model
In OpenSees, can force-based element(forces are the variables, the equations are based on flexibility matrix ) adopt explicit material model (to describe the stress-strain relationship, strain is variable, stress is the function of strain)? For example, define one material using steel02, then define...
- Wed Nov 27, 2013 2:46 am
- Forum: OpenSees.exe Users
- Topic: Uniaxial Material: steel03
- Replies: 5
- Views: 5855
Re: Uniaxial Material: steel03
I found this material could consider the nonlinear buckling, so I would like to try this material.
- Tue Nov 26, 2013 2:10 am
- Forum: OpenSees.exe Users
- Topic: Uniaxial Material: steel03
- Replies: 5
- Views: 5855
Re: Uniaxial Material: steel03
Not yet. Thanks for your reply. I will contact the programmer of this code. I will add the answer of my question after I get reply.
- Mon Nov 25, 2013 8:11 am
- Forum: OpenSees.exe Users
- Topic: Uniaxial Material: steel03
- Replies: 5
- Views: 5855
Uniaxial Material: steel03
Is there somebody who knows how to apply the uniaxial material steel03 in the material library, in order to simulate the behavior of reinforced steel bar in presence of buckling? There is one uniaxial material steel03 in the OpenSees, however there is no introduction about how to use this material. ...
- Thu Nov 21, 2013 1:32 am
- Forum: Framework
- Topic: Debug newMaterial.dll: breakpoint could not be hit
- Replies: 0
- Views: 1837
Debug newMaterial.dll: breakpoint could not be hit
Hi, I built one new material.dll and attached the solution to OpenSees.exe to debug. However the breakpoint in my solution cannot be hit. I developed one new material for OpenSees and succeed in generating it as dll (for example named it as myMaterial.dll). Also the OpenSees can load myMaterial.dll ...
- Thu Nov 21, 2013 1:23 am
- Forum: Framework
- Topic: Debugging DLL in runtime
- Replies: 3
- Views: 4560
Re: Debugging DLL in runtime
Hi, Alberto I developed one new material for OpenSees and succeed in generating it as dll (for example named it as myMaterial.dll). Also the OpenSees can load myMaterial.dll file by testing in test.tcl script. However, I found the material doesn't work properly. So I want to debug my dll solution (m...