Re: [Cppcms-users] ABI compatibility
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2011-12-12 10:54:49
|
> >Hi, > > > As I understand it, we can always distribute the application and the > library (cppcms) together. Yes of course, as long as you follow LGPLv3 requirements. > So is it really important to maintain > ABI compatibility? > Yes: 1. You can update dynamic library without recompiling the application, including important bug fixes. Makes the deploy and maintenance much easier 2. Many applications can share same library 3. You don't have ABI clashes between libraries or components compiled against different versions. Think what would happen to Qt if they were breaking their ABI every release? Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.sf.net/ CppDB - C++ SQL Connectivity: http://cppcms.sf.net/sql/cppdb/ |