Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!rutgers!apple!voder!zok!wattres!finnigan!carl From: carl@finnigan.UUCP (Carl Beckner) Newsgroups: comp.unix.ultrix Subject: Help widget with Motif V1.1 Keywords: help motif Message-ID: <1990Dec18.174758@finnigan.UUCP> Date: 19 Dec 90 01:47:58 GMT Sender: news@finnigan.uucp (USENET News System) Reply-To: carl@finnigan.UUCP (Carl Beckner) Distribution: usa Organization: Finnigan MAT, San Jose, CA, USA Lines: 41 Nntp-Posting-Host: gollum I recently received the Motif V1.1 developers kit from my local Digital sales office. My applications compile and link without any errors. But, when I run the applications, I get the following message. Warning: Urm__WCI_LookupClassDescriptor: couldn't find class descriptor for class DXmCreateHelp - MrmNOT_FOUND The user interface is defined in uil, with the help popup box defined as follows: value help_name : 'QUAN'; help_lib : compound_string( '/usr/finnigan/help/quan'); help_about_file : 'About'; object help_about_box : DXmHelp { arguments { DXmNapplicationName = help_name; DXmNlibrarySpec = help_lib; DXmNoverviewTopic = help_about_file; DXmNfirstTopic = help_about_file; }; }; The error is produced when I call MrmOpenHierarchy. Thanks in advance. Carl Beckner Finnigan MAT 355 River Oaks Parkway San Jose, Ca. 95134 408-433-4800 carl@finnigan.UUCP