From: Roger Pack Date: 2010-01-30T06:29:08+09:00 Subject: Re: newbie question: Accessiong non-Windows DLL's > which worked for me. But my stuff is giving me the "`initialize': > GetProcAddress:" error. I also created a very basic DLL which just > prints "Hello World" and had the same Ruby error. > I'm using Ruby 1.8.6 on Windows XP and Cygwin bash shell. You might get some traction by using a ruby compiled with the same compiler that made your dll's, like the old one click installer for MSVC compiled dll. -r -- Posted via http://www.ruby-forum.com/.