On Mon, 20 Aug 2007, Vincent Snijders wrote:

> Hess, Philip J schreef:
> > Hi Herman,
> > 
> >  
> > 
> > LoadLibrary and DeleteObject are not part of Delphi or Lazarus. They're in
> > the Windows API. You can use LoadLibrary and FreeLibrary with Lazarus too.
> > On Linux, use the DynLibs unit instead of Windows.
> > 
> >  
> 
> AFAIK, the dynlibs unit works in windows too.

Yes. 

Dynlibs provides loading of dynamical libraries in a cross-platform way. 
It's API resembles the windows one, to ease porting of existing apps.

Michael.

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to