> I am looking foward into the development of a potentially large project > using FPC, but this project will require the development and dynamic > linking > of shared libraries, when looking the site docs, I saw it was not > recommended to make shared libraries with FPC, although the Programmer´s > Manual treat the subject as if it was quite straightfoward... so I got > pretty confused.... any thoughts? > > I will need to both create the libraries and link to them at runtime > without > knowing them at design time, like the win32 LoadLibrary(filename) > function, > but I would need a multiplatform solution...
Shared libraries are currently only support on win32. The Unix shared libraries require Position Independent Code (PIC) support which is not available yet. Before we can start adding PIC support we need to have the new register allocator (currently in development) fully working. Peter _______________________________________________ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal