where is the dinamic libray?
Moderators: silvia, selimgunay, Moderators
where is the dinamic libray?
Dear all,
I want to add the subroutine into the software, so do I need to put it into the dinamic library? But where is the dinamic libray? Otherwise, where should I put the subroutine?
Thanks a lot.
I want to add the subroutine into the software, so do I need to put it into the dinamic library? But where is the dinamic libray? Otherwise, where should I put the subroutine?
Thanks a lot.
-
- Posts: 9
- Joined: Wed May 06, 2009 2:32 pm
@fmk:
I tried to run your example file form the OpenSees Dynamic API manual.
I put the OpenSees application in the folder OpenSees>packages>... where the example.tcl file ant the new element TrussCPP are stored. But when I run it, OpenSees gives me the error message "WARNING could not create element, unknown type:TrussCPP".
What's wrong?
Thanks
Daniel
I tried to run your example file form the OpenSees Dynamic API manual.
I put the OpenSees application in the folder OpenSees>packages>... where the example.tcl file ant the new element TrussCPP are stored. But when I run it, OpenSees gives me the error message "WARNING could not create element, unknown type:TrussCPP".
What's wrong?
Thanks
Daniel
-
- Posts: 9
- Joined: Wed May 06, 2009 2:32 pm
the examples provided are for developers. it is assumed in the manual that developers know how to generate dll's.
basically you need to go get a compiler like microsoft's visual studio. then you need to create a project which will output a dll, like the example projects that are provided. you add yoiur code to the project and compile & link.
basically you need to go get a compiler like microsoft's visual studio. then you need to create a project which will output a dll, like the example projects that are provided. you add yoiur code to the project and compile & link.