As you may have noticed, the bonus menu uses a DLL file instead of individual BMP files for the icon images. If you would like to do this for your own custom menus, you will need to have access to a Microsoft C compiler.

In order to create a resource .dll to work with your menu, create a dll using the dll option under MSVC IDE.  Also, make sure that the linker is given the /noentry option.  The Bitmap ID's should be strings enclosed in "" example: "IDB_MYBITMAP" as mybitmap.bmp.  Name the .dll file with the same name as your menu file.

Good luck, and happy customizing!
