Here''s a patch for FileDialog.i. Seems we had never removed that #ifdef in there. wxWindows 2.6.2 works just fine on Windows. No other news. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
Roy Sutton wrote:> Here''s a patch for FileDialog.i. Seems we had never removed that #ifdef > in there.I finally got around to applying this. I had to change c_str to mb_str to get it to compile. Seems like you must be using a non-unicode wxWindows, which is fine with me because then we''re testing both ways. Kevin
You are correct, I compiled wxWindows without unicode support. Roy Kevin Smith wrote:> Roy Sutton wrote: > >> Here''s a patch for FileDialog.i. Seems we had never removed that #ifdef >> in there. >> > > I finally got around to applying this. I had to change c_str to mb_str > to get it to compile. Seems like you must be using a non-unicode > wxWindows, which is fine with me because then we''re testing both ways. > > Kevin > _______________________________________________ > wxruby-users mailing list > wxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users > > > >