Colin Carter wrote:
Hi, I am trying to use the following functions but I can't find them in 64 bit files. Does anybody have any idea, or can suggest equivalent functions?
hMenuBar = XmCreateMenuBar( hMainWindow, "Main Menu", args, NumArgs); (Function absent) hRC = XtCreateManagedWidget( "rowcol", XwrowColWidgetClass, hMainWindow, NULL, 0); (Class absent) Regards, Colin
I *think* those are 32-bit C (not C++, thus no explicit classes) Motif functions & *should* work AOK under AMD64 in a 32-bit app. I don't know firsthand (yet), YMMV & all that. -- William A. Mahaffey III ---------------------------------------------------------------------- In your best 'singsong-gnome' (a.k.a. Yoda) voice: The keyboard is my ally, and a POWERFUL ally it is.