Skip to content

Instantly share code, notes, and snippets.

@cout
Created May 22, 2012 20:16
Show Gist options
  • Save cout/2771364 to your computer and use it in GitHub Desktop.
Save cout/2771364 to your computer and use it in GitHub Desktop.
win32/mc failure
irb(main):001:0> require 'rubygems'
=> true
irb(main):002:0> require 'win32/mc'
=> true
irb(main):003:0> m = Win32::MC.new('foo.mc')
=> #<Win32::MC:0x803e008 @res_file="foo.res", @mc_file="foo.mc", @dll_file="foo.
dll">
irb(main):004:0> m.create_all
Win32::MC::Error: No .rc file found:
from C:/Ruby187/lib/ruby/gems/1.8/gems/win32-eventlog-0.5.3/lib/win32/mc
.rb:61:in `create_res_file'
from C:/Ruby187/lib/ruby/gems/1.8/gems/win32-eventlog-0.5.3/lib/win32/mc
.rb:82:in `create_all'
from (irb):4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment