Search found 4 matches
- Mon Mar 07, 2016 4:57 pm
- Forum: Framework
- Topic: Having problems of LNK2026 and LNK2001
- Replies: 3
- Views: 2135
Re: Having problems of LNK2026 and LNK2001
fmk wrote: > is this your own element?? Dear Professor fmk, Yes, it's a self-defined element. I have solved these 2 questions. The 2026 one came from the version of visual studio, and the 2001 one is because of wrong commands in the linker. However, new questions came out. I am using getBasicTrialDi...
- Fri Feb 26, 2016 10:49 am
- Forum: Framework
- Topic: Having problems of LNK2026 and LNK2001
- Replies: 3
- Views: 2135
Re: Having problems of LNK2026 and LNK2001
BTW I use VS2013 to build it. Thanks!
- Fri Feb 26, 2016 10:46 am
- Forum: Framework
- Topic: Having problems of LNK2026 and LNK2001
- Replies: 3
- Views: 2135
Having problems of LNK2026 and LNK2001
Recently I'm trying to build a new element into opensees. When I build the OpenSees, OpenSeesTK and quickMain projects, the errors will be LNK2026 and LNK2001, I will post the errors following: Error 32 error LNK2001: unresolved external symbol "int __cdecl TclModelBuilder_addLumpedDamageEle2D(...
- Tue May 13, 2014 5:18 am
- Forum: OpenSees.exe Users
- Topic: Problem about my program of SDOF
- Replies: 2
- Views: 893
Problem about my program of SDOF
Recently, I am trying to build a model of SDOF with EPP material. However, after testing , I found the results are wrong. How could I fix it? Here follows the program. # To get the number of T(Period) # source LibUnits.tcl set fileID_T [open Period.txt r] gets $fileID_T C set lengthT [llength $C] se...