Search found 7 matches

by LiuYanyan
Mon Dec 17, 2018 7:04 pm
Forum: Framework
Topic: Error LNK1181 while building OpenSees by Visual Studio2017
Replies: 12
Views: 10024

Re: Error LNK1181 while building OpenSees by Visual Studio20

Hello JackWang I use visual studio 2017 and I haven't encountered these problems you mentioned above. Maybe you can try the following method. mneuner wrote: > I had the same errors for release 2.5: > > - copied DoddRestrepo.lib (and fedeas.lib) from the current release ( > https://github.com/OpenSee...
by LiuYanyan
Fri Dec 14, 2018 7:28 am
Forum: Framework
Topic: Error LNK1181 while building OpenSees by Visual Studio2017
Replies: 12
Views: 10024

Re: Error LNK1181 while building OpenSees by Visual Studio20

JackWang wrote: > Hello Yanyan > I also encountered the error ''fatal error LNK1181: cannot open input file > 'ifconsol.lib'''. My configuration is Windows 10 (64bit), VS2017 Community > (64bit). Could you share which version of Inter Visual Fortran should I > install? > Many thanks! Hello JackWang ...
by LiuYanyan
Wed Dec 05, 2018 7:21 pm
Forum: Framework
Topic: Error LNK1181 while building OpenSees by Visual Studio2017
Replies: 12
Views: 10024

Re: Error LNK1181 while building OpenSees by Visual Studio20

yimingjia wrote: > Hi Yanyan, > > Where did you find 'ifconsol.lib' and 'ifcoremt.lib'? > So far I have the same issue as you had before. > > Thanks, > Yiming Hi Yiming 'ifconsol.lib' and 'ifcoremt.lib' are Fortran Library files. Because I have installed Inter Visual Fortran before, Fortran Library ...
by LiuYanyan
Tue Nov 27, 2018 5:19 am
Forum: Framework
Topic: Adding new nD material
Replies: 2
Views: 3886

Re: Adding new nD material

hsafti wrote: > Try this one: > http://opensees.berkeley.edu/OpenSees/NewMaterial.pdf Hi, hsafti Recently, i want to add a new uniaxial material to OpenSees, and I also found this instruction file. Then I tried to add new material to the Fedeas subclass following this file, but I encountered an erro...
by LiuYanyan
Fri Nov 23, 2018 5:33 am
Forum: Framework
Topic: Error LNK1181 while building OpenSees by Visual Studio2017
Replies: 12
Views: 10024

Re: Error LNK1181 while building OpenSees by Visual Studio20

Finally, I succeed. Now I summarize my solution. About error LNK 2001: I try to compile the OS2.5.0 (Win32) on VS2017 32bit. So I uninstalled Tcl and reinstalled it into Program Files (x86). About error LNK 2019: The following four files are missing. Add these files to the appropriate project and bu...
by LiuYanyan
Thu Nov 22, 2018 12:42 am
Forum: Framework
Topic: Error LNK1181 while building OpenSees by Visual Studio2017
Replies: 12
Views: 10024

Re: Error LNK2001 while building OpenSees by Visual Studio20

LiuYanyan wrote: > Dear All > I am getting the following error when I try to build the solution (OpenSees.sln for > Win32) of the source code. > I obtained the source code from Github at 2018/11/16. > OpenSees release_2.5.0 > tcl/tk x64 8.5.18 > > Error: LNK1181 cannot open input file 'ifconsol.lib'...
by LiuYanyan
Wed Nov 21, 2018 5:39 am
Forum: Framework
Topic: Error LNK1181 while building OpenSees by Visual Studio2017
Replies: 12
Views: 10024

Error LNK1181 while building OpenSees by Visual Studio2017

Dear All I am getting the following error when I try to build the solution (OpenSees.sln for Win32) of the source code. I obtained the source code from Github at 2018/11/16. OpenSees release_2.5.0 tcl/tk x64 8.5.18 Error: LNK1181 cannot open input file 'ifconsol.lib' --------------------------------...