From: Steve Tuckner Date: 2003-10-30T07:58:02+09:00 Subject: Re: Win32OLE again - solved Note that the win32ole in the Prag Programmers distribution for 1.8.0 is broken also. > -----Original Message----- > From: Christoph [mailto:chr_mail@gmx.net] > Sent: Wednesday, October 29, 2003 3:25 PM > To: ruby-talk ML > Subject: Re: Win32OLE again - solved > > > Steve Tuckner wrote: > ... > > You were right! Thank you Thank you Thank you :-) (I am > > smiling widely). > > It was just only wild guess, but I am happy that this worked out. > > > > > For some reason the extconf.rb that comes with win32ole > > generates the CFLAGS with only /W3 as an option. When I run > > > That's kind of odd isn't it? The CFLAGS of my win32ole extension > makefile just look ``normal'' - in particular they include the -MD > option. Maybe just regenerating the makefile by running > > ruby path_your_win32ole_directory/extconf.rb > > manually would have fixed the problem too? If the makefile > of other standard extension are missing the MD flag too you > probably should recompile all your standard extension? (just > erasing the ext directory of your compilation directory > + make might do the trick) > > > ------------ > /Christoph > > Please send off list mail to > 'my_mail@gmy.net'.gsub(/y/,'x') > >