PreviousNextIndex

RELEASE EXTERNAL statement

Frees (that is, unloads from memory) a dynamic link library (DLL) or UNIX shared library.

Syntax

RELEASE EXTERNAL [ PROCEDURE ] "dll-name" 

[ PROCEDURE ]
dll-name
Example

To free the DLL, mystuff.dll, code the following statement:

RELEASE EXTERNAL PROCEDURE "mystuff.dll". 


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex