[comp.unix.ultrix] Help widget with Motif V1.1

carl@finnigan.UUCP (Carl Beckner) (12/19/90)

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