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
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