Re: [fpc-pascal] static linking vs dynamic linking

2010-01-19 Thread Marco van de Voort
In our previous episode, Graeme Geldenhuys said: > In fpGUI based applications I have always used static link to libraries > like Xlib or Xft, using the units xlib.pas and xft.pas > > I want to add spellchecker support (from a C library) to one of my > applications. So what is better, to continue

[fpc-pascal] static linking vs dynamic linking

2010-01-19 Thread Graeme Geldenhuys
Hi, In fpGUI based applications I have always used static link to libraries like Xlib or Xft, using the units xlib.pas and xft.pas I want to add spellchecker support (from a C library) to one of my applications. So what is better, to continue using static linking, or rather use dynamic linking (v