All resources, except fonts, can be bound to the application's executable file or compiled into a dynamic link library (DLL). Fonts must be put in a separate .DLL using the RC. You then link the file at run time and load the resources into your application by using DosLoadModule or GpiLoadFonts. A .DLL containing font resources must have a file-name extension of .FON. The .FON file can be installed on the system.


[Back] [Next]