Search found 1 match
- Mon Dec 17, 2018 12:11 pm
- Forum: Framework
- Topic: Error LNK1181 while building OpenSees by Visual Studio2017
- Replies: 12
- Views: 10293
Re: Error LNK1181 while building OpenSees by Visual Studio20
I had the same errors for release 2.5: - copied DoddRestrepo.lib (and fedeas.lib) from the current release ( https://github.com/OpenSees/OpenSees/tree/master/Win64/lib/release) into Win64/release/lib. - the 'winnt.h' errors are fixed by adding #include <windows.h> on top of tkMain.cpp and winMain.cpp