Turning icons into a dll
Posted by mholmes on 26 Jan 2007 in Activity log
The Nuvola icons used in the IMT and Transformer are LGPL, which means that they should be provided in an external library form which enables the end-user to replace them and still have your application function. I think the most straightforward and compliant way to do this is to put them in a dll, and I've been working on ways to do this. With some help from Doni Devito on a Borland newsgroup, I've now been able to build a dll, and the next stage is to figure out how the application can interface with it.