On 2017-08-16 15:46, fredvs wrote:
If you develop from scratch, what are the advantages to link a library vs to
load it dynamically ?

From my personal point of view...

  * dependency is checked at compile time
  * dependency is checked immediately when you try and run the binary
  * 'ldd' can accurately report what is required (including versions) to
    run the binary.
  * I think creating header translation units are also slightly less
    effort than runtime loading.

Regards,
  Graeme

--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to