I read the previous topics about license issues, but still one question remains unanswered: why can't a license owner include the header files of decNumber package in their own projects. This is the normal way to use some 3rd party libraries. A workaround can be implemented but excluding the decNumber headers causes that some nasty reinterpret_cast:s must be used and this seems totally unnecessary.
I guess the question is, how is the license owner supposed to use decNumber library without using the decNumber declarations?