Christopher Rasch wrote: > Bret Pettichord wrote: > >> Christopher Rasch wrote: >> >> >>> RuntimeError: LoadLibrary: >>> \usr\lib\ruby\gems\1.8\gems\watir-1.5.1.1164\watir\IE >>> >>> Dialog\Release\IEDialog.dll >>> >> I don't understand this error message. But i'm guessing that this DLL >> might not be compatible with Cygwin. You also probably don't need it: it >> is only used by the modal dialog support. So you might just try >> commenting out the line that loads it and see what happens. >> >> Bret >> > Hi Bret, > > Thanks! I commented out the following lines: > > 156 : GetUnknown = Win32API.new(@@iedialog_file, 'GetUnknown', ['l', > 'p'], 'v') > 2789: GetUnknown.call(@hwnd, intPointer) > > I was able to get past that point. ( Although, one of my motivations > for using 1.5 rather 1.4.1 is better modal dialog support, so hopefully > it can be fixed at some point. ) > Well, then that is not really going to work for you. > If you would be so kind, what's your development environment? Do you > use cygwin? Which editor/IDE do you use? > I have cygwin installed on my older machines, so i can indeed test on it. Many years ago, i regularly tested Watir on cygwin and i think there is some cygwin-specific code in our test suite. But i haven't really used it in years. I mostly use Eclipse as my IDE, although i've also liked Scite and have recently been looking at Ruby in Steel.
Of course, i mostly use Ruby for Windows, not Ruby under Cygwin. It seems to me that the problem you've seen may be specific to Ruby for Cygwin. If using Cygwin is important to you, then you'll need to track this down further. If you do find a solution, please pass it on. Bret _______________________________________________ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general