From: Albert Schlef Date: 2010-02-11T06:11:07+09:00 Subject: Re: Using Ruby /DL to invoke function in windows dll Albert Schlef wrote: > There are some utility programs that let you look into a library and see > the symbols exposed. This way you see how the compiler mangled them. (It goes without saying that if you distribute your source code, somebody may use a compiler which mangles the names differently and your ruby/dl won't see them anymore.) -- Posted via http://www.ruby-forum.com/.