On Tuesday 10 February 2015 23:53:17 Jon A. Cruz wrote: > I'd like to quickly confirm then that the following will be in-scope for > IoTivity (eventually): > > * .so dynamic library for Linux > * .dylib dynamic library for OS X > * .so loadable module/bundle for OS X > * .dll dynamic library for MS Windows
Not necessarily. On OS X and on Windows, the IoTivity libraries will never be part of the system, so you can expect them to exist as part of individual applications only. It might make sense to only have static libraries in those systems. But either way, there's a separation of the libraries and that's what I want to know. PS: loadable modules on OS X are also .dylib. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
