_XmPrimitiveHelp function not defined

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

3 posts / 0 new
Last post
_XmPrimitiveHelp function not defined

Submitted by Anonymous on Wed, 03/14/2001 - 10:06. Developers
Hi all,
I am trying to port an application from Motif to OpenMotif. I am facing a problem as "_XmPrimitiveHelp()" function is not defined in OpenMotif. As i am very new to motif and not familiar with these terms , i am not able to find an similar call on OpenMotif.
Please help me in this issue.

thanks,
rakesh.

ICS_support

Weird. It shows up in my source. Are you getting a compile-time error or a link-time error? If the former, you need to declare the function extern in your widget source.

Anonymous

Thanks,
The problem was that it is not declared in the header files. I had to explicitly declare it as extern in my programs. The definition of these are there in the libraries.

rakesh.