[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Re: It always display error message when I run the exe which is created by ocra.

Wesley Chen

6/14/2009 3:44:00 AM

[Note: parts of this message were removed to make it a legal post.]

Hi, All,
I have simplified my question.

The error turns up when:

*begin
require 'win32ole'
require 'watir'
rescue
puts $@
puts $!
ensure
system("pause")
end*
If I remove the
*require 'watir'*
in the code
Anything goes as expected.

Any suggestion would be quite appreciated.


Thanks.
Wesley Chen.