On 13 jan 2006, at 23:52, Evandro Sestrem wrote: > Now I'm looking for correspondents for these Windows APIs in the > FreePascal: > - LoadLibrary (Linux: dlopen) > - FreeLibrary (Linux: dlclose) > - GetProcAddress (Linux: dlsym) Add the unit "dynlibs" to your program and all these functions are available. Jonas