Platform |
Win32, x64 |
Purpose |
To specify the name of a DLL that contains resources. |
Syntax |
SUBROUTINE USE_RESOURCE_LIBRARY@( LIBNAME ) |
Description |
By default any resources required by a program are obtained from the main .EXE
file. This routine causes ClearWin+ to also search for resources in the specified
DLL. It can be called more than once if the resources are distributed between
various DLLs. The library name is the local name of the DLL without its
.DLL extension. For example: Since FTN95 version 8.62 this library call is redundant. ClearWin+ will automatically look for resources in the executable and in any associated DLLs that were created using FTN95 or SCC. |