search for: dll_file

Displaying 1 result from an estimated 1 matches for "dll_file".

Did you mean: ll_file
2006 May 21
6
Possible problems with EventLog#write
...ich I took from the tutorial.txt file) and the test file: ; foo.mc MessageId=0x1 SymbolicName=CATEGORY_ERROR Language=English error . MessageId=0x2 SymbolicName=CATEGORY_WARNING Language=English warning . MessageId=0x3 Severity=Error SymbolicName=FOO_ERROR Language=English Error: %1 . # add.rb dll_file = Dir.pwd + ''/foo.dll'' EventLog.add_event_source( "key_name" => "foo", "category_count" => 2, "event_message_file" => dll_file, "category_message_file" => dll_file ) # test.rb req...