If you have a Delphi project and want to add a type library to it, you can pretty easily.
However, we want to be able to add multiple different type libraries. The Delphi XE IDE seems to force you to have one and only one type library that is named
MyProject.tlb
I'd like to be able to have multiple type libraries in our main project and do COM Plugins, but I don't want one monolithic type library, but rather multiple type libraries for various different types of plugins.
Is this doable? Is it just the IDE that is enforcing the "There can only be one TLB" rule?
