mbsim-env / mbsim

A multi-body simulation software
https://www.mbsim-env.de
GNU Lesser General Public License v2.1
42 stars 16 forks source link

Enable MBSim Modules as plugins #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since now also to binary distribution of MBSim and co. is dynamically linked 
(even on Windows) the MBSim modules can be loaded as plugins (shared objects) 
at runtime. If so the MBSim Modules can initialize their ObjectFactory at 
runtime. This simplifies some parts of MBSim and MBSimXML. Moreover new modules 
can be included in mbsimxml without a required relink of mbsimflatxml!

Original issue reported on code.google.com by friedrich.at.gc@googlemail.com on 8 Oct 2012 at 7:42

GoogleCodeExporter commented 9 years ago
Implemented with r2849.
Was required to fix all mbsimxml test on Windows which uses modules!

Original comment by friedrich.at.gc@googlemail.com on 29 Nov 2013 at 11:05