[Lazarus] I desperately need some ideas of reducing edit, compile, debug cycle

Bo Berglund bo.berglund at gmail.com
Sun Nov 28 12:54:43 CET 2010


On Fri, 26 Nov 2010 20:55:19 +0000, Martin <lazarus at mfriebe.de> 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





More information about the Lazarus mailing list