On Fri, 26 Nov 2010 20:55:19 +0000, Martin <[email protected]> wrote:
>> 3. Design them as DLLs initially - I suspect that will bring along a >> different set of problems. >> >> Once they are well tested I can incorporate them into the main >> executables. > >Yes splitting your project into parts is a good idea. Quite simple use >packages. > Is there some automated way to include DLL:s into the main application exe file after one has finished the debugging? The DLL defines entry points for the function calls so by finding the corresponding use entry point in the exe file it should in principle be possible to merge the dll binaries into the exe. But I have never seen any such utility/discussion... -- Bo Berglund Developer in Sweden -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
