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. ) If you would be so kind, what's your development environment? Do you use cygwin? Which editor/IDE do you use? Chris _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
