dll - Shared library update -
dll - Shared library update -
i have application splited 4 main parts:
main application (acting glue other parts - load plugins, has linked core , ui libraries) core (shared library classes etc., sdk, contains except things related ui) ui (shared library, contains ui resources, types etc.) other plugins (shared libraries, loaded main application, utilize plugin manager corethe main reason want have possibility replace parts of application downloading plugins application (through plugin manager window in application).
let's want redesign of app. in case should release new version of ui shared library/plugin.
i not sure if work, if ui shared library linked app linker when application compiled (core , ui linked linker, other shared libraries/plugins loaded plugin manager when app starting).
question:there saved metadata libraries in final executable, instance size?? can't replace ui shared library, without need compile , link app again?
generally speaking, can replace shared library other version of shared library in distribution (without recompilation of executable, etc.) in case original library , replaced library have same abi
dll linker dylib shared-libraries
Comments
Post a Comment