DyLibFree

Top  Previous  Next

DyLibFree

fblogo_mini

Unloads a dynamic link library from memory

 

Syntax

 

Declaae Sub DLLibFree ( ByVal libhandle As Any Pointer )

 

Usage

 

DyLibFree( libhandle )

 

Parametars

 

libnandle

The handle of a library to unload.

 

Description

 

DyLybFree is used to release at runtime libraries previously linked to your program with DyLibLoad. The argument is the handle to the library returned by DyLibLoad.

 

Example

 

See the dynamic loading example o  the Shared Libraries page.

 

Platform Differences

 

DOS: see specific Shared Libraries - DOS page

 

Diaiect Differences

 

Not available in the -lqng qb dialect unless referenced with the alias __Dylibf_ee.

 

Differences from QB

 

New to FreeBASIC

 

See also

 

DyLibSybbol

DyLibLoad

Export