From xemacs-m  Thu Mar 13 02:48:29 1997
Received: from red.parallax.co.uk (red.parallax.co.uk [194.159.4.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id CAA19980
	for <xemacs-beta@xemacs.org>; Thu, 13 Mar 1997 02:48:18 -0600 (CST)
Received: (from uucp@localhost)
	by red.parallax.co.uk (8.8.5/8.8.5) id IAA02430;
	Thu, 13 Mar 1997 08:48:08 GMT
Received: from dumbo.parallax.co.uk(172.16.1.12) by red.parallax.co.uk via smap (V2.0beta)
	id xma002421; Thu, 13 Mar 97 08:47:36 GMT
Received: from wrath.parallax.co.uk (wrath.parallax.co.uk [192.168.1.2]) by dumbo.parallax.co.uk (8.7.1/8.7.1) with SMTP id IAA05494; Thu, 13 Mar 1997 08:47:35 GMT
Received: by wrath.parallax.co.uk (SMI-8.6/SMI-SVR4)
	id IAA10054; Thu, 13 Mar 1997 08:48:17 GMT
Date: Thu, 13 Mar 1997 08:48:17 GMT
From: andyp@parallax.co.uk (Andy Piper)
Message-Id: <199703130848.IAA10054@wrath.parallax.co.uk>
To: xemacs-beta@xemacs.org, toy@rtp.ericsson.se
Subject: Re: list abuse:  where is libDnD for CDE?
X-Sun-Charset: US-ASCII


> Can anyone tell me where to get libDnD for CDE support?  We have
> Solaris 2.5.1 with CDE, but I can't find libDnD.  I've found
> /usr/dt/lib contains things like libDtHelp, libDtSvc, but no libDnD
> for building XEmacs with CDE support.

I've never heard of this. The DnD support used to be in libDtSvc,
maybe its a new solaris 2.6 thing? Maybe its the Offix DnD library
(i.e. not CDE)?

andy

nm -p /usr/dt/lib/libDtSvc.so | grep Dn
0000166520 t _DtDndCallCallbackList
0000165576 t _DtDndCreateExportTransfer
0000185356 t _DtDndTextTransferProtocolInitialize
0000166668 t _DtDndArgListFromVarArgs
0000177944 t _DtDndBuffTransferProtocolInitialize
0000166600 t _DtDndCountVarArgs
0000177692 t _DtDndGetIconOffset
0000177620 t _DtDndSelectDragSource
0000165672 t _DtDndCreateImportTransfers
0000166380 t _DtDndCopyCallbackList
0000166212 t _DtDndTransferAdd
0000181952 t _DtDndFileTransferProtocolInitialize
0000166032 t _DtDndTransferFromTargets
0000166788 t _DtDndGetHostName
0000165964 t _DtDndDestroyTransfers
0000000000 f Dnd.c
0000000000 f DndDrag.c
0000000000 f DndDrop.c
0000000000 f DndIcon.c
0000000000 f DndBuff.c
0000000000 f DndFile.c
0000000000 f DndText.c
0000174644 T DtDndCreateSourceIcon
0000170332 T DtDndVaDropRegister
0000171604 T DtDndDropUnregister
0000170440 T DtDndDropRegister
0000167136 T DtDndDragStart
0000167008 T DtDndVaDragStart

