Re[2]: [tkined] compiling scotty and tkined for winnt

clau@plaintree.com
Tue, 04 Nov 97 03:09:09 est

You don't have to combine the DLLs. TCL 7.6 and up is designed so
that you can load extensions in run time. Try the following:

- set the environment variable:

set TCL_LIBRARY=c:/tcl/lib/tcl7.6
set TNM_LIBRARY=c:/tcl/lib/tnm2.1.5
set TKI_LIBRARY=c:/tcl/lib/tkined1.4.5
set PATH=%PATH%;c:\tcl\bin

(replace path as appropriate, keep the forward/backward slash as
shown)

- Somewhere in c:\tcl\lib\tcl7.6\init.tcl, add the following

lappend auto_path $env(TNM_LIBRARY)
lappend auto_path $env(TKI_LIBRARY)

- Now run the tclsh76.exe shell. Try

package require Tnm

If it returns 2.1.7 or some version number, you're fine. Now you
can play with scotty commands.

- If that fails, try

load tnm2.1.5.dll

Good luck. I thought Juergen is setting up some consultancy business with
a company he joined. Hi Juergen, is there any news on that?

______________________________ Reply Separator _________________________________
Subject: RE: [tkined] compiling scotty and tkined for winnt
Author: Bobby Garza <bgarza@netspeed.com> at internet
Date: 11/4/97 2:49 PM

Guys,

I was also able to compile the distribution. It created dlls: tkined.dll
and tnm.dll. We'll probably have to write another program that merges
these dlls. I'll work on that for a while - unless there is something for
use out there :-)

Marco: if you want these dlls let me know and I'll mail them to you.
James: thanks for sending the file tnm2.1.7.dll - I'll compare it to the
one I built.

By the way, you were right, this distribution compiles with visual c++
version 4.0, I could not get it to compile with version 5.0 - I probably
didn't try hard enough.

Cheers,
bgarza

> -----Original Message-----
> From: Marco Iannacone [SMTP:miannacone@dbk.it]
> Sent: Tuesday, November 04, 1997 10:55 AM
> To: Bobby Garza
> Cc: jjs@metro.net; tkined@ibr.cs.tu-bs.de
> Subject: RE: [tkined] compiling scotty and tkined for winnt
>
> > Marco,
> > Do you have the binaries? If so, will you please tell me where I may
> > download them?
>
> I'm sorry but I didn't receive them... yet...
>
> regards,
>
> Marco
>
> Note: Does anyone have them?
>
> >
> > > -----Original Message-----
> > > From: Marco Iannacone [SMTP:miannacone@dbk.it]
> > > Sent: Friday, October 31, 1997 2:36 AM
> > > To: jjs@metro.net
> > > Cc: tkined@ibr.cs.tu-bs.de
> > > Subject: Re: [tkined] compiling scotty and tkined for winnt
> > >
> > >
> > > > I used the VC++ 4 to compile the scotty. Except the some warning
> > > > messages, the compilation finished successfully and Tnm
> extension
> > > worked
> > > > all right.
> > >
> > > Can you put the binaries somewhere and allow us to download them?
> > >
> > > If you don't have the space just send them to me via e-mail and
> I'll
> > > put them on an ftp server for all the other.
> > >
> > > thanks a lot,
> > >
> > > regards,
> > >
> > > Marco
> >
> >

--
!! 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.

--
!! 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.