[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

1776.0. "Where is DwtNumberChildren?" by SHALOT::FRAZER (Sparkle ALL-IN-1) Tue Nov 21 1989 12:34

The following code in test.c

	num_child = DwtNumberChildren(widgetvec[idx]);
	chilluns = DwtChildren(widgetvec[idx]);

resulted in the following error at link time:

test.obj
sys$share:decw$xlibshr/share
sys$share:decw$dwtlibshr/share
sys$share:vaxcrtl/share
%LINK-W-NUDFSYMS, 1 undefined symbol:
%LINK-I-UDFSYM, 	DWTNUMBERCHILDREN 
%LINK-W-USEUNDEF, undefined symbol DWTNUMBERCHILDREN referenced
	in psect $CODE offset %X00000280
	in module MICA$PUB_TEST file DEV$:[DIR]TEST.OBJ;25

Where is DwtNumberChildren? The Toolkit Routines Reference Manual Part II
Page 3-6 says there is a MITC binding for it.

It finds DwtChildren ok?

Any clues?
T.RTitleUserPersonal
Name
DateLines
1776.1SDSVAX::SWEENEYStrike up the bandwidthTue Nov 21 1989 13:002
    try DwtNumChildren
        DWT$NUM_CHILDREN
1776.2Guess I shoulda thought of that.SHALOT::FRAZERSparkle ALL-IN-1Tue Nov 21 1989 13:123
Thanks.

John F.