Under Win16, global variables in a DLL were shared between all programs that
used the DLL. This might cause you some debugging problems, but you could also
use it to communicate between programs. What do you do in Win32? By default,
each program gets private DLL data! This short white paper shows you how to
share your data like before.
Tips
Most of these are tips from my original Web site. Look for more tips coming soon.
Note: Use your Back button to
return here.