From: Martin DeMello Date: 2010-02-11T16:54:46+09:00 Subject: Re: Using Ruby /DL to invoke function in windows dll On Thu, Feb 11, 2010 at 2:37 AM, Albert Schlef wrote: > > Or create some 'extern "C"' wrapper functions for your methods. This is the right thing to do, and will save you headaches in the long run, even if inspecting the DLL for symbols is quicker and easier right now. martin