DLL
Bernd Gehrmann
bernd at physik.hu-berlin.de
Thu Aug 5 09:30:42 BST 1999
> For unix it says that you have to compile the library in. This makes sense if
> you would like to do that, but I don't. I want to have my program that runs
> all happy and at a certain part of the program it will _load_ a function into
> memory and execute it. Then I can _unload_ the function. It has to be in
> seporate files. Does shared libraries do this? It is very confusing. Again,
> does anyone know of a good resource
On Linux: man dlopen
For a portable way to do it in the framework of autoconf and automake,
read the libtool documentation.
Bernd.
More information about the KDevelop
mailing list