[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

ruby 1.8 mswin question

info

9/16/2003 4:59:00 AM

I am using the ruby version from ruby-1.8.0-i386.mswin32.zip

I am using windows xp btw.

The problem I'm having is I installed soap4r. The samples work fine except
that whenever I start the scripts with ruby.exe I get a message box that
says the application failed to start because iconv.dll is missing. But then
the programs seem to work fine when I click the message box.

What is this dll for? Can I disable this message or am I missing something I
must install? Could somebody direct me to where I can track down a win32
binary version of the program I need?

Also before I tried to use the windows installer version of ruby 1.8 but I
could not even get the samples of soap4r to work at all.

Thanks.


1 Answer

U.Nakamura

9/16/2003 5:26:00 AM

0

Hello,

In message "ruby 1.8 mswin question"
on Sep.16,2003 13:58:45, <info@irvinehosting.net> wrote:
| The problem I''m having is I installed soap4r. The samples work fine except
| that whenever I start the scripts with ruby.exe I get a message box that
| says the application failed to start because iconv.dll is missing. But then
| the programs seem to work fine when I click the message box.
|
| What is this dll for? Can I disable this message or am I missing something I
| must install? Could somebody direct me to where I can track down a win32
| binary version of the program I need?

iconv is codeset conversion library.
You can get binary from here:
http://www.meadowy.org/meadow/dists/snapshot/iconv-1.8...

Regards,
--
U.Nakamura <usa@osb.att.ne.jp>