
SSMenu.Dll 2.0
Copyright  2002 - 2005

A very important note about SSMenu.Dll.

1) When loading a menu description from a resource script, if there were any hot-keys
   definied in a previous call to '@MENU(loadMenuRes,...)', the hot-keys will be undefined.

   When SSMenu.Dll is parsing a resource script, it creates a table that contains the
   hot-key definitions. To keep down memory consumption, this list is cleared - all
   previous hot-keys are undefined, and then the new hot-keys are defined. Although the
   hot-key definitions are defined in an accelerator table, because of VDS not having
   que'd messages, I cannot create a real accelerator table and translate it's messages
   as I would an application that was written in another programming language.