Advertisement
Login
ACCU Buttons
ACCU London October 2010
Steve Love talks on Interface Versioning in C++
When: 21 October 2010 at 6.30pm for 7:00pm
Where: Skills Matter, 116-120 Goswell Road, London, EC1V 7DP.
Register here:Skillsmatter
Having code that requires more than a single (binary) version of a shared library is what is commonly referred to as DLL Hell in Windows. This can arise when a new version of a component is released which must be consumed by clients of the previous version, as well as the new. There are varied methods of handling the problem, from unsightly conversions to down-right nasty and undefined, or at best, non-portable, behaviour. This talk is about finding a portable and palatable solution.