USE_RESOURCE_LIBRARY@

Platform

Win32, x64

Purpose

To specify the name of a DLL that contains resources.

Syntax

SUBROUTINE USE_RESOURCE_LIBRARY@( LIBNAME )
CHARACTER(*) 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:
CALL USE_RESOURCE_LIBRARY@('MYLIB').

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.

 

 

Basket
Empty
 
Copyright © 1999-2024 Silverfrost Limited