Can we use dcu an runtime like dll? For example, show form that compiled in dcu file. I have the question because i want to develop plugginable application. As Delphi programmer, as far as i know, i just have two options to do this, dll based or bpl based. I like dll based because it does not depend to delphi version, but.. save form to few dll, make each dll have a big size and its total size is bigger than single .exe extremely. Using bpl, it depends on Delphi version that compiled both bpl and exe.
Or can somebody explain a trick or strategy so can make .dll that save form become as small as possible? Thanks!