OpenSees as dynamic library (dll)

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

Moderators: silvia, selimgunay, Moderators

Post Reply
diegocervera
Posts: 1
Joined: Sun Jun 21, 2015 5:58 am
Location: ETSAM

OpenSees as dynamic library (dll)

Post by diegocervera » Tue Jun 30, 2015 5:45 am

Hi,

This might be a broad question, or maybe a nonsense, but I'm not a great programmer. I was wondering if it would be possible to compile OpenSees into a single dll so it could be accessed and run from another application. I'd like to develop a link with some CAD software to create the input graphically instead of using TCL. Generating a TCL file from the CAD software is not difficult, but it would be even better to skip this step and have direct connection between the CAD software and OpenSees.

Any guidance would be appreciated.
Many thanks,
Diego

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: OpenSees as dynamic library (dll)

Post by fmk » Mon Jul 06, 2015 9:11 am

bot hthe windows projects and linux makefile build libraries before they build the application .. so yes it is possible.

Post Reply