Home > Archive > Tcl > March 2008 > finding tk version in Matrix 10.6
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
finding tk version in Matrix 10.6
|
|
| Suresh 2008-03-30, 10:02 pm |
| Hi,
I am using Matrix 10.6 version.
when i give the command load tk83 in the tcl prompt i am getting the
following error,
"couldn't load library "tk83": this library or a dependent library
could not be found in library path".
I am using win XP os.
Please let me know to resolve this issue.
Thanks and Regards,
suresh.
| |
| schlenk 2008-03-30, 10:03 pm |
| On Mar 30, 5:29 pm, Suresh <suresh.engin...@gmail.com> wrote:
> Hi,
>
> I am using Matrix 10.6 version.
> when i give the command load tk83 in the tcl prompt i am getting the
> following error,
> "couldn't load library "tk83": this library or a dependent library
> could not be found in library path".
> I am using win XP os.
> Please let me know to resolve this issue.
>
Your probably talking about IBM/Dassault Matrix One, right?
Could be easiest to just ask you support contact there.
But in a normal Tcl shell you would use 'package require Tk' to load
the Tk package into the interpreter. Depending on how good the Tcl
shell in Matrix is (the event loop needs to work), you may not even be
able to use Tk at all. So best check your local documentation.
If you simply want to use load and its the same command as in a normal
Tcl shell you might have more success with:
load <path to tk dll>/tk83.dll Tk
Michael
|
|
|
|
|