Search found 4 matches
- Wed Aug 05, 2015 4:45 am
- Forum: Framework
- Topic: Error LNK 2019 when building Opensees V 2.4.6
- Replies: 4
- Views: 3235
Re: Error LNK 2019 when building Opensees V 2.4.6
Finally, we found a way. It was a matter of 32 and 64 bits. We tried to compile using Win64 but contacted to the matter of fortran linking mentioned above. Then we changed the solution from win64 to win32, and did the compiling successfully. Win64 compiling with fortran codes needs to be debugged ag...
- Mon Aug 03, 2015 5:34 am
- Forum: Framework
- Topic: Error LNK 2019 when building Opensees V 2.4.6
- Replies: 4
- Views: 3235
Re: Error LNK 2019 when building Opensees V 2.4.6
Most of LNK2019 errors were solved by the above way. However two LNK 2019 errors linked with fortran files still remain as follows: ---------- Error 12 error LNK2019: unresolved external symbol SDM2D referenced in function "protected: void __cdecl StressDilatancyModel2D::GetCurrentStress(void)&...
- Wed Jul 29, 2015 5:42 am
- Forum: Framework
- Topic: Error LNK 2019 when building Opensees V 2.4.6
- Replies: 4
- Views: 3235
Re: Error LNK 2019 when building Opensees V 2.4.6
Thanks, fmk. Finally, we found a solution after surveying previous postings. The cause of the errors LNK 2019 was that the corresponding projects didn't have proper source files (.cpp and .h). They should be added into the projects. For example, the following error "Error 12 error LNK2019: unre...
- Tue Jul 28, 2015 5:59 am
- Forum: Framework
- Topic: Error LNK 2019 when building Opensees V 2.4.6
- Replies: 4
- Views: 3235
Error LNK 2019 when building Opensees V 2.4.6
Hi, fmk. My friend and I have compiled the OS2.4.6 (Win64) downloaded by SVN on VS2013 64bit with tcl/tk x64 8.5.18. We did our best to solve the following errors for several days with the previously mentioned solutions, and came to fail. FIY, my OS is Windows 7 (64bit). Could you give a tip to find...