Re: algorithm for list of nodes

Daniel Brown (danb@linda.visicom.com)
Wed, 29 Jan 1997 19:47:45 -0800

Hellow,

I'm trying to run scotty on NT and have had two problems.

i) When compiling scotty, the tnm.dll reports the unresolved
extern TclGetTime in several object files. To remedy the
situation temporarily, I made the following change to the
tnmInt.h file in scotty2.1.5\tnm\generic:

/*
#if TCL_MAJOR_VERSION == 7 && TCL_MINOR_VERSION == 5 && !
defined(Tcl_Ckfree)
#define TnmGetTime TclGetTime
#else
#define TnmGetTime
TclpGetTime
#endif
*/

/* Change made to compile instead above */
#define TnmGetTime TclpGetTime

I'm not sure what the consequences of such a change are other than
suggesting that Tcl_Ckfree is defined. I'm sure they could be bad.

ii) When I run Tcl and try to load tnm, I get the following error:

The ordinal 384 could not be located in the ddl tcl75.dll.

Loading tkined, however, works fine.

Any suggestions in solving this problem would be greatly appreciated.

-Dan
danb@visicom.com

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.