You can have DLL's bundled with your app, so that the app links at runtime, but really they're not for 'sharing' at the OS level so to speak.
I think the number of DLL's shared should be very small, and as you say 'very stable ABI' like for OS level things.
Everything else - in the bundle.
You can have DLL's bundled with your app, so that the app links at runtime, but really they're not for 'sharing' at the OS level so to speak.
I think the number of DLL's shared should be very small, and as you say 'very stable ABI' like for OS level things.
Everything else - in the bundle.