File:  [WindowsNT SDKs] / q_a / samples / resdll / readme
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:29:19 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-jun-1992, HEAD
Microsoft Windows NT Build 297 06-28-1992

 Sample: Creating Resource-Only DLLs

Summary:

The RESDLL sample shows how to create a resource-only
dynamic link library (DLL). In short, this is accomplished
by creating and resource-compiling a resource (.RC) file,
and then linking the compiled .RES file with the appropriate
libraries to create the DLL. Note that no DLL entry point is
required; hence, the "-entry: " switch can also be removed
from the link line.

The MAIN.EXE program tests THE_DLL.DLL by loading it and
referencing the DLL's icon, cursor, and bitmap. The icon and
cursor are used by the registered window class, and the
bitmap is used in painting the client area.


unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.