First GUI application using TK

Y

Yuri Redaelli

Hi guys, for first sorry for my english.

I'm a newbie with Ruby and i was trying to make a simple script using
"Tk"

I've installed Ruby 1.8.6 and ActiveTcl 8.5.5 but when i try to execute
this code

require 'tk'
hello = TkRoot.new {title "Hello World"}
Tk.mainloop

i received an errore message like "Impossible to run the application.
tk84.dll has not founded. Maybe a new installation could solve the
problem.

Thank you. :)
 
H

Hidetoshi NAGAI

From: Yuri Redaelli <[email protected]>
Subject: First GUI application using TK
Date: Sun, 30 Nov 2008 01:35:11 +0900
Message-ID: said:
I've installed Ruby 1.8.6 and ActiveTcl 8.5.5 but when i try to execute
this code (snip)
i received an errore message like "Impossible to run the application.
tk84.dll has not founded. Maybe a new installation could solve the
problem.

Your tcltklib.dll (installed a part of your Ruby 1.8.6) will be
compiled for Tcl/Tk 8.4.x.
Please use ActiveTcl 8.4.x or recompile tcltklib.dll for Tcl/Tk 8.5.x.

If you want to recompile tcltklib.dll, please read
ext/tk/README.ActiveTcl and ext/tk/README.tcltklib.

# When tcltklib.dll is compiled for Tcl/Tk 8.4.x with
# --enable-tcltk-stubs (and link to tclstub8.4/tkstub8.4),
# possibly the tcltklib.dll works with DLLs of Tcl/Tk 8.5.x.
 
C

Cozza Amara

Hidetoshi said:
From: Yuri Redaelli <[email protected]>
Subject: First GUI application using TK
Date: Sun, 30 Nov 2008 01:35:11 +0900


Your tcltklib.dll (installed a part of your Ruby 1.8.6) will be
compiled for Tcl/Tk 8.4.x.
Please use ActiveTcl 8.4.x or recompile tcltklib.dll for Tcl/Tk 8.5.x.

If you want to recompile tcltklib.dll, please read
ext/tk/README.ActiveTcl and ext/tk/README.tcltklib.

# When tcltklib.dll is compiled for Tcl/Tk 8.4.x with
# --enable-tcltk-stubs (and link to tclstub8.4/tkstub8.4),
# possibly the tcltklib.dll works with DLLs of Tcl/Tk 8.5.x.

Thank you very much!

I've installed ActiveTcl 8.4.x and now it works fine. ;)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top