[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

WIN32-GUITEST issue

Liang He

10/25/2007 11:55:00 AM

Who used win32:guitest module? When I require it and run, got such an
error:
can't find cygwin1.dll. I am confused with it.
--
Posted via http://www.ruby-....

2 Answers

Michael Linfield

10/25/2007 3:26:00 PM

0

Liang He wrote:
> Who used win32:guitest module? When I require it and run, got such an
> error:
> can't find cygwin1.dll. I am confused with it.

Just Windows being Windows, send some hate mail to Bill Gates.
As to where it needs to go, whether it be in the actual gem folder or
system32, i have no clue, read the source code and see if you cant find
out where its looking for the dll.

http://www.dll-files.com/dllindex/dll-files.sht...
--
Posted via http://www.ruby-....

Manish Sapariya

10/26/2007 5:30:00 AM

0

I think the one you download from rubyforge is linked agains cygwin libs.
You can download sources and compile, if you have MS studio or platform
sdk installed.
-Manish

Liang He wrote:
> Who used win32:guitest module? When I require it and run, got such an
> error:
> can't find cygwin1.dll. I am confused with it.
>