Bret Pettichord
Tue, 17 Jul 2007 07:34:36 -0700
Derek Wong wrote: > I remember in an earlier discussion thread that there was something about > re-compiling some library to support modal dialogs on different versions of > Ruby (correct me if I've misunderstood). Is there a better more maintainable > way to do this without coupling WATIR to a particular version of Ruby to > support modal dialogs? > Yes there is. The best solution would be to rewrite the iedialog.dll so that it was an activex control (not a dll) and therefore would not require a modified WIN32OLE. I don't know how to do this myself.
Another option would be to migrate our changes to the win32ole library to a newer version of Ruby, which would still result in a hard-coded dependency. Both solutions require a C/C++ programmer. I have no plans to do either, but will gladly accept contributions. Bret _______________________________________________ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general