I have no experience with dlls right now. My application consists of several programs with several Forms and units. Now I want to put them all "together". That means, I want to have one Login that would call these separate programs from dlls.
Since the programs have several units themselves, my question is, whether it is possible to put more than one Form / Unit into one DLL. (a complete program) Then I could call the Programs as dlls.
Until now the programs run separately, there are no dependencies between them. Inside them there are cascading forms (Form1 calls Form2 or form3 or ...). If it is not possible to put them all together in one dll, can I cascade dlls (i.e. call dll 1 dll1 calls dll 2)?
I use Delphi 2007 / XE with Firebird 2.x via IBDac
TIA