warning Cannot find callback list in XtAddCallback

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

Questions about motif? Contact us

2 posts / 0 new
Last post
warning Cannot find callback list in XtAddCallback

Submitted by ceren aksu on Thu, 06/01/2006 - 20:15. General Questions
I am trying to run a program written using Motif (X11R5) and compiled and run under Interix. Now I am tring to run this program under SFU-Interix and I installed Motif 2.2.2 version (X11R6).
Program was compiled without an error. But it gives me warnings during run time, and program locks up.
Warning is: "Cannot find callback list in XtAddCallback "
These are the callback list, program couldn't find.
XmNactivateCallback
XmNlosingFocusCallback
XmNmodifyVerifyCallback
XmNvalueChangedCallback
XmNdefaultActionCallback
XmNmultipleSelectionCallback
XmNbrowseSelectionCallback
XmNexposeCallback
XmNresizeCallback
XmNdestroyCallback

Is there any where these names changes from previous version to the latest version?

Mark

The missing XtCallback error message typically happens when you compile a program under one release of Motif (e.g., V1.2) and try to link it against another, incompatible version (e.g. V 2.x).

Could this be happening?

Mark