From: Songsu Yun Date: 2002-02-19T11:18:03+09:00 Subject: Windows Ruby/GTK Hi, I am trying to learn Ruby and so I donwloaded Windows(cygwin) version of Ruby. I found that it came with Ruby/GTK so I read the README. It said that I needed to install either GIMP package or libraries. I don't have fast connection, so I chosed to download libraries instead of the GIMP package. I downloaded all the necessary dll files for gtk.so and set PATH correctly (verified that with depends.exe.) Now, when I try to run any GTK sample program, I get Win32 error 1114(dll initialization error). Is there any set up necessary for any of the libraries? I am running Windows 98. Also, it seems that Ruby/GTK seems to be easier to use than Ruby/TK. Does Ruby/TK has any advantage over Ruby/GTK ? Thanks in advance.