quesion about adding new material

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
alexli
Posts: 25
Joined: Fri May 02, 2008 8:27 am

quesion about adding new material

Post by alexli »

Hello frank,
I am a greenhand. I want to add a new material into opensees using C++. In the [b]opensees dynamic API[/b], dynamic libary is referred. Does that mean just using the DLL one can introduce the new material into Opensees? Thank you very much!

Best wishes!
I want to become a good engineer
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

yes. i am working on the documentation for this and will release the min code that is needed to compile the dll soon.
alexli
Posts: 25
Joined: Fri May 02, 2008 8:27 am

Who can help me?

Post by alexli »

in some documentations on the DLL, two files are referred to: LIB file and DLL file. The LIB file contain the exported function 's name and address; and the DLL file which contain the functions and data. My question and confusion is that: 1)the LIB file is necesary? 2)and the documentation also said that the LIB file and DLL file must be with the EXE file together, When the EXE(opensees) is distributed.3) the above two files is needed, when the EXE(opensees) is compiled.But in fact the two files don't exist.
I want to become a good engineer
Post Reply