Hi Paul, You can use pythons ctypes, this isn't blender specific, theres lots of docs on how to do this.
Though youll have to expose a C API from the C++ lib since their isn't a standard ABI for C++. On 4/28/13, Paul Coones <[email protected]> wrote: > I don't seem to be able to access outside .so libraries in Blender. Where > and how can this be done? Can this be done by script? The .so library > contains c++ methods. It can be done in Windows, but not on Mac. Interested > in using one in the BGE by scripts. > > upretirementman > Skype - paul.coones7641 > Aim - [email protected] > [email protected] > > > > > _______________________________________________ > Bf-python mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-python > -- - Campbell _______________________________________________ Bf-python mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-python
