Code: Select all
Linking...
material.lib(TclModelBuilderSectionCommand.obj) : error LNK2001: unresolved external symbol "public: __thiscall Isolator2spring::Isolator2spring(int,double,double,double,double,double,double,double,double)" (??0Isolator2spring@@QAE@HNNNNNNNN@Z)
..\..\bin\openSees.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
openSees.exe - 2 error(s), 0 warning(s)
If the code works in Linux with the new element, works in Windows without the new element, and with the new element it compiles without errors, why would it have trouble linking?
Is there some Linux specific C++ commands that would allow the program to work in Linux and not in Windows or is there some additional library that should be included when compiling in windows?
Does anyone have any insight??