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!
quesion about adding new material
Moderators: silvia, selimgunay, Moderators
quesion about adding new material
I want to become a good engineer
Who can help me?
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