On Thu, 14 Jul 2005, L505 wrote:

> I have a menu plug-in system working for lazarus and just need a tip to get it
> running ;-).
> 
> What is the syntax to load a library dynamically? In delphi, you go
> 
> @MyProcedure := GetProcAddress(MyProcedure, 'MyProcedure');
> 
> 
> In objfpc you go:
> ..................
> ................?

The same, just add dynlibs to your uses clause.

This is documented.

Michael.

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to