The steps to convert a 16 bit resource-only DLL to a 32 bit DLL suitable for
use with Visual dBASE 7.0 are illustrated by the following example
procedure. Assume that you wish to convert the 16 bit MYRES.DLL to 32 bit:

 - Copy EMPTY32.DLL to MYRES32.DLL.

 - Load MYRES.DLL into the Borland Resource Workshop v4.5.: select File|Open
   project and specify MYRES.DLL.

 - Save MYRES.DLL as a resource script: select File|Save file as, specify
   MYRES.RC as the file name, 'RC resource script' as the file type.

 - Close MYRES.DLL: select File|Close all.

 - Load MYRES32.DLL: select File|Open project and specify MYRES32.DLL.

 - Add the newly created resource script, MYRES.RC to the 'project': select
   File|Add to project, 'RC resource script' as the file type, MYRES.RC as
   the file name.

 - Save the 'project': select File|Save project.

You may crash the Resource Workshop by deleting icon resources from a
project. So don't do that <g>. Delete icon definitions from the script
instead. The lone icon contained by EMPTY32.DLL seems to be necessary to
permit the Resource Workshop to produce a DLL compatible with VdB 7.
